Shades of Whiskey #CB9663
Tints of Whiskey #CB9663
RGB
CMYK
RGB Variations
Color information
#CB9663 (or 0xCB9663) is known color: Whiskey. HEX triplet: CB, 96 and 63. RGB value is (203,150,99). Sum of RGB (Red+Green+Blue) = 203+150+99=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9663 is #34699C. Grayscale: #A0A0A0. Windows color (decimal): -3434909 or 6526667. OLE color: 6526667.
HSL color Cylindrical-coordinate representation of color #CB9663: hue angle of 29.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB9663 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 99 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.20 |
| HSL | 29.42º | 0.5% | 0.59% | - |
| HSV(B) | 29.42º | 0.51% | 0.8% | - |
| XYZ | 37.79 | 35.41 | 16.65 | - |
| YUV | 160.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 99 | 0 | 0.26 | 0.51 | 0.20 | 29.42 | 0.5 | 0.59 |
| Hex | CB | 96 | 63 | 0 | 1A | 33 | 14 | 1D | 32 | 3B |
| Octal | 313 | 226 | 143 | 0 | 32 | 63 | 24 | 35 | 62 | 73 |
| Binary | 11001011 | 10010110 | 1100011 | 0 | 11010 | 110011 | 10100 | 11101 | 110010 | 111011 |
Color Harmonies of #CB9663
Complementary color
Monochromatic Colors of #CB9663
Black with #CB9663
Text Example
Text Example
White with #CB9663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9663; }
p { color: rgb(203,150,99); }
H1.HeaderClassName
{
color: #CB9663;
}
.AnyTagClassName
{
color: #CB9663;
}
</style>
background-color css
<style>
a { background-color: #CB9663; }
a { background-color: rgb(203,150,99); }
div.DivClassName
{
background-color: #CB9663;
}
.BgClassName
{
background-color: #CB9663;
}
</style>
border-color css
<style>
span { border-color: #CB9663; }
span { border-color: rgb(203,150,99); }
td.TdClassName
{
border-color: #CB9663;
}
.TagClassName
{
border-color: #CB9663;
}
</style>