Shades of Winter Hazel #CEC08A
Tints of Winter Hazel #CEC08A
RGB
CMYK
RGB Variations
Color information
#CEC08A (or 0xCEC08A) is known color: Winter Hazel. HEX triplet: CE, C0 and 8A. RGB value is (206,192,138). Sum of RGB (Red+Green+Blue) = 206+192+138=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08A is #313F75. Grayscale: #BEBEBE. Windows color (decimal): -3227510 or 9093326. OLE color: 9093326.
HSL color Cylindrical-coordinate representation of color #CEC08A: hue angle of 47.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEC08A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 138 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.19 |
| HSL | 47.65º | 0.41% | 0.67% | - |
| HSV(B) | 47.65º | 0.33% | 0.81% | - |
| XYZ | 48.89 | 52.66 | 31.63 | - |
| YUV | 190.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 138 | 0 | 0.07 | 0.33 | 0.19 | 47.65 | 0.41 | 0.67 |
| Hex | CE | C0 | 8A | 0 | 7 | 21 | 13 | 30 | 29 | 43 |
| Octal | 316 | 300 | 212 | 0 | 7 | 41 | 23 | 60 | 51 | 103 |
| Binary | 11001110 | 11000000 | 10001010 | 0 | 111 | 100001 | 10011 | 110000 | 101001 | 1000011 |
Color Harmonies of #CEC08A
Complementary color
Monochromatic Colors of #CEC08A
Black with #CEC08A
Text Example
Text Example
White with #CEC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC08A; }
p { color: rgb(206,192,138); }
H1.HeaderClassName
{
color: #CEC08A;
}
.AnyTagClassName
{
color: #CEC08A;
}
</style>
background-color css
<style>
a { background-color: #CEC08A; }
a { background-color: rgb(206,192,138); }
div.DivClassName
{
background-color: #CEC08A;
}
.BgClassName
{
background-color: #CEC08A;
}
</style>
border-color css
<style>
span { border-color: #CEC08A; }
span { border-color: rgb(206,192,138); }
td.TdClassName
{
border-color: #CEC08A;
}
.TagClassName
{
border-color: #CEC08A;
}
</style>