Shades of Whiskey #CB9560
Tints of Whiskey #CB9560
RGB
CMYK
RGB Variations
Color information
#CB9560 (or 0xCB9560) is known color: Whiskey. HEX triplet: CB, 95 and 60. RGB value is (203,149,96). Sum of RGB (Red+Green+Blue) = 203+149+96=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9560 is #346A9F. Grayscale: #9F9F9F. Windows color (decimal): -3435168 or 6329803. OLE color: 6329803.
HSL color Cylindrical-coordinate representation of color #CB9560: hue angle of 29.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB9560 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 96 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.20 |
| HSL | 29.72º | 0.51% | 0.59% | - |
| HSV(B) | 29.72º | 0.53% | 0.8% | - |
| XYZ | 37.49 | 35.04 | 15.85 | - |
| YUV | 159.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 96 | 0 | 0.27 | 0.53 | 0.20 | 29.72 | 0.51 | 0.59 |
| Hex | CB | 95 | 60 | 0 | 1B | 35 | 14 | 1E | 33 | 3B |
| Octal | 313 | 225 | 140 | 0 | 33 | 65 | 24 | 36 | 63 | 73 |
| Binary | 11001011 | 10010101 | 1100000 | 0 | 11011 | 110101 | 10100 | 11110 | 110011 | 111011 |
Color Harmonies of #CB9560
Complementary color
Monochromatic Colors of #CB9560
Black with #CB9560
Text Example
Text Example
White with #CB9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9560; }
p { color: rgb(203,149,96); }
H1.HeaderClassName
{
color: #CB9560;
}
.AnyTagClassName
{
color: #CB9560;
}
</style>
background-color css
<style>
a { background-color: #CB9560; }
a { background-color: rgb(203,149,96); }
div.DivClassName
{
background-color: #CB9560;
}
.BgClassName
{
background-color: #CB9560;
}
</style>
border-color css
<style>
span { border-color: #CB9560; }
span { border-color: rgb(203,149,96); }
td.TdClassName
{
border-color: #CB9560;
}
.TagClassName
{
border-color: #CB9560;
}
</style>