HEX: #C7C370
RGB: (199,195,112)
#C7C370 contains mainly red and green colors. Web safe color of #C7C370 is #CCCC66 (or #CC6).
#C7C370 color RGB value is (199,195,112).
RGB: (199,195,112)
(78%, 76%, 44%)
R 199 of 255 = 78%
G 195 of 255 = 76%
B 112 of 255 = 44%
R + G + B ~ 66%. #C7C370 is quite light color.
R + G + B = 199 + 195 + 112 = 506 (100%)
R 199 of 506 ~ 39.33%
G 195 of 506 ~ 38.54%
B 112 of 506 ~ 22.13'%
#C7C370 color CMYK value is (0,2,44,22).
CMYK: (0,2,44,22)
C0M2Y44K22 (0%, 2%, 44%, 22%)
(0.00 / 0.02 / 0.44 / 0.22)
Color #C7C370 in popluar color models
C7 | C3 | 70 | |
---|---|---|---|
RGB | 199 | 195 | 112 |
HSL | 57° | 43.72% | 60.98% |
HSB/HSV | 57° | 43.72% | 78.04% |
CMYK | 0.00% | 2.01% | 43.72% |
21.96% |
Color #C7C370 in popluar number systems.
HEX | C7 | C3 | 70 |
Decimal | 199 | 195 | 112 |
Binary | 11000111 | 11000011 | 1110000 |
Octal | 307 | 303 | 160 |
Shades of #C7C370
Tints of #C7C370
Examples of css and html codes for elements with #C7C370 color. Also use rgb(199,195,112) instead hex code.
.myTextColor { color: #C7C370; }
<p style="color:#C7C370">This sample text font color is #C7C370.</p>
This text font color is #C7C370.
.myBgColor { background-color: #C7C370; }
<div style="background-color:#C7C370">Inner text</div>
This div background color is #C7C370.
.myBorderColor { border: 1px solid #C7C370; }
<div style="border:3px solid #C7C370">Div</div>
This div border color is #C7C370.
.myOpacity80 { color: #C7C370; opacity: 0.8; }
<p style="color:#C7C370;opacity:0.8;">80%</p>
Text with #C7C370 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C370;}
<p style="text-shadow: 3px 3px 1px #C7C370">Text here.</p>
This text has shadow with #C7C370 color.
.textShadow {text-shadow: 3px 3px 1px #C7C370', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C370, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7C370 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C370, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C370, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C370 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C370;
-webkit-box-shadow: 1px 1px 3px 2px #C7C370;
box-shadow: 1px 1px 3px 2px #C7C370;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C370; -webkit-box-shadow: 1px 1px 3px 2px #C7C370; box-shadow:1px 1px 3px 2px #C7C370;">
Div content here
</div>
This text has color #C7C370 on black background.
This text has color #C7C370 on white background.
This text has black color on #C7C370 background.
This text has white color on #C7C370 background.
Complementary color for #hex is #383C8F.