Shades of Winter Hazel #CEC67B
Tints of Winter Hazel #CEC67B
RGB
CMYK
RGB Variations
Color information
#CEC67B (or 0xCEC67B) is known color: Winter Hazel. HEX triplet: CE, C6 and 7B. RGB value is (206,198,123). Sum of RGB (Red+Green+Blue) = 206+198+123=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC67B is #313984. Grayscale: #C0C0C0. Windows color (decimal): -3225989 or 8111822. OLE color: 8111822.
HSL color Cylindrical-coordinate representation of color #CEC67B: hue angle of 54.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEC67B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 123 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.19 |
| HSL | 54.22º | 0.46% | 0.65% | - |
| HSV(B) | 54.22º | 0.4% | 0.81% | - |
| XYZ | 49.22 | 54.94 | 26.75 | - |
| YUV | 191.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 123 | 0 | 0.04 | 0.40 | 0.19 | 54.22 | 0.46 | 0.65 |
| Hex | CE | C6 | 7B | 0 | 4 | 28 | 13 | 36 | 2E | 41 |
| Octal | 316 | 306 | 173 | 0 | 4 | 50 | 23 | 66 | 56 | 101 |
| Binary | 11001110 | 11000110 | 1111011 | 0 | 100 | 101000 | 10011 | 110110 | 101110 | 1000001 |
Color Harmonies of #CEC67B
Complementary color
Monochromatic Colors of #CEC67B
Black with #CEC67B
Text Example
Text Example
White with #CEC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC67B; }
p { color: rgb(206,198,123); }
H1.HeaderClassName
{
color: #CEC67B;
}
.AnyTagClassName
{
color: #CEC67B;
}
</style>
background-color css
<style>
a { background-color: #CEC67B; }
a { background-color: rgb(206,198,123); }
div.DivClassName
{
background-color: #CEC67B;
}
.BgClassName
{
background-color: #CEC67B;
}
</style>
border-color css
<style>
span { border-color: #CEC67B; }
span { border-color: rgb(206,198,123); }
td.TdClassName
{
border-color: #CEC67B;
}
.TagClassName
{
border-color: #CEC67B;
}
</style>