Shades of Winter Hazel #CCC588
Tints of Winter Hazel #CCC588
RGB
CMYK
RGB Variations
Color information
#CCC588 (or 0xCCC588) is known color: Winter Hazel. HEX triplet: CC, C5 and 88. RGB value is (204,197,136). Sum of RGB (Red+Green+Blue) = 204+197+136=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC588 is #333A77. Grayscale: #C0C0C0. Windows color (decimal): -3357304 or 8963532. OLE color: 8963532.
HSL color Cylindrical-coordinate representation of color #CCC588: hue angle of 53.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCC588 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 136 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.2 |
| HSL | 53.82º | 0.4% | 0.67% | - |
| HSV(B) | 53.82º | 0.33% | 0.8% | - |
| XYZ | 49.31 | 54.55 | 31.22 | - |
| YUV | 192.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 136 | 0 | 0.03 | 0.33 | 0.2 | 53.82 | 0.4 | 0.67 |
| Hex | CC | C5 | 88 | 0 | 3 | 21 | 14 | 36 | 28 | 43 |
| Octal | 314 | 305 | 210 | 0 | 3 | 41 | 24 | 66 | 50 | 103 |
| Binary | 11001100 | 11000101 | 10001000 | 0 | 11 | 100001 | 10100 | 110110 | 101000 | 1000011 |
Color Harmonies of #CCC588
Complementary color
Monochromatic Colors of #CCC588
Black with #CCC588
Text Example
Text Example
White with #CCC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC588; }
p { color: rgb(204,197,136); }
H1.HeaderClassName
{
color: #CCC588;
}
.AnyTagClassName
{
color: #CCC588;
}
</style>
background-color css
<style>
a { background-color: #CCC588; }
a { background-color: rgb(204,197,136); }
div.DivClassName
{
background-color: #CCC588;
}
.BgClassName
{
background-color: #CCC588;
}
</style>
border-color css
<style>
span { border-color: #CCC588; }
span { border-color: rgb(204,197,136); }
td.TdClassName
{
border-color: #CCC588;
}
.TagClassName
{
border-color: #CCC588;
}
</style>