Shades of Whiskey #CB9665
Tints of Whiskey #CB9665
RGB
CMYK
RGB Variations
Color information
#CB9665 (or 0xCB9665) is known color: Whiskey. HEX triplet: CB, 96 and 65. RGB value is (203,150,101). Sum of RGB (Red+Green+Blue) = 203+150+101=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9665 is #34699A. Grayscale: #A0A0A0. Windows color (decimal): -3434907 or 6657739. OLE color: 6657739.
HSL color Cylindrical-coordinate representation of color #CB9665: hue angle of 28.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB9665 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 101 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.20 |
| HSL | 28.82º | 0.5% | 0.6% | - |
| HSV(B) | 28.82º | 0.5% | 0.8% | - |
| XYZ | 37.88 | 35.45 | 17.16 | - |
| YUV | 160.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 101 | 0 | 0.26 | 0.50 | 0.20 | 28.82 | 0.5 | 0.6 |
| Hex | CB | 96 | 65 | 0 | 1A | 32 | 14 | 1D | 32 | 3C |
| Octal | 313 | 226 | 145 | 0 | 32 | 62 | 24 | 35 | 62 | 74 |
| Binary | 11001011 | 10010110 | 1100101 | 0 | 11010 | 110010 | 10100 | 11101 | 110010 | 111100 |
Color Harmonies of #CB9665
Complementary color
Monochromatic Colors of #CB9665
Black with #CB9665
Text Example
Text Example
White with #CB9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9665; }
p { color: rgb(203,150,101); }
H1.HeaderClassName
{
color: #CB9665;
}
.AnyTagClassName
{
color: #CB9665;
}
</style>
background-color css
<style>
a { background-color: #CB9665; }
a { background-color: rgb(203,150,101); }
div.DivClassName
{
background-color: #CB9665;
}
.BgClassName
{
background-color: #CB9665;
}
</style>
border-color css
<style>
span { border-color: #CB9665; }
span { border-color: rgb(203,150,101); }
td.TdClassName
{
border-color: #CB9665;
}
.TagClassName
{
border-color: #CB9665;
}
</style>