HEX: #C7A58F
RGB: (199,165,143)
#C7A58F contains red, green and blue colors in about the same proportion. Web safe color of #C7A58F is #CC9999 (or #C99).
#C7A58F color RGB value is (199,165,143).
RGB: (199,165,143)
(78%, 65%, 56%)
R 199 of 255 = 78%
G 165 of 255 = 65%
B 143 of 255 = 56%
R + G + B ~ 66%. #C7A58F is quite light color.
R + G + B = 199 + 165 + 143 = 507 (100%)
R 199 of 507 ~ 39.25%
G 165 of 507 ~ 32.54%
B 143 of 507 ~ 28.21'%
#C7A58F color CMYK value is (0,17,28,22).
CMYK: (0,17,28,22) C0M17Y28K22 (0%,17%,28%,22%) (0.00/0.17/0.28/0.22)
Color #C7A58F in popluar color models
C7 | A5 | 8F | |
---|---|---|---|
RGB | 199 | 165 | 143 |
HSL | 24° | 33.33% | 67.06% |
HSB/HSV | 24° | 28.14% | 78.04% |
CMYK | 0.00% | 17.09% | 28.14% |
21.96% |
Color #C7A58F in popluar number systems.
HEX | C7 | A5 | 8F |
Decimal | 199 | 165 | 143 |
Binary | 11000111 | 10100101 | 10001111 |
Octal | 307 | 245 | 217 |
Shades of #C7A58F
Tints of #C7A58F
Examples of css and html codes for elements with #C7A58F color. Also use rgb(199,165,143) instead hex code.
.myTextColor { color: #C7A58F; }
<p style="color:#C7A58F">This sample text font color is #C7A58F.</p>
This text font color is #C7A58F.
.myBgColor { background-color: #C7A58F; }
<div style="background-color:#C7A58F">Inner text</div>
This div background color is #C7A58F.
.myBorderColor { border: 1px solid #C7A58F; }
<div style="border:3px solid #C7A58F">Div</div>
This div border color is #C7A58F.
.myOpacity80 { color: #C7A58F; opacity: 0.8; }
<p style="color:#C7A58F;opacity:0.8;">80%</p>
Text with #C7A58F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7A58F;}
<p style="text-shadow: 3px 3px 1px #C7A58F">Text here.</p>
This text has shadow with #C7A58F color.
.textShadow {text-shadow: 3px 3px 1px #C7A58F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7A58F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7A58F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7A58F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7A58F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7A58F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7A58F;
-webkit-box-shadow: 1px 1px 3px 2px #C7A58F;
box-shadow: 1px 1px 3px 2px #C7A58F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7A58F; -webkit-box-shadow: 1px 1px 3px 2px #C7A58F; box-shadow:1px 1px 3px 2px #C7A58F;">
Div content here
</div>
This text has color #C7A58F on black background.
This text has color #C7A58F on white background.
This text has black color on #C7A58F background.
This text has white color on #C7A58F background.
Complementary color for #hex is #385A70.