Shades of Winter Hazel #CEC07D
Tints of Winter Hazel #CEC07D
RGB
CMYK
RGB Variations
Color information
#CEC07D (or 0xCEC07D) is known color: Winter Hazel. HEX triplet: CE, C0 and 7D. RGB value is (206,192,125). Sum of RGB (Red+Green+Blue) = 206+192+125=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC07D is #313F82. Grayscale: #BCBCBC. Windows color (decimal): -3227523 or 8241358. OLE color: 8241358.
HSL color Cylindrical-coordinate representation of color #CEC07D: hue angle of 49.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC07D is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 125 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.19 |
| HSL | 49.63º | 0.45% | 0.65% | - |
| HSV(B) | 49.63º | 0.39% | 0.81% | - |
| XYZ | 48 | 52.3 | 26.97 | - |
| YUV | 188.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 125 | 0 | 0.07 | 0.39 | 0.19 | 49.63 | 0.45 | 0.65 |
| Hex | CE | C0 | 7D | 0 | 7 | 27 | 13 | 32 | 2D | 41 |
| Octal | 316 | 300 | 175 | 0 | 7 | 47 | 23 | 62 | 55 | 101 |
| Binary | 11001110 | 11000000 | 1111101 | 0 | 111 | 100111 | 10011 | 110010 | 101101 | 1000001 |
Color Harmonies of #CEC07D
Complementary color
Monochromatic Colors of #CEC07D
Black with #CEC07D
Text Example
Text Example
White with #CEC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC07D; }
p { color: rgb(206,192,125); }
H1.HeaderClassName
{
color: #CEC07D;
}
.AnyTagClassName
{
color: #CEC07D;
}
</style>
background-color css
<style>
a { background-color: #CEC07D; }
a { background-color: rgb(206,192,125); }
div.DivClassName
{
background-color: #CEC07D;
}
.BgClassName
{
background-color: #CEC07D;
}
</style>
border-color css
<style>
span { border-color: #CEC07D; }
span { border-color: rgb(206,192,125); }
td.TdClassName
{
border-color: #CEC07D;
}
.TagClassName
{
border-color: #CEC07D;
}
</style>