HEX: #C5A57E
RGB: (197,165,126)
#C5A57E contains mainly red and green colors. Web safe color of #C5A57E is #CC9966 (or #C96).
#C5A57E color RGB value is (197,165,126).
RGB: (197,165,126)
(77%, 65%, 49%)
R 197 of 255 = 77%
G 165 of 255 = 65%
B 126 of 255 = 49%
R + G + B ~ 64%. #C5A57E is quite light color.
R + G + B = 197 + 165 + 126 = 488 (100%)
R 197 of 488 ~ 40.37%
G 165 of 488 ~ 33.81%
B 126 of 488 ~ 25.82'%
#C5A57E color CMYK value is (0,16,36,23).
CMYK: (0,16,36,23)
C0M16Y36K23 (0%, 16%, 36%, 23%)
(0.00 / 0.16 / 0.36 / 0.23)
Color #C5A57E in popluar color models
C5 | A5 | 7E | |
---|---|---|---|
RGB | 197 | 165 | 126 |
HSL | 33° | 37.97% | 63.33% |
HSB/HSV | 33° | 36.04% | 77.25% |
CMYK | 0.00% | 16.24% | 36.04% |
22.75% |
Color #C5A57E in popluar number systems.
HEX | C5 | A5 | 7E |
Decimal | 197 | 165 | 126 |
Binary | 11000101 | 10100101 | 1111110 |
Octal | 305 | 245 | 176 |
Shades of #C5A57E
Tints of #C5A57E
Examples of css and html codes for elements with #C5A57E color. Also use rgb(197,165,126) instead hex code.
.myTextColor { color: #C5A57E; }
<p style="color:#C5A57E">This sample text font color is #C5A57E.</p>
This text font color is #C5A57E.
.myBgColor { background-color: #C5A57E; }
<div style="background-color:#C5A57E">Inner text</div>
This div background color is #C5A57E.
.myBorderColor { border: 1px solid #C5A57E; }
<div style="border:3px solid #C5A57E">Div</div>
This div border color is #C5A57E.
.myOpacity80 { color: #C5A57E; opacity: 0.8; }
<p style="color:#C5A57E;opacity:0.8;">80%</p>
Text with #C5A57E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5A57E;}
<p style="text-shadow: 3px 3px 1px #C5A57E">Text here.</p>
This text has shadow with #C5A57E color.
.textShadow {text-shadow: 3px 3px 1px #C5A57E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5A57E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5A57E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5A57E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5A57E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5A57E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5A57E;
-webkit-box-shadow: 1px 1px 3px 2px #C5A57E;
box-shadow: 1px 1px 3px 2px #C5A57E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5A57E; -webkit-box-shadow: 1px 1px 3px 2px #C5A57E; box-shadow:1px 1px 3px 2px #C5A57E;">
Div content here
</div>
This text has color #C5A57E on black background.
This text has color #C5A57E on white background.
This text has black color on #C5A57E background.
This text has white color on #C5A57E background.
Complementary color for #hex is #3A5A81.