Shades of Winter Hazel #CCC37E
Tints of Winter Hazel #CCC37E
RGB
CMYK
RGB Variations
Color information
#CCC37E (or 0xCCC37E) is known color: Winter Hazel. HEX triplet: CC, C3 and 7E. RGB value is (204,195,126). Sum of RGB (Red+Green+Blue) = 204+195+126=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37E is #333C81. Grayscale: #BEBEBE. Windows color (decimal): -3357826 or 8307660. OLE color: 8307660.
HSL color Cylindrical-coordinate representation of color #CCC37E: hue angle of 53.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCC37E is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 126 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.2 |
| HSL | 53.08º | 0.43% | 0.65% | - |
| HSV(B) | 53.08º | 0.38% | 0.8% | - |
| XYZ | 48.18 | 53.37 | 27.5 | - |
| YUV | 189.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 126 | 0 | 0.04 | 0.38 | 0.2 | 53.08 | 0.43 | 0.65 |
| Hex | CC | C3 | 7E | 0 | 4 | 26 | 14 | 35 | 2B | 41 |
| Octal | 314 | 303 | 176 | 0 | 4 | 46 | 24 | 65 | 53 | 101 |
| Binary | 11001100 | 11000011 | 1111110 | 0 | 100 | 100110 | 10100 | 110101 | 101011 | 1000001 |
Color Harmonies of #CCC37E
Complementary color
Monochromatic Colors of #CCC37E
Black with #CCC37E
Text Example
Text Example
White with #CCC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC37E; }
p { color: rgb(204,195,126); }
H1.HeaderClassName
{
color: #CCC37E;
}
.AnyTagClassName
{
color: #CCC37E;
}
</style>
background-color css
<style>
a { background-color: #CCC37E; }
a { background-color: rgb(204,195,126); }
div.DivClassName
{
background-color: #CCC37E;
}
.BgClassName
{
background-color: #CCC37E;
}
</style>
border-color css
<style>
span { border-color: #CCC37E; }
span { border-color: rgb(204,195,126); }
td.TdClassName
{
border-color: #CCC37E;
}
.TagClassName
{
border-color: #CCC37E;
}
</style>