Shades of Winter Hazel #CEC679
Tints of Winter Hazel #CEC679
RGB
CMYK
RGB Variations
Color information
#CEC679 (or 0xCEC679) is known color: Winter Hazel. HEX triplet: CE, C6 and 79. RGB value is (206,198,121). Sum of RGB (Red+Green+Blue) = 206+198+121=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC679 is #313986. Grayscale: #BFBFBF. Windows color (decimal): -3225991 or 7980750. OLE color: 7980750.
HSL color Cylindrical-coordinate representation of color #CEC679: hue angle of 54.35º 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 #CEC679 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 121 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.19 |
| HSL | 54.35º | 0.46% | 0.64% | - |
| HSV(B) | 54.35º | 0.41% | 0.81% | - |
| XYZ | 49.1 | 54.89 | 26.1 | - |
| YUV | 191.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 121 | 0 | 0.04 | 0.41 | 0.19 | 54.35 | 0.46 | 0.64 |
| Hex | CE | C6 | 79 | 0 | 4 | 29 | 13 | 36 | 2E | 40 |
| Octal | 316 | 306 | 171 | 0 | 4 | 51 | 23 | 66 | 56 | 100 |
| Binary | 11001110 | 11000110 | 1111001 | 0 | 100 | 101001 | 10011 | 110110 | 101110 | 1000000 |
Color Harmonies of #CEC679
Complementary color
Monochromatic Colors of #CEC679
Black with #CEC679
Text Example
Text Example
White with #CEC679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC679; }
p { color: rgb(206,198,121); }
H1.HeaderClassName
{
color: #CEC679;
}
.AnyTagClassName
{
color: #CEC679;
}
</style>
background-color css
<style>
a { background-color: #CEC679; }
a { background-color: rgb(206,198,121); }
div.DivClassName
{
background-color: #CEC679;
}
.BgClassName
{
background-color: #CEC679;
}
</style>
border-color css
<style>
span { border-color: #CEC679; }
span { border-color: rgb(206,198,121); }
td.TdClassName
{
border-color: #CEC679;
}
.TagClassName
{
border-color: #CEC679;
}
</style>