Shades of Winter Hazel #CEC079
Tints of Winter Hazel #CEC079
RGB
CMYK
RGB Variations
Color information
#CEC079 (or 0xCEC079) is known color: Winter Hazel. HEX triplet: CE, C0 and 79. RGB value is (206,192,121). Sum of RGB (Red+Green+Blue) = 206+192+121=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC079 is #313F86. Grayscale: #BCBCBC. Windows color (decimal): -3227527 or 7979214. OLE color: 7979214.
HSL color Cylindrical-coordinate representation of color #CEC079: hue angle of 50.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEC079 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 121 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.19 |
| HSL | 50.12º | 0.46% | 0.64% | - |
| HSV(B) | 50.12º | 0.41% | 0.81% | - |
| XYZ | 47.75 | 52.2 | 25.65 | - |
| YUV | 188.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 121 | 0 | 0.07 | 0.41 | 0.19 | 50.12 | 0.46 | 0.64 |
| Hex | CE | C0 | 79 | 0 | 7 | 29 | 13 | 32 | 2E | 40 |
| Octal | 316 | 300 | 171 | 0 | 7 | 51 | 23 | 62 | 56 | 100 |
| Binary | 11001110 | 11000000 | 1111001 | 0 | 111 | 101001 | 10011 | 110010 | 101110 | 1000000 |
Color Harmonies of #CEC079
Complementary color
Monochromatic Colors of #CEC079
Black with #CEC079
Text Example
Text Example
White with #CEC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC079; }
p { color: rgb(206,192,121); }
H1.HeaderClassName
{
color: #CEC079;
}
.AnyTagClassName
{
color: #CEC079;
}
</style>
background-color css
<style>
a { background-color: #CEC079; }
a { background-color: rgb(206,192,121); }
div.DivClassName
{
background-color: #CEC079;
}
.BgClassName
{
background-color: #CEC079;
}
</style>
border-color css
<style>
span { border-color: #CEC079; }
span { border-color: rgb(206,192,121); }
td.TdClassName
{
border-color: #CEC079;
}
.TagClassName
{
border-color: #CEC079;
}
</style>