Shades of Winter Hazel #CCC67E
Tints of Winter Hazel #CCC67E
RGB
CMYK
RGB Variations
Color information
#CCC67E (or 0xCCC67E) is known color: Winter Hazel. HEX triplet: CC, C6 and 7E. RGB value is (204,198,126). Sum of RGB (Red+Green+Blue) = 204+198+126=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67E is #333981. Grayscale: #BFBFBF. Windows color (decimal): -3357058 or 8308428. OLE color: 8308428.
HSL color Cylindrical-coordinate representation of color #CCC67E: hue angle of 55.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCC67E is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 126 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.2 |
| HSL | 55.38º | 0.43% | 0.65% | - |
| HSV(B) | 55.38º | 0.38% | 0.8% | - |
| XYZ | 48.86 | 54.73 | 27.73 | - |
| YUV | 191.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 126 | 0 | 0.03 | 0.38 | 0.2 | 55.38 | 0.43 | 0.65 |
| Hex | CC | C6 | 7E | 0 | 3 | 26 | 14 | 37 | 2B | 41 |
| Octal | 314 | 306 | 176 | 0 | 3 | 46 | 24 | 67 | 53 | 101 |
| Binary | 11001100 | 11000110 | 1111110 | 0 | 11 | 100110 | 10100 | 110111 | 101011 | 1000001 |
Color Harmonies of #CCC67E
Complementary color
Monochromatic Colors of #CCC67E
Black with #CCC67E
Text Example
Text Example
White with #CCC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC67E; }
p { color: rgb(204,198,126); }
H1.HeaderClassName
{
color: #CCC67E;
}
.AnyTagClassName
{
color: #CCC67E;
}
</style>
background-color css
<style>
a { background-color: #CCC67E; }
a { background-color: rgb(204,198,126); }
div.DivClassName
{
background-color: #CCC67E;
}
.BgClassName
{
background-color: #CCC67E;
}
</style>
border-color css
<style>
span { border-color: #CCC67E; }
span { border-color: rgb(204,198,126); }
td.TdClassName
{
border-color: #CCC67E;
}
.TagClassName
{
border-color: #CCC67E;
}
</style>