Shades of Whiskey Sour #CA8D59
Tints of Whiskey Sour #CA8D59
RGB
CMYK
RGB Variations
Color information
#CA8D59 (or 0xCA8D59) is known color: Whiskey Sour. HEX triplet: CA, 8D and 59. RGB value is (202,141,89). Sum of RGB (Red+Green+Blue) = 202+141+89=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D59 is #3572A6. Grayscale: #999999. Windows color (decimal): -3502759 or 5869002. OLE color: 5869002.
HSL color Cylindrical-coordinate representation of color #CA8D59: hue angle of 27.61º 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 #CA8D59 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 89 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.21 |
| HSL | 27.61º | 0.52% | 0.57% | - |
| HSV(B) | 27.61º | 0.56% | 0.79% | - |
| XYZ | 35.69 | 32.33 | 13.81 | - |
| YUV | 153.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 89 | 0 | 0.30 | 0.56 | 0.21 | 27.61 | 0.52 | 0.57 |
| Hex | CA | 8D | 59 | 0 | 1E | 38 | 15 | 1C | 34 | 39 |
| Octal | 312 | 215 | 131 | 0 | 36 | 70 | 25 | 34 | 64 | 71 |
| Binary | 11001010 | 10001101 | 1011001 | 0 | 11110 | 111000 | 10101 | 11100 | 110100 | 111001 |
Color Harmonies of #CA8D59
Complementary color
Monochromatic Colors of #CA8D59
Black with #CA8D59
Text Example
Text Example
White with #CA8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D59; }
p { color: rgb(202,141,89); }
H1.HeaderClassName
{
color: #CA8D59;
}
.AnyTagClassName
{
color: #CA8D59;
}
</style>
background-color css
<style>
a { background-color: #CA8D59; }
a { background-color: rgb(202,141,89); }
div.DivClassName
{
background-color: #CA8D59;
}
.BgClassName
{
background-color: #CA8D59;
}
</style>
border-color css
<style>
span { border-color: #CA8D59; }
span { border-color: rgb(202,141,89); }
td.TdClassName
{
border-color: #CA8D59;
}
.TagClassName
{
border-color: #CA8D59;
}
</style>