Shades of Winter Hazel #CBC079
Tints of Winter Hazel #CBC079
RGB
CMYK
RGB Variations
Color information
#CBC079 (or 0xCBC079) is known color: Winter Hazel. HEX triplet: CB, C0 and 79. RGB value is (203,192,121). Sum of RGB (Red+Green+Blue) = 203+192+121=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC079 is #343F86. Grayscale: #BBBBBB. Windows color (decimal): -3424135 or 7979211. OLE color: 7979211.
HSL color Cylindrical-coordinate representation of color #CBC079: hue angle of 51.95º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC079 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 121 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.20 |
| HSL | 51.95º | 0.44% | 0.64% | - |
| HSV(B) | 51.95º | 0.4% | 0.8% | - |
| XYZ | 46.93 | 51.78 | 25.61 | - |
| YUV | 187.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 121 | 0 | 0.05 | 0.40 | 0.20 | 51.95 | 0.44 | 0.64 |
| Hex | CB | C0 | 79 | 0 | 5 | 28 | 14 | 34 | 2C | 40 |
| Octal | 313 | 300 | 171 | 0 | 5 | 50 | 24 | 64 | 54 | 100 |
| Binary | 11001011 | 11000000 | 1111001 | 0 | 101 | 101000 | 10100 | 110100 | 101100 | 1000000 |
Color Harmonies of #CBC079
Complementary color
Monochromatic Colors of #CBC079
Black with #CBC079
Text Example
Text Example
White with #CBC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC079; }
p { color: rgb(203,192,121); }
H1.HeaderClassName
{
color: #CBC079;
}
.AnyTagClassName
{
color: #CBC079;
}
</style>
background-color css
<style>
a { background-color: #CBC079; }
a { background-color: rgb(203,192,121); }
div.DivClassName
{
background-color: #CBC079;
}
.BgClassName
{
background-color: #CBC079;
}
</style>
border-color css
<style>
span { border-color: #CBC079; }
span { border-color: rgb(203,192,121); }
td.TdClassName
{
border-color: #CBC079;
}
.TagClassName
{
border-color: #CBC079;
}
</style>