Shades of Whiskey #CB9065
Tints of Whiskey #CB9065
RGB
CMYK
RGB Variations
Color information
#CB9065 (or 0xCB9065) is known color: Whiskey. HEX triplet: CB, 90 and 65. RGB value is (203,144,101). Sum of RGB (Red+Green+Blue) = 203+144+101=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9065 is #346F9A. Grayscale: #9C9C9C. Windows color (decimal): -3436443 or 6656203. OLE color: 6656203.
HSL color Cylindrical-coordinate representation of color #CB9065: hue angle of 25.29º 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 #CB9065 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 101 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.20 |
| HSL | 25.29º | 0.5% | 0.6% | - |
| HSV(B) | 25.29º | 0.5% | 0.8% | - |
| XYZ | 36.95 | 33.58 | 16.85 | - |
| YUV | 156.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 101 | 0 | 0.29 | 0.50 | 0.20 | 25.29 | 0.5 | 0.6 |
| Hex | CB | 90 | 65 | 0 | 1D | 32 | 14 | 19 | 32 | 3C |
| Octal | 313 | 220 | 145 | 0 | 35 | 62 | 24 | 31 | 62 | 74 |
| Binary | 11001011 | 10010000 | 1100101 | 0 | 11101 | 110010 | 10100 | 11001 | 110010 | 111100 |
Color Harmonies of #CB9065
Complementary color
Monochromatic Colors of #CB9065
Black with #CB9065
Text Example
Text Example
White with #CB9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9065; }
p { color: rgb(203,144,101); }
H1.HeaderClassName
{
color: #CB9065;
}
.AnyTagClassName
{
color: #CB9065;
}
</style>
background-color css
<style>
a { background-color: #CB9065; }
a { background-color: rgb(203,144,101); }
div.DivClassName
{
background-color: #CB9065;
}
.BgClassName
{
background-color: #CB9065;
}
</style>
border-color css
<style>
span { border-color: #CB9065; }
span { border-color: rgb(203,144,101); }
td.TdClassName
{
border-color: #CB9065;
}
.TagClassName
{
border-color: #CB9065;
}
</style>