Shades of Winter Hazel #CBC075
Tints of Winter Hazel #CBC075
RGB
CMYK
RGB Variations
Color information
#CBC075 (or 0xCBC075) is known color: Winter Hazel. HEX triplet: CB, C0 and 75. RGB value is (203,192,117). Sum of RGB (Red+Green+Blue) = 203+192+117=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC075 is #343F8A. Grayscale: #BBBBBB. Windows color (decimal): -3424139 or 7717067. OLE color: 7717067.
HSL color Cylindrical-coordinate representation of color #CBC075: hue angle of 52.33º 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 #CBC075 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 117 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.20 |
| HSL | 52.33º | 0.45% | 0.63% | - |
| HSV(B) | 52.33º | 0.42% | 0.8% | - |
| XYZ | 46.69 | 51.68 | 24.34 | - |
| YUV | 186.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 117 | 0 | 0.05 | 0.42 | 0.20 | 52.33 | 0.45 | 0.63 |
| Hex | CB | C0 | 75 | 0 | 5 | 2A | 14 | 34 | 2D | 3F |
| Octal | 313 | 300 | 165 | 0 | 5 | 52 | 24 | 64 | 55 | 77 |
| Binary | 11001011 | 11000000 | 1110101 | 0 | 101 | 101010 | 10100 | 110100 | 101101 | 111111 |
Color Harmonies of #CBC075
Complementary color
Monochromatic Colors of #CBC075
Black with #CBC075
Text Example
Text Example
White with #CBC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC075; }
p { color: rgb(203,192,117); }
H1.HeaderClassName
{
color: #CBC075;
}
.AnyTagClassName
{
color: #CBC075;
}
</style>
background-color css
<style>
a { background-color: #CBC075; }
a { background-color: rgb(203,192,117); }
div.DivClassName
{
background-color: #CBC075;
}
.BgClassName
{
background-color: #CBC075;
}
</style>
border-color css
<style>
span { border-color: #CBC075; }
span { border-color: rgb(203,192,117); }
td.TdClassName
{
border-color: #CBC075;
}
.TagClassName
{
border-color: #CBC075;
}
</style>