Shades of Winter Hazel #CCC67C
Tints of Winter Hazel #CCC67C
RGB
CMYK
RGB Variations
Color information
#CCC67C (or 0xCCC67C) is known color: Winter Hazel. HEX triplet: CC, C6 and 7C. RGB value is (204,198,124). Sum of RGB (Red+Green+Blue) = 204+198+124=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67C is #333983. Grayscale: #BFBFBF. Windows color (decimal): -3357060 or 8177356. OLE color: 8177356.
HSL color Cylindrical-coordinate representation of color #CCC67C: hue angle of 55.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC67C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 124 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.2 |
| HSL | 55.5º | 0.44% | 0.64% | - |
| HSV(B) | 55.5º | 0.39% | 0.8% | - |
| XYZ | 48.73 | 54.68 | 27.05 | - |
| YUV | 191.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 124 | 0 | 0.03 | 0.39 | 0.2 | 55.5 | 0.44 | 0.64 |
| Hex | CC | C6 | 7C | 0 | 3 | 27 | 14 | 38 | 2C | 40 |
| Octal | 314 | 306 | 174 | 0 | 3 | 47 | 24 | 70 | 54 | 100 |
| Binary | 11001100 | 11000110 | 1111100 | 0 | 11 | 100111 | 10100 | 111000 | 101100 | 1000000 |
Color Harmonies of #CCC67C
Complementary color
Monochromatic Colors of #CCC67C
Black with #CCC67C
Text Example
Text Example
White with #CCC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC67C; }
p { color: rgb(204,198,124); }
H1.HeaderClassName
{
color: #CCC67C;
}
.AnyTagClassName
{
color: #CCC67C;
}
</style>
background-color css
<style>
a { background-color: #CCC67C; }
a { background-color: rgb(204,198,124); }
div.DivClassName
{
background-color: #CCC67C;
}
.BgClassName
{
background-color: #CCC67C;
}
</style>
border-color css
<style>
span { border-color: #CCC67C; }
span { border-color: rgb(204,198,124); }
td.TdClassName
{
border-color: #CCC67C;
}
.TagClassName
{
border-color: #CCC67C;
}
</style>