HEX: #C7A679
RGB: (199,166,121)
#C7A679 contains mainly red and green colors. Web safe color of #C7A679 is #CC9966 (or #C96).
#C7A679 color RGB value is (199,166,121).
RGB: (199,166,121)
(78%, 65%, 47%)
R 199 of 255 = 78%
G 166 of 255 = 65%
B 121 of 255 = 47%
R + G + B ~ 63%. #C7A679 is quite light color.
R + G + B = 199 + 166 + 121 = 486 (100%)
R 199 of 486 ~ 40.95%
G 166 of 486 ~ 34.16%
B 121 of 486 ~ 24.9'%
#C7A679 color CMYK value is (0,17,39,22).
CMYK: (0,17,39,22)
C0M17Y39K22 (0%, 17%, 39%, 22%)
(0.00 / 0.17 / 0.39 / 0.22)
Color #C7A679 in popluar color models
C7 | A6 | 79 | |
---|---|---|---|
RGB | 199 | 166 | 121 |
HSL | 35° | 41.05% | 62.75% |
HSB/HSV | 35° | 39.20% | 78.04% |
CMYK | 0.00% | 16.58% | 39.20% |
21.96% |
Color #C7A679 in popluar number systems.
HEX | C7 | A6 | 79 |
Decimal | 199 | 166 | 121 |
Binary | 11000111 | 10100110 | 1111001 |
Octal | 307 | 246 | 171 |
Shades of #C7A679
Tints of #C7A679
Examples of css and html codes for elements with #C7A679 color. Also use rgb(199,166,121) instead hex code.
.myTextColor { color: #C7A679; }
<p style="color:#C7A679">This sample text font color is #C7A679.</p>
This text font color is #C7A679.
.myBgColor { background-color: #C7A679; }
<div style="background-color:#C7A679">Inner text</div>
This div background color is #C7A679.
.myBorderColor { border: 1px solid #C7A679; }
<div style="border:3px solid #C7A679">Div</div>
This div border color is #C7A679.
.myOpacity80 { color: #C7A679; opacity: 0.8; }
<p style="color:#C7A679;opacity:0.8;">80%</p>
Text with #C7A679 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7A679;}
<p style="text-shadow: 3px 3px 1px #C7A679">Text here.</p>
This text has shadow with #C7A679 color.
.textShadow {text-shadow: 3px 3px 1px #C7A679', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7A679, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7A679 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7A679, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7A679, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7A679 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7A679;
-webkit-box-shadow: 1px 1px 3px 2px #C7A679;
box-shadow: 1px 1px 3px 2px #C7A679;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7A679; -webkit-box-shadow: 1px 1px 3px 2px #C7A679; box-shadow:1px 1px 3px 2px #C7A679;">
Div content here
</div>
This text has color #C7A679 on black background.
This text has color #C7A679 on white background.
This text has black color on #C7A679 background.
This text has white color on #C7A679 background.
Complementary color for #hex is #385986.