Shades of Whiskey Sour #CA8857
Tints of Whiskey Sour #CA8857
RGB
CMYK
RGB Variations
Color information
#CA8857 (or 0xCA8857) is known color: Whiskey Sour. HEX triplet: CA, 88 and 57. RGB value is (202,136,87). Sum of RGB (Red+Green+Blue) = 202+136+87=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8857 is #3577A8. Grayscale: #969696. Windows color (decimal): -3504041 or 5736650. OLE color: 5736650.
HSL color Cylindrical-coordinate representation of color #CA8857: hue angle of 25.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8857 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 87 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.21 |
| HSL | 25.57º | 0.52% | 0.57% | - |
| HSV(B) | 25.57º | 0.57% | 0.79% | - |
| XYZ | 34.88 | 30.85 | 13.13 | - |
| YUV | 150.15 | 92.37 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 87 | 0 | 0.33 | 0.57 | 0.21 | 25.57 | 0.52 | 0.57 |
| Hex | CA | 88 | 57 | 0 | 21 | 39 | 15 | 1A | 34 | 39 |
| Octal | 312 | 210 | 127 | 0 | 41 | 71 | 25 | 32 | 64 | 71 |
| Binary | 11001010 | 10001000 | 1010111 | 0 | 100001 | 111001 | 10101 | 11010 | 110100 | 111001 |
Color Harmonies of #CA8857
Complementary color
Monochromatic Colors of #CA8857
Black with #CA8857
Text Example
Text Example
White with #CA8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8857; }
p { color: rgb(202,136,87); }
H1.HeaderClassName
{
color: #CA8857;
}
.AnyTagClassName
{
color: #CA8857;
}
</style>
background-color css
<style>
a { background-color: #CA8857; }
a { background-color: rgb(202,136,87); }
div.DivClassName
{
background-color: #CA8857;
}
.BgClassName
{
background-color: #CA8857;
}
</style>
border-color css
<style>
span { border-color: #CA8857; }
span { border-color: rgb(202,136,87); }
td.TdClassName
{
border-color: #CA8857;
}
.TagClassName
{
border-color: #CA8857;
}
</style>