Shades of Winter Hazel #CCC58E
Tints of Winter Hazel #CCC58E
RGB
CMYK
RGB Variations
Color information
#CCC58E (or 0xCCC58E) is known color: Winter Hazel. HEX triplet: CC, C5 and 8E. RGB value is (204,197,142). Sum of RGB (Red+Green+Blue) = 204+197+142=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58E is #333A71. Grayscale: #C1C1C1. Windows color (decimal): -3357298 or 9356748. OLE color: 9356748.
HSL color Cylindrical-coordinate representation of color #CCC58E: hue angle of 53.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC58E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 142 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.2 |
| HSL | 53.23º | 0.38% | 0.68% | - |
| HSV(B) | 53.23º | 0.3% | 0.8% | - |
| XYZ | 49.75 | 54.72 | 33.53 | - |
| YUV | 192.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 142 | 0 | 0.03 | 0.30 | 0.2 | 53.23 | 0.38 | 0.68 |
| Hex | CC | C5 | 8E | 0 | 3 | 1E | 14 | 35 | 26 | 44 |
| Octal | 314 | 305 | 216 | 0 | 3 | 36 | 24 | 65 | 46 | 104 |
| Binary | 11001100 | 11000101 | 10001110 | 0 | 11 | 11110 | 10100 | 110101 | 100110 | 1000100 |
Color Harmonies of #CCC58E
Complementary color
Monochromatic Colors of #CCC58E
Black with #CCC58E
Text Example
Text Example
White with #CCC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC58E; }
p { color: rgb(204,197,142); }
H1.HeaderClassName
{
color: #CCC58E;
}
.AnyTagClassName
{
color: #CCC58E;
}
</style>
background-color css
<style>
a { background-color: #CCC58E; }
a { background-color: rgb(204,197,142); }
div.DivClassName
{
background-color: #CCC58E;
}
.BgClassName
{
background-color: #CCC58E;
}
</style>
border-color css
<style>
span { border-color: #CCC58E; }
span { border-color: rgb(204,197,142); }
td.TdClassName
{
border-color: #CCC58E;
}
.TagClassName
{
border-color: #CCC58E;
}
</style>