COLOR #C5B555

HEX: #C5B555
RGB: (197,181,85)

Renk bilgisi

#C5B555 contains mainly red and green colors. #C5B555 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5B555 color RGB value is (197,181,85).

  • kırmız ton 197;
  • yeşil ton 181;
  • mavi ton 85.
RGB:
(197,181,85)
(77%,71%,33%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 181 of 255 = 71%
B 85 of 255 = 33%

197
181
85

R + G + B ~ 60%. #C5B555 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 181 + 85 = 463 (100%)
R 197 of 463 ~ 42.55%
G 181 of 463 ~ 39.09%
B 85 of 463 ~ 18.36%

%42.55
%39.09
%18.36

CMYK RENK MODELİ

#C5B555 rengi CMYK tonu (0,8,57,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.12%
  • sarı tonu 56.85%
  • ana renk tonu 22.75%
CMYK:
(0,8,57,23)
C0M8Y57K23 
(0%,8%,57%,23%)
(0.00/0.08/0.57/0.23)	

CMYK yüzdeleri

%0
%8.12
%56.85
%22.75

Codes

Color #C5B555 in popluar color models

C5B555
RGB19718185
HSL51°49.12%55.29%
HSB/HSV51°56.85%77.25%
CMYK0.00%8.12%56.85%
22.75%

Color #C5B555 in popluar number systems.

HEXC5B555
Decimal19718185
Binary11000101101101011010101
Octal305265125

Shades and tints

Shades of #C5B555

#C5B555
(197,181,85)
#B4A54E
(180,165,78)
#A39547
(163,149,71)
#928540
(146,133,64)
#817539
(129,117,57)
#706532
(112,101,50)
#5F552B
(95,85,43)
#4E4524
(78,69,36)
#3D351D
(61,53,29)
#2C2516
(44,37,22)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #C5B555

#C5B555
(197,181,85)
#CABB64
(202,187,100)
#CFC173
(207,193,115)
#D4C782
(212,199,130)
#D9CD91
(217,205,145)
#DED3A0
(222,211,160)
#E3D9AF
(227,217,175)
#E8DFBE
(232,223,190)
#EDE5CD
(237,229,205)
#F2EBDC
(242,235,220)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B555 color. Also use rgb(197,181,85) instead hex code.

Text Font Color

.myTextColor { color: #C5B555; }

<p style="color:#C5B555">This sample text font color is #C5B555.</p>

This text font color is #C5B555.


Background Color

.myBgColor { background-color: #C5B555; }

<div style="background-color:#C5B555">Inner text</div>

This div background color is #C5B555.


Border color

.myBorderColor { border: 1px solid #C5B555; }

<div style="border:3px solid #C5B555">Div</div>

This div border color is #C5B555.


Opacity

.myOpacity80 { color: #C5B555; opacity: 0.8; }

<p style="color:#C5B555;opacity:0.8;">80%</p>

Text with #C5B555 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5B555;}

<p style="text-shadow: 3px 3px 1px #C5B555">Text here.</p>

This text has shadow with #C5B555 color.

.textShadow {text-shadow: 3px 3px 1px #C5B555, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5B555, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5B555 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B555, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5B555, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5B555 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5B555;
  -webkit-box-shadow:	1px 1px 3px 2px #C5B555;
  box-shadow:		1px 1px 3px 2px #C5B555;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B555;
-webkit-box-shadow: 1px 1px 3px 2px #C5B555;
box-shadow:1px 1px 3px 2px #C5B555;">
Div content here</div>
This div box has shadow with color #C5B555.

Preview

Color preview on black background

This text has color #C5B555 on black background.


Color preview on white background

This text has color #C5B555 on white background.



Black color preview on #C5B555 background

This text has black color on #C5B555 background.


White color preview on #C5B555 background

This text has white color on #C5B555 background.