Shades of Whiskey Sour #CA8655
Tints of Whiskey Sour #CA8655
RGB
CMYK
RGB Variations
Color information
#CA8655 (or 0xCA8655) is known color: Whiskey Sour. HEX triplet: CA, 86 and 55. RGB value is (202,134,85). Sum of RGB (Red+Green+Blue) = 202+134+85=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8655 is #3579AA. Grayscale: #959595. Windows color (decimal): -3504555 or 5605066. OLE color: 5605066.
HSL color Cylindrical-coordinate representation of color #CA8655: hue angle of 25.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA8655 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 85 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.21 |
| HSL | 25.13º | 0.52% | 0.56% | - |
| HSV(B) | 25.13º | 0.58% | 0.79% | - |
| XYZ | 34.52 | 30.26 | 12.62 | - |
| YUV | 148.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 85 | 0 | 0.34 | 0.58 | 0.21 | 25.13 | 0.52 | 0.56 |
| Hex | CA | 86 | 55 | 0 | 22 | 3A | 15 | 19 | 34 | 38 |
| Octal | 312 | 206 | 125 | 0 | 42 | 72 | 25 | 31 | 64 | 70 |
| Binary | 11001010 | 10000110 | 1010101 | 0 | 100010 | 111010 | 10101 | 11001 | 110100 | 111000 |
Color Harmonies of #CA8655
Complementary color
Monochromatic Colors of #CA8655
Black with #CA8655
Text Example
Text Example
White with #CA8655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8655; }
p { color: rgb(202,134,85); }
H1.HeaderClassName
{
color: #CA8655;
}
.AnyTagClassName
{
color: #CA8655;
}
</style>
background-color css
<style>
a { background-color: #CA8655; }
a { background-color: rgb(202,134,85); }
div.DivClassName
{
background-color: #CA8655;
}
.BgClassName
{
background-color: #CA8655;
}
</style>
border-color css
<style>
span { border-color: #CA8655; }
span { border-color: rgb(202,134,85); }
td.TdClassName
{
border-color: #CA8655;
}
.TagClassName
{
border-color: #CA8655;
}
</style>