Shades of Winter Hazel #CEC683
Tints of Winter Hazel #CEC683
RGB
CMYK
RGB Variations
Color information
#CEC683 (or 0xCEC683) is known color: Winter Hazel. HEX triplet: CE, C6 and 83. RGB value is (206,198,131). Sum of RGB (Red+Green+Blue) = 206+198+131=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC683 is #31397C. Grayscale: #C1C1C1. Windows color (decimal): -3225981 or 8636110. OLE color: 8636110.
HSL color Cylindrical-coordinate representation of color #CEC683: hue angle of 53.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEC683 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 131 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.19 |
| HSL | 53.6º | 0.43% | 0.66% | - |
| HSV(B) | 53.6º | 0.36% | 0.81% | - |
| XYZ | 49.74 | 55.15 | 29.5 | - |
| YUV | 192.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 131 | 0 | 0.04 | 0.36 | 0.19 | 53.6 | 0.43 | 0.66 |
| Hex | CE | C6 | 83 | 0 | 4 | 24 | 13 | 36 | 2B | 42 |
| Octal | 316 | 306 | 203 | 0 | 4 | 44 | 23 | 66 | 53 | 102 |
| Binary | 11001110 | 11000110 | 10000011 | 0 | 100 | 100100 | 10011 | 110110 | 101011 | 1000010 |
Color Harmonies of #CEC683
Complementary color
Monochromatic Colors of #CEC683
Black with #CEC683
Text Example
Text Example
White with #CEC683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC683; }
p { color: rgb(206,198,131); }
H1.HeaderClassName
{
color: #CEC683;
}
.AnyTagClassName
{
color: #CEC683;
}
</style>
background-color css
<style>
a { background-color: #CEC683; }
a { background-color: rgb(206,198,131); }
div.DivClassName
{
background-color: #CEC683;
}
.BgClassName
{
background-color: #CEC683;
}
</style>
border-color css
<style>
span { border-color: #CEC683; }
span { border-color: rgb(206,198,131); }
td.TdClassName
{
border-color: #CEC683;
}
.TagClassName
{
border-color: #CEC683;
}
</style>