Shades of Whiskey Sour #CB8A59
Tints of Whiskey Sour #CB8A59
RGB
CMYK
RGB Variations
Color information
#CB8A59 (or 0xCB8A59) is known color: Whiskey Sour. HEX triplet: CB, 8A and 59. RGB value is (203,138,89). Sum of RGB (Red+Green+Blue) = 203+138+89=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A59 is #3475A6. Grayscale: #989898. Windows color (decimal): -3437991 or 5868235. OLE color: 5868235.
HSL color Cylindrical-coordinate representation of color #CB8A59: hue angle of 25.79º 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 #CB8A59 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 89 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.20 |
| HSL | 25.79º | 0.52% | 0.57% | - |
| HSV(B) | 25.79º | 0.56% | 0.8% | - |
| XYZ | 35.52 | 31.59 | 13.68 | - |
| YUV | 151.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 89 | 0 | 0.32 | 0.56 | 0.20 | 25.79 | 0.52 | 0.57 |
| Hex | CB | 8A | 59 | 0 | 20 | 38 | 14 | 1A | 34 | 39 |
| Octal | 313 | 212 | 131 | 0 | 40 | 70 | 24 | 32 | 64 | 71 |
| Binary | 11001011 | 10001010 | 1011001 | 0 | 100000 | 111000 | 10100 | 11010 | 110100 | 111001 |
Color Harmonies of #CB8A59
Complementary color
Monochromatic Colors of #CB8A59
Black with #CB8A59
Text Example
Text Example
White with #CB8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A59; }
p { color: rgb(203,138,89); }
H1.HeaderClassName
{
color: #CB8A59;
}
.AnyTagClassName
{
color: #CB8A59;
}
</style>
background-color css
<style>
a { background-color: #CB8A59; }
a { background-color: rgb(203,138,89); }
div.DivClassName
{
background-color: #CB8A59;
}
.BgClassName
{
background-color: #CB8A59;
}
</style>
border-color css
<style>
span { border-color: #CB8A59; }
span { border-color: rgb(203,138,89); }
td.TdClassName
{
border-color: #CB8A59;
}
.TagClassName
{
border-color: #CB8A59;
}
</style>