Shades of Winter Hazel #CCC488
Tints of Winter Hazel #CCC488
RGB
CMYK
RGB Variations
Color information
#CCC488 (or 0xCCC488) is known color: Winter Hazel. HEX triplet: CC, C4 and 88. RGB value is (204,196,136). Sum of RGB (Red+Green+Blue) = 204+196+136=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC488 is #333B77. Grayscale: #BFBFBF. Windows color (decimal): -3357560 or 8963276. OLE color: 8963276.
HSL color Cylindrical-coordinate representation of color #CCC488: hue angle of 52.94º 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 #CCC488 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 136 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.2 |
| HSL | 52.94º | 0.4% | 0.67% | - |
| HSV(B) | 52.94º | 0.33% | 0.8% | - |
| XYZ | 49.09 | 54.09 | 31.15 | - |
| YUV | 191.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 136 | 0 | 0.04 | 0.33 | 0.2 | 52.94 | 0.4 | 0.67 |
| Hex | CC | C4 | 88 | 0 | 4 | 21 | 14 | 35 | 28 | 43 |
| Octal | 314 | 304 | 210 | 0 | 4 | 41 | 24 | 65 | 50 | 103 |
| Binary | 11001100 | 11000100 | 10001000 | 0 | 100 | 100001 | 10100 | 110101 | 101000 | 1000011 |
Color Harmonies of #CCC488
Complementary color
Monochromatic Colors of #CCC488
Black with #CCC488
Text Example
Text Example
White with #CCC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC488; }
p { color: rgb(204,196,136); }
H1.HeaderClassName
{
color: #CCC488;
}
.AnyTagClassName
{
color: #CCC488;
}
</style>
background-color css
<style>
a { background-color: #CCC488; }
a { background-color: rgb(204,196,136); }
div.DivClassName
{
background-color: #CCC488;
}
.BgClassName
{
background-color: #CCC488;
}
</style>
border-color css
<style>
span { border-color: #CCC488; }
span { border-color: rgb(204,196,136); }
td.TdClassName
{
border-color: #CCC488;
}
.TagClassName
{
border-color: #CCC488;
}
</style>