Shades of Whiskey Sour #CB8B59
Tints of Whiskey Sour #CB8B59
RGB
CMYK
RGB Variations
Color information
#CB8B59 (or 0xCB8B59) is known color: Whiskey Sour. HEX triplet: CB, 8B and 59. RGB value is (203,139,89). Sum of RGB (Red+Green+Blue) = 203+139+89=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B59 is #3474A6. Grayscale: #989898. Windows color (decimal): -3437735 or 5868491. OLE color: 5868491.
HSL color Cylindrical-coordinate representation of color #CB8B59: hue angle of 26.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB8B59 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 89 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.20 |
| HSL | 26.32º | 0.52% | 0.57% | - |
| HSV(B) | 26.32º | 0.56% | 0.8% | - |
| XYZ | 35.66 | 31.88 | 13.73 | - |
| YUV | 152.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 89 | 0 | 0.32 | 0.56 | 0.20 | 26.32 | 0.52 | 0.57 |
| Hex | CB | 8B | 59 | 0 | 20 | 38 | 14 | 1A | 34 | 39 |
| Octal | 313 | 213 | 131 | 0 | 40 | 70 | 24 | 32 | 64 | 71 |
| Binary | 11001011 | 10001011 | 1011001 | 0 | 100000 | 111000 | 10100 | 11010 | 110100 | 111001 |
Color Harmonies of #CB8B59
Complementary color
Monochromatic Colors of #CB8B59
Black with #CB8B59
Text Example
Text Example
White with #CB8B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B59; }
p { color: rgb(203,139,89); }
H1.HeaderClassName
{
color: #CB8B59;
}
.AnyTagClassName
{
color: #CB8B59;
}
</style>
background-color css
<style>
a { background-color: #CB8B59; }
a { background-color: rgb(203,139,89); }
div.DivClassName
{
background-color: #CB8B59;
}
.BgClassName
{
background-color: #CB8B59;
}
</style>
border-color css
<style>
span { border-color: #CB8B59; }
span { border-color: rgb(203,139,89); }
td.TdClassName
{
border-color: #CB8B59;
}
.TagClassName
{
border-color: #CB8B59;
}
</style>