Shades of Whiskey #CB9160
Tints of Whiskey #CB9160
RGB
CMYK
RGB Variations
Color information
#CB9160 (or 0xCB9160) is known color: Whiskey. HEX triplet: CB, 91 and 60. RGB value is (203,145,96). Sum of RGB (Red+Green+Blue) = 203+145+96=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9160 is #346E9F. Grayscale: #9D9D9D. Windows color (decimal): -3436192 or 6328779. OLE color: 6328779.
HSL color Cylindrical-coordinate representation of color #CB9160: hue angle of 27.48º 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 #CB9160 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 96 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.20 |
| HSL | 27.48º | 0.51% | 0.59% | - |
| HSV(B) | 27.48º | 0.53% | 0.8% | - |
| XYZ | 36.87 | 33.79 | 15.65 | - |
| YUV | 156.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 96 | 0 | 0.29 | 0.53 | 0.20 | 27.48 | 0.51 | 0.59 |
| Hex | CB | 91 | 60 | 0 | 1D | 35 | 14 | 1B | 33 | 3B |
| Octal | 313 | 221 | 140 | 0 | 35 | 65 | 24 | 33 | 63 | 73 |
| Binary | 11001011 | 10010001 | 1100000 | 0 | 11101 | 110101 | 10100 | 11011 | 110011 | 111011 |
Color Harmonies of #CB9160
Complementary color
Monochromatic Colors of #CB9160
Black with #CB9160
Text Example
Text Example
White with #CB9160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9160; }
p { color: rgb(203,145,96); }
H1.HeaderClassName
{
color: #CB9160;
}
.AnyTagClassName
{
color: #CB9160;
}
</style>
background-color css
<style>
a { background-color: #CB9160; }
a { background-color: rgb(203,145,96); }
div.DivClassName
{
background-color: #CB9160;
}
.BgClassName
{
background-color: #CB9160;
}
</style>
border-color css
<style>
span { border-color: #CB9160; }
span { border-color: rgb(203,145,96); }
td.TdClassName
{
border-color: #CB9160;
}
.TagClassName
{
border-color: #CB9160;
}
</style>