Shades of Winter Hazel #CEC68B
Tints of Winter Hazel #CEC68B
RGB
CMYK
RGB Variations
Color information
#CEC68B (or 0xCEC68B) is known color: Winter Hazel. HEX triplet: CE, C6 and 8B. RGB value is (206,198,139). Sum of RGB (Red+Green+Blue) = 206+198+139=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC68B is #313974. Grayscale: #C1C1C1. Windows color (decimal): -3225973 or 9160398. OLE color: 9160398.
HSL color Cylindrical-coordinate representation of color #CEC68B: hue angle of 52.84º 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 #CEC68B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 139 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.19 |
| HSL | 52.84º | 0.41% | 0.68% | - |
| HSV(B) | 52.84º | 0.33% | 0.81% | - |
| XYZ | 50.31 | 55.37 | 32.46 | - |
| YUV | 193.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 139 | 0 | 0.04 | 0.33 | 0.19 | 52.84 | 0.41 | 0.68 |
| Hex | CE | C6 | 8B | 0 | 4 | 21 | 13 | 35 | 29 | 44 |
| Octal | 316 | 306 | 213 | 0 | 4 | 41 | 23 | 65 | 51 | 104 |
| Binary | 11001110 | 11000110 | 10001011 | 0 | 100 | 100001 | 10011 | 110101 | 101001 | 1000100 |
Color Harmonies of #CEC68B
Complementary color
Monochromatic Colors of #CEC68B
Black with #CEC68B
Text Example
Text Example
White with #CEC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC68B; }
p { color: rgb(206,198,139); }
H1.HeaderClassName
{
color: #CEC68B;
}
.AnyTagClassName
{
color: #CEC68B;
}
</style>
background-color css
<style>
a { background-color: #CEC68B; }
a { background-color: rgb(206,198,139); }
div.DivClassName
{
background-color: #CEC68B;
}
.BgClassName
{
background-color: #CEC68B;
}
</style>
border-color css
<style>
span { border-color: #CEC68B; }
span { border-color: rgb(206,198,139); }
td.TdClassName
{
border-color: #CEC68B;
}
.TagClassName
{
border-color: #CEC68B;
}
</style>