Shades of Winter Hazel #CBC579
Tints of Winter Hazel #CBC579
RGB
CMYK
RGB Variations
Color information
#CBC579 (or 0xCBC579) is known color: Winter Hazel. HEX triplet: CB, C5 and 79. RGB value is (203,197,121). Sum of RGB (Red+Green+Blue) = 203+197+121=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC579 is #343A86. Grayscale: #BEBEBE. Windows color (decimal): -3422855 or 7980491. OLE color: 7980491.
HSL color Cylindrical-coordinate representation of color #CBC579: hue angle of 55.61º 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 #CBC579 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 121 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.20 |
| HSL | 55.61º | 0.44% | 0.64% | - |
| HSV(B) | 55.61º | 0.4% | 0.8% | - |
| XYZ | 48.05 | 54.01 | 25.98 | - |
| YUV | 190.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 121 | 0 | 0.03 | 0.40 | 0.20 | 55.61 | 0.44 | 0.64 |
| Hex | CB | C5 | 79 | 0 | 3 | 28 | 14 | 38 | 2C | 40 |
| Octal | 313 | 305 | 171 | 0 | 3 | 50 | 24 | 70 | 54 | 100 |
| Binary | 11001011 | 11000101 | 1111001 | 0 | 11 | 101000 | 10100 | 111000 | 101100 | 1000000 |
Color Harmonies of #CBC579
Complementary color
Monochromatic Colors of #CBC579
Black with #CBC579
Text Example
Text Example
White with #CBC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC579; }
p { color: rgb(203,197,121); }
H1.HeaderClassName
{
color: #CBC579;
}
.AnyTagClassName
{
color: #CBC579;
}
</style>
background-color css
<style>
a { background-color: #CBC579; }
a { background-color: rgb(203,197,121); }
div.DivClassName
{
background-color: #CBC579;
}
.BgClassName
{
background-color: #CBC579;
}
</style>
border-color css
<style>
span { border-color: #CBC579; }
span { border-color: rgb(203,197,121); }
td.TdClassName
{
border-color: #CBC579;
}
.TagClassName
{
border-color: #CBC579;
}
</style>