HEX: #C7A761
RGB: (199,167,97)
#C7A761 contains mainly red and green colors. Web safe color of #C7A761 is #CC9966 (or #C96).
#C7A761 color RGB value is (199,167,97).
RGB: (199,167,97)
(78%, 65%, 38%)
R 199 of 255 = 78%
G 167 of 255 = 65%
B 97 of 255 = 38%
R + G + B ~ 60%. #C7A761 is middle color (not dark and not light).
R + G + B = 199 + 167 + 97 = 463 (100%)
R 199 of 463 ~ 42.98%
G 167 of 463 ~ 36.07%
B 97 of 463 ~ 20.95'%
#C7A761 color CMYK value is (0,16,51,22).
CMYK: (0,16,51,22)
C0M16Y51K22 (0%, 16%, 51%, 22%)
(0.00 / 0.16 / 0.51 / 0.22)
Color #C7A761 in popluar color models
C7 | A7 | 61 | |
---|---|---|---|
RGB | 199 | 167 | 97 |
HSL | 41° | 47.66% | 58.04% |
HSB/HSV | 41° | 51.26% | 78.04% |
CMYK | 0.00% | 16.08% | 51.26% |
21.96% |
Color #C7A761 in popluar number systems.
HEX | C7 | A7 | 61 |
Decimal | 199 | 167 | 97 |
Binary | 11000111 | 10100111 | 1100001 |
Octal | 307 | 247 | 141 |
Shades of #C7A761
Tints of #C7A761
Examples of css and html codes for elements with #C7A761 color. Also use rgb(199,167,97) instead hex code.
.myTextColor { color: #C7A761; }
<p style="color:#C7A761">This sample text font color is #C7A761.</p>
This text font color is #C7A761.
.myBgColor { background-color: #C7A761; }
<div style="background-color:#C7A761">Inner text</div>
This div background color is #C7A761.
.myBorderColor { border: 1px solid #C7A761; }
<div style="border:3px solid #C7A761">Div</div>
This div border color is #C7A761.
.myOpacity80 { color: #C7A761; opacity: 0.8; }
<p style="color:#C7A761;opacity:0.8;">80%</p>
Text with #C7A761 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7A761;}
<p style="text-shadow: 3px 3px 1px #C7A761">Text here.</p>
This text has shadow with #C7A761 color.
.textShadow {text-shadow: 3px 3px 1px #C7A761', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7A761, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7A761 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7A761, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7A761, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7A761 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7A761;
-webkit-box-shadow: 1px 1px 3px 2px #C7A761;
box-shadow: 1px 1px 3px 2px #C7A761;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7A761; -webkit-box-shadow: 1px 1px 3px 2px #C7A761; box-shadow:1px 1px 3px 2px #C7A761;">
Div content here
</div>
This text has color #C7A761 on black background.
This text has color #C7A761 on white background.
This text has black color on #C7A761 background.
This text has white color on #C7A761 background.
Complementary color for #hex is #38589E.