Shades of Winter Hazel #CBC577
Tints of Winter Hazel #CBC577
RGB
CMYK
RGB Variations
Color information
#CBC577 (or 0xCBC577) is known color: Winter Hazel. HEX triplet: CB, C5 and 77. RGB value is (203,197,119). Sum of RGB (Red+Green+Blue) = 203+197+119=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC577 is #343A88. Grayscale: #BEBEBE. Windows color (decimal): -3422857 or 7849419. OLE color: 7849419.
HSL color Cylindrical-coordinate representation of color #CBC577: hue angle of 55.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBC577 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 119 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.20 |
| HSL | 55.71º | 0.45% | 0.63% | - |
| HSV(B) | 55.71º | 0.41% | 0.8% | - |
| XYZ | 47.92 | 53.96 | 25.34 | - |
| YUV | 189.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 119 | 0 | 0.03 | 0.41 | 0.20 | 55.71 | 0.45 | 0.63 |
| Hex | CB | C5 | 77 | 0 | 3 | 29 | 14 | 38 | 2D | 3F |
| Octal | 313 | 305 | 167 | 0 | 3 | 51 | 24 | 70 | 55 | 77 |
| Binary | 11001011 | 11000101 | 1110111 | 0 | 11 | 101001 | 10100 | 111000 | 101101 | 111111 |
Color Harmonies of #CBC577
Complementary color
Monochromatic Colors of #CBC577
Black with #CBC577
Text Example
Text Example
White with #CBC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC577; }
p { color: rgb(203,197,119); }
H1.HeaderClassName
{
color: #CBC577;
}
.AnyTagClassName
{
color: #CBC577;
}
</style>
background-color css
<style>
a { background-color: #CBC577; }
a { background-color: rgb(203,197,119); }
div.DivClassName
{
background-color: #CBC577;
}
.BgClassName
{
background-color: #CBC577;
}
</style>
border-color css
<style>
span { border-color: #CBC577; }
span { border-color: rgb(203,197,119); }
td.TdClassName
{
border-color: #CBC577;
}
.TagClassName
{
border-color: #CBC577;
}
</style>