Shades of Winter Hazel #CCC685
Tints of Winter Hazel #CCC685
RGB
CMYK
RGB Variations
Color information
#CCC685 (or 0xCCC685) is known color: Winter Hazel. HEX triplet: CC, C6 and 85. RGB value is (204,198,133). Sum of RGB (Red+Green+Blue) = 204+198+133=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC685 is #33397A. Grayscale: #C0C0C0. Windows color (decimal): -3357051 or 8767180. OLE color: 8767180.
HSL color Cylindrical-coordinate representation of color #CCC685: hue angle of 54.93º 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 #CCC685 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 133 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.2 |
| HSL | 54.93º | 0.41% | 0.66% | - |
| HSV(B) | 54.93º | 0.35% | 0.8% | - |
| XYZ | 49.33 | 54.92 | 30.19 | - |
| YUV | 192.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 133 | 0 | 0.03 | 0.35 | 0.2 | 54.93 | 0.41 | 0.66 |
| Hex | CC | C6 | 85 | 0 | 3 | 23 | 14 | 37 | 29 | 42 |
| Octal | 314 | 306 | 205 | 0 | 3 | 43 | 24 | 67 | 51 | 102 |
| Binary | 11001100 | 11000110 | 10000101 | 0 | 11 | 100011 | 10100 | 110111 | 101001 | 1000010 |
Color Harmonies of #CCC685
Complementary color
Monochromatic Colors of #CCC685
Black with #CCC685
Text Example
Text Example
White with #CCC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC685; }
p { color: rgb(204,198,133); }
H1.HeaderClassName
{
color: #CCC685;
}
.AnyTagClassName
{
color: #CCC685;
}
</style>
background-color css
<style>
a { background-color: #CCC685; }
a { background-color: rgb(204,198,133); }
div.DivClassName
{
background-color: #CCC685;
}
.BgClassName
{
background-color: #CCC685;
}
</style>
border-color css
<style>
span { border-color: #CCC685; }
span { border-color: rgb(204,198,133); }
td.TdClassName
{
border-color: #CCC685;
}
.TagClassName
{
border-color: #CCC685;
}
</style>