Shades of Winter Hazel #CEC07C
Tints of Winter Hazel #CEC07C
RGB
CMYK
RGB Variations
Color information
#CEC07C (or 0xCEC07C) is known color: Winter Hazel. HEX triplet: CE, C0 and 7C. RGB value is (206,192,124). Sum of RGB (Red+Green+Blue) = 206+192+124=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC07C is #313F83. Grayscale: #BCBCBC. Windows color (decimal): -3227524 or 8175822. OLE color: 8175822.
HSL color Cylindrical-coordinate representation of color #CEC07C: hue angle of 49.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEC07C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 124 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.19 |
| HSL | 49.76º | 0.46% | 0.65% | - |
| HSV(B) | 49.76º | 0.4% | 0.81% | - |
| XYZ | 47.94 | 52.28 | 26.63 | - |
| YUV | 188.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 124 | 0 | 0.07 | 0.40 | 0.19 | 49.76 | 0.46 | 0.65 |
| Hex | CE | C0 | 7C | 0 | 7 | 28 | 13 | 32 | 2E | 41 |
| Octal | 316 | 300 | 174 | 0 | 7 | 50 | 23 | 62 | 56 | 101 |
| Binary | 11001110 | 11000000 | 1111100 | 0 | 111 | 101000 | 10011 | 110010 | 101110 | 1000001 |
Color Harmonies of #CEC07C
Complementary color
Monochromatic Colors of #CEC07C
Black with #CEC07C
Text Example
Text Example
White with #CEC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC07C; }
p { color: rgb(206,192,124); }
H1.HeaderClassName
{
color: #CEC07C;
}
.AnyTagClassName
{
color: #CEC07C;
}
</style>
background-color css
<style>
a { background-color: #CEC07C; }
a { background-color: rgb(206,192,124); }
div.DivClassName
{
background-color: #CEC07C;
}
.BgClassName
{
background-color: #CEC07C;
}
</style>
border-color css
<style>
span { border-color: #CEC07C; }
span { border-color: rgb(206,192,124); }
td.TdClassName
{
border-color: #CEC07C;
}
.TagClassName
{
border-color: #CEC07C;
}
</style>