HEX: #C5A078
RGB: (197,160,120)
#C5A078 contains mainly red and green colors. Web safe color of #C5A078 is #CC9966 (or #C96).
#C5A078 color RGB value is (197,160,120).
RGB: (197,160,120)
(77%, 63%, 47%)
R 197 of 255 = 77%
G 160 of 255 = 63%
B 120 of 255 = 47%
R + G + B ~ 62%. #C5A078 is quite light color.
R + G + B = 197 + 160 + 120 = 477 (100%)
R 197 of 477 ~ 41.3%
G 160 of 477 ~ 33.54%
B 120 of 477 ~ 25.16'%
#C5A078 color CMYK value is (0,19,39,23).
CMYK: (0,19,39,23)
C0M19Y39K23 (0%, 19%, 39%, 23%)
(0.00 / 0.19 / 0.39 / 0.23)
Color #C5A078 in popluar color models
C5 | A0 | 78 | |
---|---|---|---|
RGB | 197 | 160 | 120 |
HSL | 31° | 39.90% | 62.16% |
HSB/HSV | 31° | 39.09% | 77.25% |
CMYK | 0.00% | 18.78% | 39.09% |
22.75% |
Color #C5A078 in popluar number systems.
HEX | C5 | A0 | 78 |
Decimal | 197 | 160 | 120 |
Binary | 11000101 | 10100000 | 1111000 |
Octal | 305 | 240 | 170 |
Shades of #C5A078
Tints of #C5A078
Examples of css and html codes for elements with #C5A078 color. Also use rgb(197,160,120) instead hex code.
.myTextColor { color: #C5A078; }
<p style="color:#C5A078">This sample text font color is #C5A078.</p>
This text font color is #C5A078.
.myBgColor { background-color: #C5A078; }
<div style="background-color:#C5A078">Inner text</div>
This div background color is #C5A078.
.myBorderColor { border: 1px solid #C5A078; }
<div style="border:3px solid #C5A078">Div</div>
This div border color is #C5A078.
.myOpacity80 { color: #C5A078; opacity: 0.8; }
<p style="color:#C5A078;opacity:0.8;">80%</p>
Text with #C5A078 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5A078;}
<p style="text-shadow: 3px 3px 1px #C5A078">Text here.</p>
This text has shadow with #C5A078 color.
.textShadow {text-shadow: 3px 3px 1px #C5A078', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5A078, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5A078 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5A078, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5A078, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5A078 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5A078;
-webkit-box-shadow: 1px 1px 3px 2px #C5A078;
box-shadow: 1px 1px 3px 2px #C5A078;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5A078; -webkit-box-shadow: 1px 1px 3px 2px #C5A078; box-shadow:1px 1px 3px 2px #C5A078;">
Div content here
</div>
This text has color #C5A078 on black background.
This text has color #C5A078 on white background.
This text has black color on #C5A078 background.
This text has white color on #C5A078 background.
Complementary color for #hex is #3A5F87.