Shades of Winter Hazel #CCC788
Tints of Winter Hazel #CCC788
RGB
CMYK
RGB Variations
Color information
#CCC788 (or 0xCCC788) is known color: Winter Hazel. HEX triplet: CC, C7 and 88. RGB value is (204,199,136). Sum of RGB (Red+Green+Blue) = 204+199+136=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC788 is #333877. Grayscale: #C1C1C1. Windows color (decimal): -3356792 or 8964044. OLE color: 8964044.
HSL color Cylindrical-coordinate representation of color #CCC788: hue angle of 55.59º 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 #CCC788 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 136 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.2 |
| HSL | 55.59º | 0.4% | 0.67% | - |
| HSV(B) | 55.59º | 0.33% | 0.8% | - |
| XYZ | 49.77 | 55.46 | 31.37 | - |
| YUV | 193.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 136 | 0 | 0.02 | 0.33 | 0.2 | 55.59 | 0.4 | 0.67 |
| Hex | CC | C7 | 88 | 0 | 2 | 21 | 14 | 38 | 28 | 43 |
| Octal | 314 | 307 | 210 | 0 | 2 | 41 | 24 | 70 | 50 | 103 |
| Binary | 11001100 | 11000111 | 10001000 | 0 | 10 | 100001 | 10100 | 111000 | 101000 | 1000011 |
Color Harmonies of #CCC788
Complementary color
Monochromatic Colors of #CCC788
Black with #CCC788
Text Example
Text Example
White with #CCC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC788; }
p { color: rgb(204,199,136); }
H1.HeaderClassName
{
color: #CCC788;
}
.AnyTagClassName
{
color: #CCC788;
}
</style>
background-color css
<style>
a { background-color: #CCC788; }
a { background-color: rgb(204,199,136); }
div.DivClassName
{
background-color: #CCC788;
}
.BgClassName
{
background-color: #CCC788;
}
</style>
border-color css
<style>
span { border-color: #CCC788; }
span { border-color: rgb(204,199,136); }
td.TdClassName
{
border-color: #CCC788;
}
.TagClassName
{
border-color: #CCC788;
}
</style>