Shades of Winter Hazel #CEC373
Tints of Winter Hazel #CEC373
RGB
CMYK
RGB Variations
Color information
#CEC373 (or 0xCEC373) is known color: Winter Hazel. HEX triplet: CE, C3 and 73. RGB value is (206,195,115). Sum of RGB (Red+Green+Blue) = 206+195+115=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC373 is #313C8C. Grayscale: #BDBDBD. Windows color (decimal): -3226765 or 7586766. OLE color: 7586766.
HSL color Cylindrical-coordinate representation of color #CEC373: hue angle of 52.75º 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 #CEC373 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 115 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.19 |
| HSL | 52.75º | 0.48% | 0.63% | - |
| HSV(B) | 52.75º | 0.44% | 0.81% | - |
| XYZ | 48.06 | 53.39 | 23.99 | - |
| YUV | 189.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 115 | 0 | 0.05 | 0.44 | 0.19 | 52.75 | 0.48 | 0.63 |
| Hex | CE | C3 | 73 | 0 | 5 | 2C | 13 | 35 | 30 | 3F |
| Octal | 316 | 303 | 163 | 0 | 5 | 54 | 23 | 65 | 60 | 77 |
| Binary | 11001110 | 11000011 | 1110011 | 0 | 101 | 101100 | 10011 | 110101 | 110000 | 111111 |
Color Harmonies of #CEC373
Complementary color
Monochromatic Colors of #CEC373
Black with #CEC373
Text Example
Text Example
White with #CEC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC373; }
p { color: rgb(206,195,115); }
H1.HeaderClassName
{
color: #CEC373;
}
.AnyTagClassName
{
color: #CEC373;
}
</style>
background-color css
<style>
a { background-color: #CEC373; }
a { background-color: rgb(206,195,115); }
div.DivClassName
{
background-color: #CEC373;
}
.BgClassName
{
background-color: #CEC373;
}
</style>
border-color css
<style>
span { border-color: #CEC373; }
span { border-color: rgb(206,195,115); }
td.TdClassName
{
border-color: #CEC373;
}
.TagClassName
{
border-color: #CEC373;
}
</style>