Shades of Whiskey #CB9165
Tints of Whiskey #CB9165
RGB
CMYK
RGB Variations
Color information
#CB9165 (or 0xCB9165) is known color: Whiskey. HEX triplet: CB, 91 and 65. RGB value is (203,145,101). Sum of RGB (Red+Green+Blue) = 203+145+101=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9165 is #346E9A. Grayscale: #9D9D9D. Windows color (decimal): -3436187 or 6656459. OLE color: 6656459.
HSL color Cylindrical-coordinate representation of color #CB9165: hue angle of 25.88º 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 #CB9165 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 101 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.20 |
| HSL | 25.88º | 0.5% | 0.6% | - |
| HSV(B) | 25.88º | 0.5% | 0.8% | - |
| XYZ | 37.1 | 33.89 | 16.9 | - |
| YUV | 157.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 101 | 0 | 0.29 | 0.50 | 0.20 | 25.88 | 0.5 | 0.6 |
| Hex | CB | 91 | 65 | 0 | 1D | 32 | 14 | 1A | 32 | 3C |
| Octal | 313 | 221 | 145 | 0 | 35 | 62 | 24 | 32 | 62 | 74 |
| Binary | 11001011 | 10010001 | 1100101 | 0 | 11101 | 110010 | 10100 | 11010 | 110010 | 111100 |
Color Harmonies of #CB9165
Complementary color
Monochromatic Colors of #CB9165
Black with #CB9165
Text Example
Text Example
White with #CB9165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9165; }
p { color: rgb(203,145,101); }
H1.HeaderClassName
{
color: #CB9165;
}
.AnyTagClassName
{
color: #CB9165;
}
</style>
background-color css
<style>
a { background-color: #CB9165; }
a { background-color: rgb(203,145,101); }
div.DivClassName
{
background-color: #CB9165;
}
.BgClassName
{
background-color: #CB9165;
}
</style>
border-color css
<style>
span { border-color: #CB9165; }
span { border-color: rgb(203,145,101); }
td.TdClassName
{
border-color: #CB9165;
}
.TagClassName
{
border-color: #CB9165;
}
</style>