Shades of Winter Hazel #CEC774
Tints of Winter Hazel #CEC774
RGB
CMYK
RGB Variations
Color information
#CEC774 (or 0xCEC774) is known color: Winter Hazel. HEX triplet: CE, C7 and 74. RGB value is (206,199,116). Sum of RGB (Red+Green+Blue) = 206+199+116=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC774 is #31388B. Grayscale: #BFBFBF. Windows color (decimal): -3225740 or 7653326. OLE color: 7653326.
HSL color Cylindrical-coordinate representation of color #CEC774: hue angle of 55.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEC774 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 116 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.19 |
| HSL | 55.33º | 0.48% | 0.63% | - |
| HSV(B) | 55.33º | 0.44% | 0.81% | - |
| XYZ | 49.03 | 55.23 | 24.6 | - |
| YUV | 191.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 116 | 0 | 0.03 | 0.44 | 0.19 | 55.33 | 0.48 | 0.63 |
| Hex | CE | C7 | 74 | 0 | 3 | 2C | 13 | 37 | 30 | 3F |
| Octal | 316 | 307 | 164 | 0 | 3 | 54 | 23 | 67 | 60 | 77 |
| Binary | 11001110 | 11000111 | 1110100 | 0 | 11 | 101100 | 10011 | 110111 | 110000 | 111111 |
Color Harmonies of #CEC774
Complementary color
Monochromatic Colors of #CEC774
Black with #CEC774
Text Example
Text Example
White with #CEC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC774; }
p { color: rgb(206,199,116); }
H1.HeaderClassName
{
color: #CEC774;
}
.AnyTagClassName
{
color: #CEC774;
}
</style>
background-color css
<style>
a { background-color: #CEC774; }
a { background-color: rgb(206,199,116); }
div.DivClassName
{
background-color: #CEC774;
}
.BgClassName
{
background-color: #CEC774;
}
</style>
border-color css
<style>
span { border-color: #CEC774; }
span { border-color: rgb(206,199,116); }
td.TdClassName
{
border-color: #CEC774;
}
.TagClassName
{
border-color: #CEC774;
}
</style>