HEX: #C5A174
RGB: (197,161,116)
#C5A174 contains mainly red and green colors. Web safe color of #C5A174 is #CC9966 (or #C96).
#C5A174 color RGB value is (197,161,116).
RGB: (197,161,116)
(77%, 63%, 45%)
R 197 of 255 = 77%
G 161 of 255 = 63%
B 116 of 255 = 45%
R + G + B ~ 62%. #C5A174 is quite light color.
R + G + B = 197 + 161 + 116 = 474 (100%)
R 197 of 474 ~ 41.56%
G 161 of 474 ~ 33.97%
B 116 of 474 ~ 24.47'%
#C5A174 color CMYK value is (0,18,41,23).
CMYK: (0,18,41,23)
C0M18Y41K23 (0%, 18%, 41%, 23%)
(0.00 / 0.18 / 0.41 / 0.23)
Color #C5A174 in popluar color models
C5 | A1 | 74 | |
---|---|---|---|
RGB | 197 | 161 | 116 |
HSL | 33° | 41.12% | 61.37% |
HSB/HSV | 33° | 41.12% | 77.25% |
CMYK | 0.00% | 18.27% | 41.12% |
22.75% |
Color #C5A174 in popluar number systems.
HEX | C5 | A1 | 74 |
Decimal | 197 | 161 | 116 |
Binary | 11000101 | 10100001 | 1110100 |
Octal | 305 | 241 | 164 |
Shades of #C5A174
Tints of #C5A174
Examples of css and html codes for elements with #C5A174 color. Also use rgb(197,161,116) instead hex code.
.myTextColor { color: #C5A174; }
<p style="color:#C5A174">This sample text font color is #C5A174.</p>
This text font color is #C5A174.
.myBgColor { background-color: #C5A174; }
<div style="background-color:#C5A174">Inner text</div>
This div background color is #C5A174.
.myBorderColor { border: 1px solid #C5A174; }
<div style="border:3px solid #C5A174">Div</div>
This div border color is #C5A174.
.myOpacity80 { color: #C5A174; opacity: 0.8; }
<p style="color:#C5A174;opacity:0.8;">80%</p>
Text with #C5A174 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5A174;}
<p style="text-shadow: 3px 3px 1px #C5A174">Text here.</p>
This text has shadow with #C5A174 color.
.textShadow {text-shadow: 3px 3px 1px #C5A174', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5A174, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5A174 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5A174, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5A174, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5A174 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5A174;
-webkit-box-shadow: 1px 1px 3px 2px #C5A174;
box-shadow: 1px 1px 3px 2px #C5A174;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5A174; -webkit-box-shadow: 1px 1px 3px 2px #C5A174; box-shadow:1px 1px 3px 2px #C5A174;">
Div content here
</div>
This text has color #C5A174 on black background.
This text has color #C5A174 on white background.
This text has black color on #C5A174 background.
This text has white color on #C5A174 background.
Complementary color for #hex is #3A5E8B.