Shades of Winter Hazel #CEC474
Tints of Winter Hazel #CEC474
RGB
CMYK
RGB Variations
Color information
#CEC474 (or 0xCEC474) is known color: Winter Hazel. HEX triplet: CE, C4 and 74. RGB value is (206,196,116). Sum of RGB (Red+Green+Blue) = 206+196+116=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC474 is #313B8B. Grayscale: #BEBEBE. Windows color (decimal): -3226508 or 7652558. OLE color: 7652558.
HSL color Cylindrical-coordinate representation of color #CEC474: hue angle of 53.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 #CEC474 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 116 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.19 |
| HSL | 53.33º | 0.48% | 0.63% | - |
| HSV(B) | 53.33º | 0.44% | 0.81% | - |
| XYZ | 48.35 | 53.86 | 24.37 | - |
| YUV | 189.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 116 | 0 | 0.05 | 0.44 | 0.19 | 53.33 | 0.48 | 0.63 |
| Hex | CE | C4 | 74 | 0 | 5 | 2C | 13 | 35 | 30 | 3F |
| Octal | 316 | 304 | 164 | 0 | 5 | 54 | 23 | 65 | 60 | 77 |
| Binary | 11001110 | 11000100 | 1110100 | 0 | 101 | 101100 | 10011 | 110101 | 110000 | 111111 |
Color Harmonies of #CEC474
Complementary color
Monochromatic Colors of #CEC474
Black with #CEC474
Text Example
Text Example
White with #CEC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC474; }
p { color: rgb(206,196,116); }
H1.HeaderClassName
{
color: #CEC474;
}
.AnyTagClassName
{
color: #CEC474;
}
</style>
background-color css
<style>
a { background-color: #CEC474; }
a { background-color: rgb(206,196,116); }
div.DivClassName
{
background-color: #CEC474;
}
.BgClassName
{
background-color: #CEC474;
}
</style>
border-color css
<style>
span { border-color: #CEC474; }
span { border-color: rgb(206,196,116); }
td.TdClassName
{
border-color: #CEC474;
}
.TagClassName
{
border-color: #CEC474;
}
</style>