Shades of Whiskey #CB9361
Tints of Whiskey #CB9361
RGB
CMYK
RGB Variations
Color information
#CB9361 (or 0xCB9361) is known color: Whiskey. HEX triplet: CB, 93 and 61. RGB value is (203,147,97). Sum of RGB (Red+Green+Blue) = 203+147+97=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9361 is #346C9E. Grayscale: #9E9E9E. Windows color (decimal): -3435679 or 6394827. OLE color: 6394827.
HSL color Cylindrical-coordinate representation of color #CB9361: hue angle of 28.3º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB9361 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 97 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.20 |
| HSL | 28.3º | 0.5% | 0.59% | - |
| HSV(B) | 28.3º | 0.52% | 0.8% | - |
| XYZ | 37.22 | 34.43 | 15.99 | - |
| YUV | 158.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 97 | 0 | 0.28 | 0.52 | 0.20 | 28.3 | 0.5 | 0.59 |
| Hex | CB | 93 | 61 | 0 | 1C | 34 | 14 | 1C | 32 | 3B |
| Octal | 313 | 223 | 141 | 0 | 34 | 64 | 24 | 34 | 62 | 73 |
| Binary | 11001011 | 10010011 | 1100001 | 0 | 11100 | 110100 | 10100 | 11100 | 110010 | 111011 |
Color Harmonies of #CB9361
Complementary color
Monochromatic Colors of #CB9361
Black with #CB9361
Text Example
Text Example
White with #CB9361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9361; }
p { color: rgb(203,147,97); }
H1.HeaderClassName
{
color: #CB9361;
}
.AnyTagClassName
{
color: #CB9361;
}
</style>
background-color css
<style>
a { background-color: #CB9361; }
a { background-color: rgb(203,147,97); }
div.DivClassName
{
background-color: #CB9361;
}
.BgClassName
{
background-color: #CB9361;
}
</style>
border-color css
<style>
span { border-color: #CB9361; }
span { border-color: rgb(203,147,97); }
td.TdClassName
{
border-color: #CB9361;
}
.TagClassName
{
border-color: #CB9361;
}
</style>