HEX: #C5B559
RGB: (197,181,89)
#C5B559 contains mainly red and green colors. Web safe color of #C5B559 is #CCCC66 (or #CC6).
#C5B559 color RGB value is (197,181,89).
RGB: (197,181,89)
(77%, 71%, 35%)
R 197 of 255 = 77%
G 181 of 255 = 71%
B 89 of 255 = 35%
R + G + B ~ 61%. #C5B559 is quite light color.
R + G + B = 197 + 181 + 89 = 467 (100%)
R 197 of 467 ~ 42.18%
G 181 of 467 ~ 38.76%
B 89 of 467 ~ 19.06'%
#C5B559 color CMYK value is (0,8,55,23).
CMYK: (0,8,55,23)
C0M8Y55K23 (0%, 8%, 55%, 23%)
(0.00 / 0.08 / 0.55 / 0.23)
Color #C5B559 in popluar color models
C5 | B5 | 59 | |
---|---|---|---|
RGB | 197 | 181 | 89 |
HSL | 51° | 48.21% | 56.08% |
HSB/HSV | 51° | 54.82% | 77.25% |
CMYK | 0.00% | 8.12% | 54.82% |
22.75% |
Color #C5B559 in popluar number systems.
HEX | C5 | B5 | 59 |
Decimal | 197 | 181 | 89 |
Binary | 11000101 | 10110101 | 1011001 |
Octal | 305 | 265 | 131 |
Shades of #C5B559
Tints of #C5B559
Examples of css and html codes for elements with #C5B559 color. Also use rgb(197,181,89) instead hex code.
.myTextColor { color: #C5B559; }
<p style="color:#C5B559">This sample text font color is #C5B559.</p>
This text font color is #C5B559.
.myBgColor { background-color: #C5B559; }
<div style="background-color:#C5B559">Inner text</div>
This div background color is #C5B559.
.myBorderColor { border: 1px solid #C5B559; }
<div style="border:3px solid #C5B559">Div</div>
This div border color is #C5B559.
.myOpacity80 { color: #C5B559; opacity: 0.8; }
<p style="color:#C5B559;opacity:0.8;">80%</p>
Text with #C5B559 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B559;}
<p style="text-shadow: 3px 3px 1px #C5B559">Text here.</p>
This text has shadow with #C5B559 color.
.textShadow {text-shadow: 3px 3px 1px #C5B559', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B559, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5B559 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B559, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B559, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B559 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5B559;
-webkit-box-shadow: 1px 1px 3px 2px #C5B559;
box-shadow: 1px 1px 3px 2px #C5B559;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B559; -webkit-box-shadow: 1px 1px 3px 2px #C5B559; box-shadow:1px 1px 3px 2px #C5B559;">
Div content here
</div>
This text has color #C5B559 on black background.
This text has color #C5B559 on white background.
This text has black color on #C5B559 background.
This text has white color on #C5B559 background.
Complementary color for #hex is #3A4AA6.