Shades of Winter Hazel #CEC773
Tints of Winter Hazel #CEC773
RGB
CMYK
RGB Variations
Color information
#CEC773 (or 0xCEC773) is known color: Winter Hazel. HEX triplet: CE, C7 and 73. RGB value is (206,199,115). Sum of RGB (Red+Green+Blue) = 206+199+115=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC773 is #31388C. Grayscale: #BFBFBF. Windows color (decimal): -3225741 or 7587790. OLE color: 7587790.
HSL color Cylindrical-coordinate representation of color #CEC773: hue angle of 55.38º 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 #CEC773 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 115 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.19 |
| HSL | 55.38º | 0.48% | 0.63% | - |
| HSV(B) | 55.38º | 0.44% | 0.81% | - |
| XYZ | 48.97 | 55.21 | 24.29 | - |
| YUV | 191.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 115 | 0 | 0.03 | 0.44 | 0.19 | 55.38 | 0.48 | 0.63 |
| Hex | CE | C7 | 73 | 0 | 3 | 2C | 13 | 37 | 30 | 3F |
| Octal | 316 | 307 | 163 | 0 | 3 | 54 | 23 | 67 | 60 | 77 |
| Binary | 11001110 | 11000111 | 1110011 | 0 | 11 | 101100 | 10011 | 110111 | 110000 | 111111 |
Color Harmonies of #CEC773
Complementary color
Monochromatic Colors of #CEC773
Black with #CEC773
Text Example
Text Example
White with #CEC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC773; }
p { color: rgb(206,199,115); }
H1.HeaderClassName
{
color: #CEC773;
}
.AnyTagClassName
{
color: #CEC773;
}
</style>
background-color css
<style>
a { background-color: #CEC773; }
a { background-color: rgb(206,199,115); }
div.DivClassName
{
background-color: #CEC773;
}
.BgClassName
{
background-color: #CEC773;
}
</style>
border-color css
<style>
span { border-color: #CEC773; }
span { border-color: rgb(206,199,115); }
td.TdClassName
{
border-color: #CEC773;
}
.TagClassName
{
border-color: #CEC773;
}
</style>