Shades of Whiskey Sour #CA8755
Tints of Whiskey Sour #CA8755
RGB
CMYK
RGB Variations
Color information
#CA8755 (or 0xCA8755) is known color: Whiskey Sour. HEX triplet: CA, 87 and 55. RGB value is (202,135,85). Sum of RGB (Red+Green+Blue) = 202+135+85=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8755 is #3578AA. Grayscale: #959595. Windows color (decimal): -3504299 or 5605322. OLE color: 5605322.
HSL color Cylindrical-coordinate representation of color #CA8755: hue angle of 25.64º 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 #CA8755 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 85 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.21 |
| HSL | 25.64º | 0.52% | 0.56% | - |
| HSV(B) | 25.64º | 0.58% | 0.79% | - |
| XYZ | 34.66 | 30.54 | 12.66 | - |
| YUV | 149.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 85 | 0 | 0.33 | 0.58 | 0.21 | 25.64 | 0.52 | 0.56 |
| Hex | CA | 87 | 55 | 0 | 21 | 3A | 15 | 1A | 34 | 38 |
| Octal | 312 | 207 | 125 | 0 | 41 | 72 | 25 | 32 | 64 | 70 |
| Binary | 11001010 | 10000111 | 1010101 | 0 | 100001 | 111010 | 10101 | 11010 | 110100 | 111000 |
Color Harmonies of #CA8755
Complementary color
Monochromatic Colors of #CA8755
Black with #CA8755
Text Example
Text Example
White with #CA8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8755; }
p { color: rgb(202,135,85); }
H1.HeaderClassName
{
color: #CA8755;
}
.AnyTagClassName
{
color: #CA8755;
}
</style>
background-color css
<style>
a { background-color: #CA8755; }
a { background-color: rgb(202,135,85); }
div.DivClassName
{
background-color: #CA8755;
}
.BgClassName
{
background-color: #CA8755;
}
</style>
border-color css
<style>
span { border-color: #CA8755; }
span { border-color: rgb(202,135,85); }
td.TdClassName
{
border-color: #CA8755;
}
.TagClassName
{
border-color: #CA8755;
}
</style>