HEX: #C5B276
RGB: (197,178,118)
#C5B276 contains mainly red and green colors. Web safe color of #C5B276 is #CC9966 (or #C96).
#C5B276 color RGB value is (197,178,118).
RGB: (197,178,118)
(77%, 70%, 46%)
R 197 of 255 = 77%
G 178 of 255 = 70%
B 118 of 255 = 46%
R + G + B ~ 64%. #C5B276 is quite light color.
R + G + B = 197 + 178 + 118 = 493 (100%)
R 197 of 493 ~ 39.96%
G 178 of 493 ~ 36.11%
B 118 of 493 ~ 23.94'%
#C5B276 color CMYK value is (0,10,40,23).
CMYK: (0,10,40,23)
C0M10Y40K23 (0%, 10%, 40%, 23%)
(0.00 / 0.10 / 0.40 / 0.23)
Color #C5B276 in popluar color models
C5 | B2 | 76 | |
---|---|---|---|
RGB | 197 | 178 | 118 |
HSL | 46° | 40.51% | 61.76% |
HSB/HSV | 46° | 40.10% | 77.25% |
CMYK | 0.00% | 9.64% | 40.10% |
22.75% |
Color #C5B276 in popluar number systems.
HEX | C5 | B2 | 76 |
Decimal | 197 | 178 | 118 |
Binary | 11000101 | 10110010 | 1110110 |
Octal | 305 | 262 | 166 |
Shades of #C5B276
Tints of #C5B276
Examples of css and html codes for elements with #C5B276 color. Also use rgb(197,178,118) instead hex code.
.myTextColor { color: #C5B276; }
<p style="color:#C5B276">This sample text font color is #C5B276.</p>
This text font color is #C5B276.
.myBgColor { background-color: #C5B276; }
<div style="background-color:#C5B276">Inner text</div>
This div background color is #C5B276.
.myBorderColor { border: 1px solid #C5B276; }
<div style="border:3px solid #C5B276">Div</div>
This div border color is #C5B276.
.myOpacity80 { color: #C5B276; opacity: 0.8; }
<p style="color:#C5B276;opacity:0.8;">80%</p>
Text with #C5B276 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B276;}
<p style="text-shadow: 3px 3px 1px #C5B276">Text here.</p>
This text has shadow with #C5B276 color.
.textShadow {text-shadow: 3px 3px 1px #C5B276', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B276, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5B276 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B276, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B276, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B276 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5B276;
-webkit-box-shadow: 1px 1px 3px 2px #C5B276;
box-shadow: 1px 1px 3px 2px #C5B276;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B276; -webkit-box-shadow: 1px 1px 3px 2px #C5B276; box-shadow:1px 1px 3px 2px #C5B276;">
Div content here
</div>
This text has color #C5B276 on black background.
This text has color #C5B276 on white background.
This text has black color on #C5B276 background.
This text has white color on #C5B276 background.
Complementary color for #hex is #3A4D89.