Shades of Winter Hazel #CCC679
Tints of Winter Hazel #CCC679
RGB
CMYK
RGB Variations
Color information
#CCC679 (or 0xCCC679) is known color: Winter Hazel. HEX triplet: CC, C6 and 79. RGB value is (204,198,121). Sum of RGB (Red+Green+Blue) = 204+198+121=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC679 is #333986. Grayscale: #BFBFBF. Windows color (decimal): -3357063 or 7980748. OLE color: 7980748.
HSL color Cylindrical-coordinate representation of color #CCC679: hue angle of 55.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC679 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 121 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.2 |
| HSL | 55.66º | 0.45% | 0.64% | - |
| HSV(B) | 55.66º | 0.41% | 0.8% | - |
| XYZ | 48.55 | 54.61 | 26.07 | - |
| YUV | 191.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 121 | 0 | 0.03 | 0.41 | 0.2 | 55.66 | 0.45 | 0.64 |
| Hex | CC | C6 | 79 | 0 | 3 | 29 | 14 | 38 | 2D | 40 |
| Octal | 314 | 306 | 171 | 0 | 3 | 51 | 24 | 70 | 55 | 100 |
| Binary | 11001100 | 11000110 | 1111001 | 0 | 11 | 101001 | 10100 | 111000 | 101101 | 1000000 |
Color Harmonies of #CCC679
Complementary color
Monochromatic Colors of #CCC679
Black with #CCC679
Text Example
Text Example
White with #CCC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC679; }
p { color: rgb(204,198,121); }
H1.HeaderClassName
{
color: #CCC679;
}
.AnyTagClassName
{
color: #CCC679;
}
</style>
background-color css
<style>
a { background-color: #CCC679; }
a { background-color: rgb(204,198,121); }
div.DivClassName
{
background-color: #CCC679;
}
.BgClassName
{
background-color: #CCC679;
}
</style>
border-color css
<style>
span { border-color: #CCC679; }
span { border-color: rgb(204,198,121); }
td.TdClassName
{
border-color: #CCC679;
}
.TagClassName
{
border-color: #CCC679;
}
</style>