HEX: #C7CC73
RGB: (199,204,115)
#C7CC73 contains mainly red and green colors. Web safe color of #C7CC73 is #CCCC66 (or #CC6).
#C7CC73 color RGB value is (199,204,115).
RGB: (199,204,115)
(78%, 80%, 45%)
R 199 of 255 = 78%
G 204 of 255 = 80%
B 115 of 255 = 45%
R + G + B ~ 68%. #C7CC73 is quite light color.
R + G + B = 199 + 204 + 115 = 518 (100%)
R 199 of 518 ~ 38.42%
G 204 of 518 ~ 39.38%
B 115 of 518 ~ 22.2'%
#C7CC73 color CMYK value is (2,0,44,20).
CMYK: (2,0,44,20)
C2M0Y44K20 (2%, 0%, 44%, 20%)
(0.02 / 0.00 / 0.44 / 0.20)
Color #C7CC73 in popluar color models
C7 | CC | 73 | |
---|---|---|---|
RGB | 199 | 204 | 115 |
HSL | 63° | 46.60% | 62.55% |
HSB/HSV | 63° | 43.63% | 80.00% |
CMYK | 2.45% | 0.00% | 43.63% |
20.00% |
Color #C7CC73 in popluar number systems.
HEX | C7 | CC | 73 |
Decimal | 199 | 204 | 115 |
Binary | 11000111 | 11001100 | 1110011 |
Octal | 307 | 314 | 163 |
Shades of #C7CC73
Tints of #C7CC73
Examples of css and html codes for elements with #C7CC73 color. Also use rgb(199,204,115) instead hex code.
.myTextColor { color: #C7CC73; }
<p style="color:#C7CC73">This sample text font color is #C7CC73.</p>
This text font color is #C7CC73.
.myBgColor { background-color: #C7CC73; }
<div style="background-color:#C7CC73">Inner text</div>
This div background color is #C7CC73.
.myBorderColor { border: 1px solid #C7CC73; }
<div style="border:3px solid #C7CC73">Div</div>
This div border color is #C7CC73.
.myOpacity80 { color: #C7CC73; opacity: 0.8; }
<p style="color:#C7CC73;opacity:0.8;">80%</p>
Text with #C7CC73 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7CC73;}
<p style="text-shadow: 3px 3px 1px #C7CC73">Text here.</p>
This text has shadow with #C7CC73 color.
.textShadow {text-shadow: 3px 3px 1px #C7CC73', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7CC73, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7CC73 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7CC73, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7CC73, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7CC73 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7CC73;
-webkit-box-shadow: 1px 1px 3px 2px #C7CC73;
box-shadow: 1px 1px 3px 2px #C7CC73;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7CC73; -webkit-box-shadow: 1px 1px 3px 2px #C7CC73; box-shadow:1px 1px 3px 2px #C7CC73;">
Div content here
</div>
This text has color #C7CC73 on black background.
This text has color #C7CC73 on white background.
This text has black color on #C7CC73 background.
This text has white color on #C7CC73 background.
Complementary color for #hex is #38338C.