Shades of Winter Hazel #CEC081
Tints of Winter Hazel #CEC081
RGB
CMYK
RGB Variations
Color information
#CEC081 (or 0xCEC081) is known color: Winter Hazel. HEX triplet: CE, C0 and 81. RGB value is (206,192,129). Sum of RGB (Red+Green+Blue) = 206+192+129=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC081 is #313F7E. Grayscale: #BDBDBD. Windows color (decimal): -3227519 or 8503502. OLE color: 8503502.
HSL color Cylindrical-coordinate representation of color #CEC081: hue angle of 49.09º 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 #CEC081 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 129 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.19 |
| HSL | 49.09º | 0.44% | 0.66% | - |
| HSV(B) | 49.09º | 0.37% | 0.81% | - |
| XYZ | 48.27 | 52.41 | 28.34 | - |
| YUV | 189 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 129 | 0 | 0.07 | 0.37 | 0.19 | 49.09 | 0.44 | 0.66 |
| Hex | CE | C0 | 81 | 0 | 7 | 25 | 13 | 31 | 2C | 42 |
| Octal | 316 | 300 | 201 | 0 | 7 | 45 | 23 | 61 | 54 | 102 |
| Binary | 11001110 | 11000000 | 10000001 | 0 | 111 | 100101 | 10011 | 110001 | 101100 | 1000010 |
Color Harmonies of #CEC081
Complementary color
Monochromatic Colors of #CEC081
Black with #CEC081
Text Example
Text Example
White with #CEC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC081; }
p { color: rgb(206,192,129); }
H1.HeaderClassName
{
color: #CEC081;
}
.AnyTagClassName
{
color: #CEC081;
}
</style>
background-color css
<style>
a { background-color: #CEC081; }
a { background-color: rgb(206,192,129); }
div.DivClassName
{
background-color: #CEC081;
}
.BgClassName
{
background-color: #CEC081;
}
</style>
border-color css
<style>
span { border-color: #CEC081; }
span { border-color: rgb(206,192,129); }
td.TdClassName
{
border-color: #CEC081;
}
.TagClassName
{
border-color: #CEC081;
}
</style>