HEX: #C7A47E
RGB: (199,164,126)
#C7A47E contains mainly red and green colors. Web safe color of #C7A47E is #CC9966 (or #C96).
#C7A47E color RGB value is (199,164,126).
RGB: (199,164,126)
(78%, 64%, 49%)
R 199 of 255 = 78%
G 164 of 255 = 64%
B 126 of 255 = 49%
R + G + B ~ 64%. #C7A47E is quite light color.
R + G + B = 199 + 164 + 126 = 489 (100%)
R 199 of 489 ~ 40.7%
G 164 of 489 ~ 33.54%
B 126 of 489 ~ 25.77'%
#C7A47E color CMYK value is (0,18,37,22).
CMYK: (0,18,37,22)
C0M18Y37K22 (0%, 18%, 37%, 22%)
(0.00 / 0.18 / 0.37 / 0.22)
Color #C7A47E in popluar color models
C7 | A4 | 7E | |
---|---|---|---|
RGB | 199 | 164 | 126 |
HSL | 31° | 39.46% | 63.73% |
HSB/HSV | 31° | 36.68% | 78.04% |
CMYK | 0.00% | 17.59% | 36.68% |
21.96% |
Color #C7A47E in popluar number systems.
HEX | C7 | A4 | 7E |
Decimal | 199 | 164 | 126 |
Binary | 11000111 | 10100100 | 1111110 |
Octal | 307 | 244 | 176 |
Shades of #C7A47E
Tints of #C7A47E
Examples of css and html codes for elements with #C7A47E color. Also use rgb(199,164,126) instead hex code.
.myTextColor { color: #C7A47E; }
<p style="color:#C7A47E">This sample text font color is #C7A47E.</p>
This text font color is #C7A47E.
.myBgColor { background-color: #C7A47E; }
<div style="background-color:#C7A47E">Inner text</div>
This div background color is #C7A47E.
.myBorderColor { border: 1px solid #C7A47E; }
<div style="border:3px solid #C7A47E">Div</div>
This div border color is #C7A47E.
.myOpacity80 { color: #C7A47E; opacity: 0.8; }
<p style="color:#C7A47E;opacity:0.8;">80%</p>
Text with #C7A47E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7A47E;}
<p style="text-shadow: 3px 3px 1px #C7A47E">Text here.</p>
This text has shadow with #C7A47E color.
.textShadow {text-shadow: 3px 3px 1px #C7A47E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7A47E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7A47E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7A47E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7A47E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7A47E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7A47E;
-webkit-box-shadow: 1px 1px 3px 2px #C7A47E;
box-shadow: 1px 1px 3px 2px #C7A47E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7A47E; -webkit-box-shadow: 1px 1px 3px 2px #C7A47E; box-shadow:1px 1px 3px 2px #C7A47E;">
Div content here
</div>
This text has color #C7A47E on black background.
This text has color #C7A47E on white background.
This text has black color on #C7A47E background.
This text has white color on #C7A47E background.
Complementary color for #hex is #385B81.