Shades of Winter Hazel #CBC575
Tints of Winter Hazel #CBC575
RGB
CMYK
RGB Variations
Color information
#CBC575 (or 0xCBC575) is known color: Winter Hazel. HEX triplet: CB, C5 and 75. RGB value is (203,197,117). Sum of RGB (Red+Green+Blue) = 203+197+117=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC575 is #343A8A. Grayscale: #BEBEBE. Windows color (decimal): -3422859 or 7718347. OLE color: 7718347.
HSL color Cylindrical-coordinate representation of color #CBC575: hue angle of 55.81º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBC575 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 117 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.20 |
| HSL | 55.81º | 0.45% | 0.63% | - |
| HSV(B) | 55.81º | 0.42% | 0.8% | - |
| XYZ | 47.81 | 53.91 | 24.72 | - |
| YUV | 189.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 117 | 0 | 0.03 | 0.42 | 0.20 | 55.81 | 0.45 | 0.63 |
| Hex | CB | C5 | 75 | 0 | 3 | 2A | 14 | 38 | 2D | 3F |
| Octal | 313 | 305 | 165 | 0 | 3 | 52 | 24 | 70 | 55 | 77 |
| Binary | 11001011 | 11000101 | 1110101 | 0 | 11 | 101010 | 10100 | 111000 | 101101 | 111111 |
Color Harmonies of #CBC575
Complementary color
Monochromatic Colors of #CBC575
Black with #CBC575
Text Example
Text Example
White with #CBC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC575; }
p { color: rgb(203,197,117); }
H1.HeaderClassName
{
color: #CBC575;
}
.AnyTagClassName
{
color: #CBC575;
}
</style>
background-color css
<style>
a { background-color: #CBC575; }
a { background-color: rgb(203,197,117); }
div.DivClassName
{
background-color: #CBC575;
}
.BgClassName
{
background-color: #CBC575;
}
</style>
border-color css
<style>
span { border-color: #CBC575; }
span { border-color: rgb(203,197,117); }
td.TdClassName
{
border-color: #CBC575;
}
.TagClassName
{
border-color: #CBC575;
}
</style>