Shades of Winter Hazel #CEC08B
Tints of Winter Hazel #CEC08B
RGB
CMYK
RGB Variations
Color information
#CEC08B (or 0xCEC08B) is known color: Winter Hazel. HEX triplet: CE, C0 and 8B. RGB value is (206,192,139). Sum of RGB (Red+Green+Blue) = 206+192+139=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08B is #313F74. Grayscale: #BEBEBE. Windows color (decimal): -3227509 or 9158862. OLE color: 9158862.
HSL color Cylindrical-coordinate representation of color #CEC08B: hue angle of 47.46º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEC08B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 139 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.19 |
| HSL | 47.46º | 0.41% | 0.68% | - |
| HSV(B) | 47.46º | 0.33% | 0.81% | - |
| XYZ | 48.96 | 52.69 | 32.01 | - |
| YUV | 190.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 139 | 0 | 0.07 | 0.33 | 0.19 | 47.46 | 0.41 | 0.68 |
| Hex | CE | C0 | 8B | 0 | 7 | 21 | 13 | 2F | 29 | 44 |
| Octal | 316 | 300 | 213 | 0 | 7 | 41 | 23 | 57 | 51 | 104 |
| Binary | 11001110 | 11000000 | 10001011 | 0 | 111 | 100001 | 10011 | 101111 | 101001 | 1000100 |
Color Harmonies of #CEC08B
Complementary color
Monochromatic Colors of #CEC08B
Black with #CEC08B
Text Example
Text Example
White with #CEC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC08B; }
p { color: rgb(206,192,139); }
H1.HeaderClassName
{
color: #CEC08B;
}
.AnyTagClassName
{
color: #CEC08B;
}
</style>
background-color css
<style>
a { background-color: #CEC08B; }
a { background-color: rgb(206,192,139); }
div.DivClassName
{
background-color: #CEC08B;
}
.BgClassName
{
background-color: #CEC08B;
}
</style>
border-color css
<style>
span { border-color: #CEC08B; }
span { border-color: rgb(206,192,139); }
td.TdClassName
{
border-color: #CEC08B;
}
.TagClassName
{
border-color: #CEC08B;
}
</style>