Shades of Winter Hazel #CCC684
Tints of Winter Hazel #CCC684
RGB
CMYK
RGB Variations
Color information
#CCC684 (or 0xCCC684) is known color: Winter Hazel. HEX triplet: CC, C6 and 84. RGB value is (204,198,132). Sum of RGB (Red+Green+Blue) = 204+198+132=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC684 is #33397B. Grayscale: #C0C0C0. Windows color (decimal): -3357052 or 8701644. OLE color: 8701644.
HSL color Cylindrical-coordinate representation of color #CCC684: hue angle of 55º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCC684 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 132 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.2 |
| HSL | 55º | 0.41% | 0.66% | - |
| HSV(B) | 55º | 0.35% | 0.8% | - |
| XYZ | 49.26 | 54.89 | 29.83 | - |
| YUV | 192.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 132 | 0 | 0.03 | 0.35 | 0.2 | 55 | 0.41 | 0.66 |
| Hex | CC | C6 | 84 | 0 | 3 | 23 | 14 | 37 | 29 | 42 |
| Octal | 314 | 306 | 204 | 0 | 3 | 43 | 24 | 67 | 51 | 102 |
| Binary | 11001100 | 11000110 | 10000100 | 0 | 11 | 100011 | 10100 | 110111 | 101001 | 1000010 |
Color Harmonies of #CCC684
Complementary color
Monochromatic Colors of #CCC684
Black with #CCC684
Text Example
Text Example
White with #CCC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC684; }
p { color: rgb(204,198,132); }
H1.HeaderClassName
{
color: #CCC684;
}
.AnyTagClassName
{
color: #CCC684;
}
</style>
background-color css
<style>
a { background-color: #CCC684; }
a { background-color: rgb(204,198,132); }
div.DivClassName
{
background-color: #CCC684;
}
.BgClassName
{
background-color: #CCC684;
}
</style>
border-color css
<style>
span { border-color: #CCC684; }
span { border-color: rgb(204,198,132); }
td.TdClassName
{
border-color: #CCC684;
}
.TagClassName
{
border-color: #CCC684;
}
</style>