HEX: #C5B49E
RGB: (197,180,158)
#C5B49E contains red, green and blue colors in about the same proportion. Web safe color of #C5B49E is #CCCC99 (or #CC9).
#C5B49E color RGB value is (197,180,158).
RGB: (197,180,158)
(77%, 71%, 62%)
R 197 of 255 = 77%
G 180 of 255 = 71%
B 158 of 255 = 62%
R + G + B ~ 70%. #C5B49E is quite light color.
R + G + B = 197 + 180 + 158 = 535 (100%)
R 197 of 535 ~ 36.82%
G 180 of 535 ~ 33.64%
B 158 of 535 ~ 29.53'%
#C5B49E color CMYK value is (0,9,20,23).
CMYK: (0,9,20,23) C0M9Y20K23 (0%,9%,20%,23%) (0.00/0.09/0.20/0.23)
Color #C5B49E in popluar color models
C5 | B4 | 9E | |
---|---|---|---|
RGB | 197 | 180 | 158 |
HSL | 34° | 25.16% | 69.61% |
HSB/HSV | 34° | 19.80% | 77.25% |
CMYK | 0.00% | 8.63% | 19.80% |
22.75% |
Color #C5B49E in popluar number systems.
HEX | C5 | B4 | 9E |
Decimal | 197 | 180 | 158 |
Binary | 11000101 | 10110100 | 10011110 |
Octal | 305 | 264 | 236 |
Shades of #C5B49E
Tints of #C5B49E
Examples of css and html codes for elements with #C5B49E color. Also use rgb(197,180,158) instead hex code.
.myTextColor { color: #C5B49E; }
<p style="color:#C5B49E">This sample text font color is #C5B49E.</p>
This text font color is #C5B49E.
.myBgColor { background-color: #C5B49E; }
<div style="background-color:#C5B49E">Inner text</div>
This div background color is #C5B49E.
.myBorderColor { border: 1px solid #C5B49E; }
<div style="border:3px solid #C5B49E">Div</div>
This div border color is #C5B49E.
.myOpacity80 { color: #C5B49E; opacity: 0.8; }
<p style="color:#C5B49E;opacity:0.8;">80%</p>
Text with #C5B49E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B49E;}
<p style="text-shadow: 3px 3px 1px #C5B49E">Text here.</p>
This text has shadow with #C5B49E color.
.textShadow {text-shadow: 3px 3px 1px #C5B49E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B49E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5B49E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B49E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B49E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B49E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5B49E;
-webkit-box-shadow: 1px 1px 3px 2px #C5B49E;
box-shadow: 1px 1px 3px 2px #C5B49E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B49E; -webkit-box-shadow: 1px 1px 3px 2px #C5B49E; box-shadow:1px 1px 3px 2px #C5B49E;">
Div content here
</div>
This text has color #C5B49E on black background.
This text has color #C5B49E on white background.
This text has black color on #C5B49E background.
This text has white color on #C5B49E background.
Complementary color for #hex is #3A4B61.