Shades of Winter Hazel #CCC28E
Tints of Winter Hazel #CCC28E
RGB
CMYK
RGB Variations
Color information
#CCC28E (or 0xCCC28E) is known color: Winter Hazel. HEX triplet: CC, C2 and 8E. RGB value is (204,194,142). Sum of RGB (Red+Green+Blue) = 204+194+142=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28E is #333D71. Grayscale: #BFBFBF. Windows color (decimal): -3358066 or 9355980. OLE color: 9355980.
HSL color Cylindrical-coordinate representation of color #CCC28E: hue angle of 50.32º 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 #CCC28E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 142 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.2 |
| HSL | 50.32º | 0.38% | 0.68% | - |
| HSV(B) | 50.32º | 0.3% | 0.8% | - |
| XYZ | 49.08 | 53.37 | 33.31 | - |
| YUV | 191.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 142 | 0 | 0.05 | 0.30 | 0.2 | 50.32 | 0.38 | 0.68 |
| Hex | CC | C2 | 8E | 0 | 5 | 1E | 14 | 32 | 26 | 44 |
| Octal | 314 | 302 | 216 | 0 | 5 | 36 | 24 | 62 | 46 | 104 |
| Binary | 11001100 | 11000010 | 10001110 | 0 | 101 | 11110 | 10100 | 110010 | 100110 | 1000100 |
Color Harmonies of #CCC28E
Complementary color
Monochromatic Colors of #CCC28E
Black with #CCC28E
Text Example
Text Example
White with #CCC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC28E; }
p { color: rgb(204,194,142); }
H1.HeaderClassName
{
color: #CCC28E;
}
.AnyTagClassName
{
color: #CCC28E;
}
</style>
background-color css
<style>
a { background-color: #CCC28E; }
a { background-color: rgb(204,194,142); }
div.DivClassName
{
background-color: #CCC28E;
}
.BgClassName
{
background-color: #CCC28E;
}
</style>
border-color css
<style>
span { border-color: #CCC28E; }
span { border-color: rgb(204,194,142); }
td.TdClassName
{
border-color: #CCC28E;
}
.TagClassName
{
border-color: #CCC28E;
}
</style>