Shades of Winter Hazel #CCC688
Tints of Winter Hazel #CCC688
RGB
CMYK
RGB Variations
Color information
#CCC688 (or 0xCCC688) is known color: Winter Hazel. HEX triplet: CC, C6 and 88. RGB value is (204,198,136). Sum of RGB (Red+Green+Blue) = 204+198+136=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC688 is #333977. Grayscale: #C0C0C0. Windows color (decimal): -3357048 or 8963788. OLE color: 8963788.
HSL color Cylindrical-coordinate representation of color #CCC688: hue angle of 54.71º 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 #CCC688 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 136 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.2 |
| HSL | 54.71º | 0.4% | 0.67% | - |
| HSV(B) | 54.71º | 0.33% | 0.8% | - |
| XYZ | 49.54 | 55 | 31.3 | - |
| YUV | 192.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 136 | 0 | 0.03 | 0.33 | 0.2 | 54.71 | 0.4 | 0.67 |
| Hex | CC | C6 | 88 | 0 | 3 | 21 | 14 | 37 | 28 | 43 |
| Octal | 314 | 306 | 210 | 0 | 3 | 41 | 24 | 67 | 50 | 103 |
| Binary | 11001100 | 11000110 | 10001000 | 0 | 11 | 100001 | 10100 | 110111 | 101000 | 1000011 |
Color Harmonies of #CCC688
Complementary color
Monochromatic Colors of #CCC688
Black with #CCC688
Text Example
Text Example
White with #CCC688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC688; }
p { color: rgb(204,198,136); }
H1.HeaderClassName
{
color: #CCC688;
}
.AnyTagClassName
{
color: #CCC688;
}
</style>
background-color css
<style>
a { background-color: #CCC688; }
a { background-color: rgb(204,198,136); }
div.DivClassName
{
background-color: #CCC688;
}
.BgClassName
{
background-color: #CCC688;
}
</style>
border-color css
<style>
span { border-color: #CCC688; }
span { border-color: rgb(204,198,136); }
td.TdClassName
{
border-color: #CCC688;
}
.TagClassName
{
border-color: #CCC688;
}
</style>