Shades of Winter Hazel #CCC88E
Tints of Winter Hazel #CCC88E
RGB
CMYK
RGB Variations
Color information
#CCC88E (or 0xCCC88E) is known color: Winter Hazel. HEX triplet: CC, C8 and 8E. RGB value is (204,200,142). Sum of RGB (Red+Green+Blue) = 204+200+142=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88E is #333771. Grayscale: #C2C2C2. Windows color (decimal): -3356530 or 9357516. OLE color: 9357516.
HSL color Cylindrical-coordinate representation of color #CCC88E: hue angle of 56.13º 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 #CCC88E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 142 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.2 |
| HSL | 56.13º | 0.38% | 0.68% | - |
| HSV(B) | 56.13º | 0.3% | 0.8% | - |
| XYZ | 50.44 | 56.1 | 33.76 | - |
| YUV | 194.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 142 | 0 | 0.02 | 0.30 | 0.2 | 56.13 | 0.38 | 0.68 |
| Hex | CC | C8 | 8E | 0 | 2 | 1E | 14 | 38 | 26 | 44 |
| Octal | 314 | 310 | 216 | 0 | 2 | 36 | 24 | 70 | 46 | 104 |
| Binary | 11001100 | 11001000 | 10001110 | 0 | 10 | 11110 | 10100 | 111000 | 100110 | 1000100 |
Color Harmonies of #CCC88E
Complementary color
Monochromatic Colors of #CCC88E
Black with #CCC88E
Text Example
Text Example
White with #CCC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC88E; }
p { color: rgb(204,200,142); }
H1.HeaderClassName
{
color: #CCC88E;
}
.AnyTagClassName
{
color: #CCC88E;
}
</style>
background-color css
<style>
a { background-color: #CCC88E; }
a { background-color: rgb(204,200,142); }
div.DivClassName
{
background-color: #CCC88E;
}
.BgClassName
{
background-color: #CCC88E;
}
</style>
border-color css
<style>
span { border-color: #CCC88E; }
span { border-color: rgb(204,200,142); }
td.TdClassName
{
border-color: #CCC88E;
}
.TagClassName
{
border-color: #CCC88E;
}
</style>