HEX: #C7C04C
RGB: (199,192,76)
#C7C04C contains mainly red and green colors. Web safe color of #C7C04C is #CCCC33 (or #CC3).
#C7C04C color RGB value is (199,192,76).
RGB: (199,192,76)
(78%, 75%, 30%)
R 199 of 255 = 78%
G 192 of 255 = 75%
B 76 of 255 = 30%
R + G + B ~ 61%. #C7C04C is quite light color.
R + G + B = 199 + 192 + 76 = 467 (100%)
R 199 of 467 ~ 42.61%
G 192 of 467 ~ 41.11%
B 76 of 467 ~ 16.27'%
#C7C04C color CMYK value is (0,4,62,22).
CMYK: (0,4,62,22)
C0M4Y62K22 (0%, 4%, 62%, 22%)
(0.00 / 0.04 / 0.62 / 0.22)
Color #C7C04C in popluar color models
C7 | C0 | 4C | |
---|---|---|---|
RGB | 199 | 192 | 76 |
HSL | 57° | 52.34% | 53.92% |
HSB/HSV | 57° | 61.81% | 78.04% |
CMYK | 0.00% | 3.52% | 61.81% |
21.96% |
Color #C7C04C in popluar number systems.
HEX | C7 | C0 | 4C |
Decimal | 199 | 192 | 76 |
Binary | 11000111 | 11000000 | 1001100 |
Octal | 307 | 300 | 114 |
Shades of #C7C04C
Tints of #C7C04C
Examples of css and html codes for elements with #C7C04C color. Also use rgb(199,192,76) instead hex code.
.myTextColor { color: #C7C04C; }
<p style="color:#C7C04C">This sample text font color is #C7C04C.</p>
This text font color is #C7C04C.
.myBgColor { background-color: #C7C04C; }
<div style="background-color:#C7C04C">Inner text</div>
This div background color is #C7C04C.
.myBorderColor { border: 1px solid #C7C04C; }
<div style="border:3px solid #C7C04C">Div</div>
This div border color is #C7C04C.
.myOpacity80 { color: #C7C04C; opacity: 0.8; }
<p style="color:#C7C04C;opacity:0.8;">80%</p>
Text with #C7C04C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7C04C;}
<p style="text-shadow: 3px 3px 1px #C7C04C">Text here.</p>
This text has shadow with #C7C04C color.
.textShadow {text-shadow: 3px 3px 1px #C7C04C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7C04C, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7C04C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7C04C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7C04C, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7C04C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7C04C;
-webkit-box-shadow: 1px 1px 3px 2px #C7C04C;
box-shadow: 1px 1px 3px 2px #C7C04C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7C04C; -webkit-box-shadow: 1px 1px 3px 2px #C7C04C; box-shadow:1px 1px 3px 2px #C7C04C;">
Div content here
</div>
This text has color #C7C04C on black background.
This text has color #C7C04C on white background.
This text has black color on #C7C04C background.
This text has white color on #C7C04C background.
Complementary color for #hex is #383FB3.