Shades of Winter Hazel #CEC275
Tints of Winter Hazel #CEC275
RGB
CMYK
RGB Variations
Color information
#CEC275 (or 0xCEC275) is known color: Winter Hazel. HEX triplet: CE, C2 and 75. RGB value is (206,194,117). Sum of RGB (Red+Green+Blue) = 206+194+117=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC275 is #313D8A. Grayscale: #BDBDBD. Windows color (decimal): -3227019 or 7717582. OLE color: 7717582.
HSL color Cylindrical-coordinate representation of color #CEC275: hue angle of 51.91º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEC275 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 117 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.19 |
| HSL | 51.91º | 0.48% | 0.63% | - |
| HSV(B) | 51.91º | 0.43% | 0.81% | - |
| XYZ | 47.96 | 52.99 | 24.53 | - |
| YUV | 188.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 117 | 0 | 0.06 | 0.43 | 0.19 | 51.91 | 0.48 | 0.63 |
| Hex | CE | C2 | 75 | 0 | 6 | 2B | 13 | 34 | 30 | 3F |
| Octal | 316 | 302 | 165 | 0 | 6 | 53 | 23 | 64 | 60 | 77 |
| Binary | 11001110 | 11000010 | 1110101 | 0 | 110 | 101011 | 10011 | 110100 | 110000 | 111111 |
Color Harmonies of #CEC275
Complementary color
Monochromatic Colors of #CEC275
Black with #CEC275
Text Example
Text Example
White with #CEC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC275; }
p { color: rgb(206,194,117); }
H1.HeaderClassName
{
color: #CEC275;
}
.AnyTagClassName
{
color: #CEC275;
}
</style>
background-color css
<style>
a { background-color: #CEC275; }
a { background-color: rgb(206,194,117); }
div.DivClassName
{
background-color: #CEC275;
}
.BgClassName
{
background-color: #CEC275;
}
</style>
border-color css
<style>
span { border-color: #CEC275; }
span { border-color: rgb(206,194,117); }
td.TdClassName
{
border-color: #CEC275;
}
.TagClassName
{
border-color: #CEC275;
}
</style>