Shades of Whiskey Sour #CA8C59
Tints of Whiskey Sour #CA8C59
RGB
CMYK
RGB Variations
Color information
#CA8C59 (or 0xCA8C59) is known color: Whiskey Sour. HEX triplet: CA, 8C and 59. RGB value is (202,140,89). Sum of RGB (Red+Green+Blue) = 202+140+89=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C59 is #3573A6. Grayscale: #989898. Windows color (decimal): -3503015 or 5868746. OLE color: 5868746.
HSL color Cylindrical-coordinate representation of color #CA8C59: hue angle of 27.08º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA8C59 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 89 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.21 |
| HSL | 27.08º | 0.52% | 0.57% | - |
| HSV(B) | 27.08º | 0.56% | 0.79% | - |
| XYZ | 35.54 | 32.03 | 13.76 | - |
| YUV | 152.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 89 | 0 | 0.31 | 0.56 | 0.21 | 27.08 | 0.52 | 0.57 |
| Hex | CA | 8C | 59 | 0 | 1F | 38 | 15 | 1B | 34 | 39 |
| Octal | 312 | 214 | 131 | 0 | 37 | 70 | 25 | 33 | 64 | 71 |
| Binary | 11001010 | 10001100 | 1011001 | 0 | 11111 | 111000 | 10101 | 11011 | 110100 | 111001 |
Color Harmonies of #CA8C59
Complementary color
Monochromatic Colors of #CA8C59
Black with #CA8C59
Text Example
Text Example
White with #CA8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C59; }
p { color: rgb(202,140,89); }
H1.HeaderClassName
{
color: #CA8C59;
}
.AnyTagClassName
{
color: #CA8C59;
}
</style>
background-color css
<style>
a { background-color: #CA8C59; }
a { background-color: rgb(202,140,89); }
div.DivClassName
{
background-color: #CA8C59;
}
.BgClassName
{
background-color: #CA8C59;
}
</style>
border-color css
<style>
span { border-color: #CA8C59; }
span { border-color: rgb(202,140,89); }
td.TdClassName
{
border-color: #CA8C59;
}
.TagClassName
{
border-color: #CA8C59;
}
</style>