Shades of Winter Hazel #CCC288
Tints of Winter Hazel #CCC288
RGB
CMYK
RGB Variations
Color information
#CCC288 (or 0xCCC288) is known color: Winter Hazel. HEX triplet: CC, C2 and 88. RGB value is (204,194,136). Sum of RGB (Red+Green+Blue) = 204+194+136=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC288 is #333D77. Grayscale: #BEBEBE. Windows color (decimal): -3358072 or 8962764. OLE color: 8962764.
HSL color Cylindrical-coordinate representation of color #CCC288: hue angle of 51.18º 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 #CCC288 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 136 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.2 |
| HSL | 51.18º | 0.4% | 0.67% | - |
| HSV(B) | 51.18º | 0.33% | 0.8% | - |
| XYZ | 48.64 | 53.2 | 31 | - |
| YUV | 190.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 136 | 0 | 0.05 | 0.33 | 0.2 | 51.18 | 0.4 | 0.67 |
| Hex | CC | C2 | 88 | 0 | 5 | 21 | 14 | 33 | 28 | 43 |
| Octal | 314 | 302 | 210 | 0 | 5 | 41 | 24 | 63 | 50 | 103 |
| Binary | 11001100 | 11000010 | 10001000 | 0 | 101 | 100001 | 10100 | 110011 | 101000 | 1000011 |
Color Harmonies of #CCC288
Complementary color
Monochromatic Colors of #CCC288
Black with #CCC288
Text Example
Text Example
White with #CCC288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC288; }
p { color: rgb(204,194,136); }
H1.HeaderClassName
{
color: #CCC288;
}
.AnyTagClassName
{
color: #CCC288;
}
</style>
background-color css
<style>
a { background-color: #CCC288; }
a { background-color: rgb(204,194,136); }
div.DivClassName
{
background-color: #CCC288;
}
.BgClassName
{
background-color: #CCC288;
}
</style>
border-color css
<style>
span { border-color: #CCC288; }
span { border-color: rgb(204,194,136); }
td.TdClassName
{
border-color: #CCC288;
}
.TagClassName
{
border-color: #CCC288;
}
</style>