Shades of Whiskey Sour #CA8E59
Tints of Whiskey Sour #CA8E59
RGB
CMYK
RGB Variations
Color information
#CA8E59 (or 0xCA8E59) is known color: Whiskey Sour. HEX triplet: CA, 8E and 59. RGB value is (202,142,89). Sum of RGB (Red+Green+Blue) = 202+142+89=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E59 is #3571A6. Grayscale: #9A9A9A. Windows color (decimal): -3502503 or 5869258. OLE color: 5869258.
HSL color Cylindrical-coordinate representation of color #CA8E59: hue angle of 28.14º 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 #CA8E59 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 89 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.21 |
| HSL | 28.14º | 0.52% | 0.57% | - |
| HSV(B) | 28.14º | 0.56% | 0.79% | - |
| XYZ | 35.83 | 32.62 | 13.86 | - |
| YUV | 153.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 89 | 0 | 0.30 | 0.56 | 0.21 | 28.14 | 0.52 | 0.57 |
| Hex | CA | 8E | 59 | 0 | 1E | 38 | 15 | 1C | 34 | 39 |
| Octal | 312 | 216 | 131 | 0 | 36 | 70 | 25 | 34 | 64 | 71 |
| Binary | 11001010 | 10001110 | 1011001 | 0 | 11110 | 111000 | 10101 | 11100 | 110100 | 111001 |
Color Harmonies of #CA8E59
Complementary color
Monochromatic Colors of #CA8E59
Black with #CA8E59
Text Example
Text Example
White with #CA8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E59; }
p { color: rgb(202,142,89); }
H1.HeaderClassName
{
color: #CA8E59;
}
.AnyTagClassName
{
color: #CA8E59;
}
</style>
background-color css
<style>
a { background-color: #CA8E59; }
a { background-color: rgb(202,142,89); }
div.DivClassName
{
background-color: #CA8E59;
}
.BgClassName
{
background-color: #CA8E59;
}
</style>
border-color css
<style>
span { border-color: #CA8E59; }
span { border-color: rgb(202,142,89); }
td.TdClassName
{
border-color: #CA8E59;
}
.TagClassName
{
border-color: #CA8E59;
}
</style>