Shades of Whiskey Sour #CA8D5B
Tints of Whiskey Sour #CA8D5B
RGB
CMYK
RGB Variations
Color information
#CA8D5B (or 0xCA8D5B) is known color: Whiskey Sour. HEX triplet: CA, 8D and 5B. RGB value is (202,141,91). Sum of RGB (Red+Green+Blue) = 202+141+91=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D5B is #3572A4. Grayscale: #999999. Windows color (decimal): -3502757 or 6000074. OLE color: 6000074.
HSL color Cylindrical-coordinate representation of color #CA8D5B: hue angle of 27.03º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA8D5B is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 91 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.21 |
| HSL | 27.03º | 0.51% | 0.57% | - |
| HSV(B) | 27.03º | 0.55% | 0.79% | - |
| XYZ | 35.77 | 32.36 | 14.26 | - |
| YUV | 153.54 | 92.71 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 91 | 0 | 0.30 | 0.55 | 0.21 | 27.03 | 0.51 | 0.57 |
| Hex | CA | 8D | 5B | 0 | 1E | 37 | 15 | 1B | 33 | 39 |
| Octal | 312 | 215 | 133 | 0 | 36 | 67 | 25 | 33 | 63 | 71 |
| Binary | 11001010 | 10001101 | 1011011 | 0 | 11110 | 110111 | 10101 | 11011 | 110011 | 111001 |
Color Harmonies of #CA8D5B
Complementary color
Monochromatic Colors of #CA8D5B
Black with #CA8D5B
Text Example
Text Example
White with #CA8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D5B; }
p { color: rgb(202,141,91); }
H1.HeaderClassName
{
color: #CA8D5B;
}
.AnyTagClassName
{
color: #CA8D5B;
}
</style>
background-color css
<style>
a { background-color: #CA8D5B; }
a { background-color: rgb(202,141,91); }
div.DivClassName
{
background-color: #CA8D5B;
}
.BgClassName
{
background-color: #CA8D5B;
}
</style>
border-color css
<style>
span { border-color: #CA8D5B; }
span { border-color: rgb(202,141,91); }
td.TdClassName
{
border-color: #CA8D5B;
}
.TagClassName
{
border-color: #CA8D5B;
}
</style>