HEX: #C5A58C
RGB: (197,165,140)
#C5A58C contains red, green and blue colors in about the same proportion. Web safe color of #C5A58C is #CC9999 (or #C99).
#C5A58C color RGB value is (197,165,140).
RGB: (197,165,140)
(77%, 65%, 55%)
R 197 of 255 = 77%
G 165 of 255 = 65%
B 140 of 255 = 55%
R + G + B ~ 66%. #C5A58C is quite light color.
R + G + B = 197 + 165 + 140 = 502 (100%)
R 197 of 502 ~ 39.24%
G 165 of 502 ~ 32.87%
B 140 of 502 ~ 27.89'%
#C5A58C color CMYK value is (0,16,29,23).
CMYK: (0,16,29,23)
C0M16Y29K23 (0%, 16%, 29%, 23%)
(0.00 / 0.16 / 0.29 / 0.23)
Color #C5A58C in popluar color models
C5 | A5 | 8C | |
---|---|---|---|
RGB | 197 | 165 | 140 |
HSL | 26° | 32.95% | 66.08% |
HSB/HSV | 26° | 28.93% | 77.25% |
CMYK | 0.00% | 16.24% | 28.93% |
22.75% |
Color #C5A58C in popluar number systems.
HEX | C5 | A5 | 8C |
Decimal | 197 | 165 | 140 |
Binary | 11000101 | 10100101 | 10001100 |
Octal | 305 | 245 | 214 |
Shades of #C5A58C
Tints of #C5A58C
Examples of css and html codes for elements with #C5A58C color. Also use rgb(197,165,140) instead hex code.
.myTextColor { color: #C5A58C; }
<p style="color:#C5A58C">This sample text font color is #C5A58C.</p>
This text font color is #C5A58C.
.myBgColor { background-color: #C5A58C; }
<div style="background-color:#C5A58C">Inner text</div>
This div background color is #C5A58C.
.myBorderColor { border: 1px solid #C5A58C; }
<div style="border:3px solid #C5A58C">Div</div>
This div border color is #C5A58C.
.myOpacity80 { color: #C5A58C; opacity: 0.8; }
<p style="color:#C5A58C;opacity:0.8;">80%</p>
Text with #C5A58C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5A58C;}
<p style="text-shadow: 3px 3px 1px #C5A58C">Text here.</p>
This text has shadow with #C5A58C color.
.textShadow {text-shadow: 3px 3px 1px #C5A58C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5A58C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5A58C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5A58C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5A58C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5A58C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5A58C;
-webkit-box-shadow: 1px 1px 3px 2px #C5A58C;
box-shadow: 1px 1px 3px 2px #C5A58C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5A58C; -webkit-box-shadow: 1px 1px 3px 2px #C5A58C; box-shadow:1px 1px 3px 2px #C5A58C;">
Div content here
</div>
This text has color #C5A58C on black background.
This text has color #C5A58C on white background.
This text has black color on #C5A58C background.
This text has white color on #C5A58C background.
Complementary color for #hex is #3A5A73.