Shades of Winter Hazel #CEC372
Tints of Winter Hazel #CEC372
RGB
CMYK
RGB Variations
Color information
#CEC372 (or 0xCEC372) is known color: Winter Hazel. HEX triplet: CE, C3 and 72. RGB value is (206,195,114). Sum of RGB (Red+Green+Blue) = 206+195+114=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC372 is #313C8D. Grayscale: #BDBDBD. Windows color (decimal): -3226766 or 7521230. OLE color: 7521230.
HSL color Cylindrical-coordinate representation of color #CEC372: hue angle of 52.83º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEC372 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 114 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.19 |
| HSL | 52.83º | 0.48% | 0.63% | - |
| HSV(B) | 52.83º | 0.45% | 0.81% | - |
| XYZ | 48.01 | 53.37 | 23.69 | - |
| YUV | 189.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 114 | 0 | 0.05 | 0.45 | 0.19 | 52.83 | 0.48 | 0.63 |
| Hex | CE | C3 | 72 | 0 | 5 | 2D | 13 | 35 | 30 | 3F |
| Octal | 316 | 303 | 162 | 0 | 5 | 55 | 23 | 65 | 60 | 77 |
| Binary | 11001110 | 11000011 | 1110010 | 0 | 101 | 101101 | 10011 | 110101 | 110000 | 111111 |
Color Harmonies of #CEC372
Complementary color
Monochromatic Colors of #CEC372
Black with #CEC372
Text Example
Text Example
White with #CEC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC372; }
p { color: rgb(206,195,114); }
H1.HeaderClassName
{
color: #CEC372;
}
.AnyTagClassName
{
color: #CEC372;
}
</style>
background-color css
<style>
a { background-color: #CEC372; }
a { background-color: rgb(206,195,114); }
div.DivClassName
{
background-color: #CEC372;
}
.BgClassName
{
background-color: #CEC372;
}
</style>
border-color css
<style>
span { border-color: #CEC372; }
span { border-color: rgb(206,195,114); }
td.TdClassName
{
border-color: #CEC372;
}
.TagClassName
{
border-color: #CEC372;
}
</style>