Shades of Winter Hazel #CEC982
Tints of Winter Hazel #CEC982
RGB
CMYK
RGB Variations
Color information
#CEC982 (or 0xCEC982) is known color: Winter Hazel. HEX triplet: CE, C9 and 82. RGB value is (206,201,130). Sum of RGB (Red+Green+Blue) = 206+201+130=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC982 is #31367D. Grayscale: #C2C2C2. Windows color (decimal): -3225214 or 8571342. OLE color: 8571342.
HSL color Cylindrical-coordinate representation of color #CEC982: hue angle of 56.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEC982 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 130 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.19 |
| HSL | 56.05º | 0.44% | 0.66% | - |
| HSV(B) | 56.05º | 0.37% | 0.81% | - |
| XYZ | 50.37 | 56.51 | 29.37 | - |
| YUV | 194.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 130 | 0 | 0.02 | 0.37 | 0.19 | 56.05 | 0.44 | 0.66 |
| Hex | CE | C9 | 82 | 0 | 2 | 25 | 13 | 38 | 2C | 42 |
| Octal | 316 | 311 | 202 | 0 | 2 | 45 | 23 | 70 | 54 | 102 |
| Binary | 11001110 | 11001001 | 10000010 | 0 | 10 | 100101 | 10011 | 111000 | 101100 | 1000010 |
Color Harmonies of #CEC982
Complementary color
Monochromatic Colors of #CEC982
Black with #CEC982
Text Example
Text Example
White with #CEC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC982; }
p { color: rgb(206,201,130); }
H1.HeaderClassName
{
color: #CEC982;
}
.AnyTagClassName
{
color: #CEC982;
}
</style>
background-color css
<style>
a { background-color: #CEC982; }
a { background-color: rgb(206,201,130); }
div.DivClassName
{
background-color: #CEC982;
}
.BgClassName
{
background-color: #CEC982;
}
</style>
border-color css
<style>
span { border-color: #CEC982; }
span { border-color: rgb(206,201,130); }
td.TdClassName
{
border-color: #CEC982;
}
.TagClassName
{
border-color: #CEC982;
}
</style>