HEX: #C9A478
RGB: (201,164,120)
#C9A478 contains mainly red and green colors. Web safe color of #C9A478 is #CC9966 (or #C96).
#C9A478 color RGB value is (201,164,120).
RGB: (201,164,120)
(79%, 64%, 47%)
R 201 of 255 = 79%
G 164 of 255 = 64%
B 120 of 255 = 47%
R + G + B ~ 63%. #C9A478 is quite light color.
R + G + B = 201 + 164 + 120 = 485 (100%)
R 201 of 485 ~ 41.44%
G 164 of 485 ~ 33.81%
B 120 of 485 ~ 24.74'%
#C9A478 color CMYK value is (0,18,40,21).
CMYK: (0,18,40,21) C0M18Y40K21 (0%,18%,40%,21%) (0.00/0.18/0.40/0.21)
Color #C9A478 in popluar color models
C9 | A4 | 78 | |
---|---|---|---|
RGB | 201 | 164 | 120 |
HSL | 33° | 42.86% | 62.94% |
HSB/HSV | 33° | 40.30% | 78.82% |
CMYK | 0.00% | 18.41% | 40.30% |
21.18% |
Color #C9A478 in popluar number systems.
HEX | C9 | A4 | 78 |
Decimal | 201 | 164 | 120 |
Binary | 11001001 | 10100100 | 1111000 |
Octal | 311 | 244 | 170 |
Shades of #C9A478
Tints of #C9A478
Examples of css and html codes for elements with #C9A478 color. Also use rgb(201,164,120) instead hex code.
.myTextColor { color: #C9A478; }
<p style="color:#C9A478">This sample text font color is #C9A478.</p>
This text font color is #C9A478.
.myBgColor { background-color: #C9A478; }
<div style="background-color:#C9A478">Inner text</div>
This div background color is #C9A478.
.myBorderColor { border: 1px solid #C9A478; }
<div style="border:3px solid #C9A478">Div</div>
This div border color is #C9A478.
.myOpacity80 { color: #C9A478; opacity: 0.8; }
<p style="color:#C9A478;opacity:0.8;">80%</p>
Text with #C9A478 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9A478;}
<p style="text-shadow: 3px 3px 1px #C9A478">Text here.</p>
This text has shadow with #C9A478 color.
.textShadow {text-shadow: 3px 3px 1px #C9A478', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9A478, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9A478 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9A478, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9A478, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9A478 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9A478;
-webkit-box-shadow: 1px 1px 3px 2px #C9A478;
box-shadow: 1px 1px 3px 2px #C9A478;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9A478; -webkit-box-shadow: 1px 1px 3px 2px #C9A478; box-shadow:1px 1px 3px 2px #C9A478;">
Div content here
</div>
This text has color #C9A478 on black background.
This text has color #C9A478 on white background.
This text has black color on #C9A478 background.
This text has white color on #C9A478 background.
Complementary color for #hex is #365B87.