Shades of Winter Hazel #CEC583
Tints of Winter Hazel #CEC583
RGB
CMYK
RGB Variations
Color information
#CEC583 (or 0xCEC583) is known color: Winter Hazel. HEX triplet: CE, C5 and 83. RGB value is (206,197,131). Sum of RGB (Red+Green+Blue) = 206+197+131=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC583 is #313A7C. Grayscale: #C0C0C0. Windows color (decimal): -3226237 or 8635854. OLE color: 8635854.
HSL color Cylindrical-coordinate representation of color #CEC583: hue angle of 52.8º 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 #CEC583 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 131 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.19 |
| HSL | 52.8º | 0.43% | 0.66% | - |
| HSV(B) | 52.8º | 0.36% | 0.81% | - |
| XYZ | 49.52 | 54.69 | 29.42 | - |
| YUV | 192.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 131 | 0 | 0.04 | 0.36 | 0.19 | 52.8 | 0.43 | 0.66 |
| Hex | CE | C5 | 83 | 0 | 4 | 24 | 13 | 35 | 2B | 42 |
| Octal | 316 | 305 | 203 | 0 | 4 | 44 | 23 | 65 | 53 | 102 |
| Binary | 11001110 | 11000101 | 10000011 | 0 | 100 | 100100 | 10011 | 110101 | 101011 | 1000010 |
Color Harmonies of #CEC583
Complementary color
Monochromatic Colors of #CEC583
Black with #CEC583
Text Example
Text Example
White with #CEC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC583; }
p { color: rgb(206,197,131); }
H1.HeaderClassName
{
color: #CEC583;
}
.AnyTagClassName
{
color: #CEC583;
}
</style>
background-color css
<style>
a { background-color: #CEC583; }
a { background-color: rgb(206,197,131); }
div.DivClassName
{
background-color: #CEC583;
}
.BgClassName
{
background-color: #CEC583;
}
</style>
border-color css
<style>
span { border-color: #CEC583; }
span { border-color: rgb(206,197,131); }
td.TdClassName
{
border-color: #CEC583;
}
.TagClassName
{
border-color: #CEC583;
}
</style>