Shades of Whiskey Sour #CA8856
Tints of Whiskey Sour #CA8856
RGB
CMYK
RGB Variations
Color information
#CA8856 (or 0xCA8856) is known color: Whiskey Sour. HEX triplet: CA, 88 and 56. RGB value is (202,136,86). Sum of RGB (Red+Green+Blue) = 202+136+86=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8856 is #3577A9. Grayscale: #969696. Windows color (decimal): -3504042 or 5671114. OLE color: 5671114.
HSL color Cylindrical-coordinate representation of color #CA8856: hue angle of 25.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA8856 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 86 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.21 |
| HSL | 25.86º | 0.52% | 0.56% | - |
| HSV(B) | 25.86º | 0.57% | 0.79% | - |
| XYZ | 34.84 | 30.84 | 12.92 | - |
| YUV | 150.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 86 | 0 | 0.33 | 0.57 | 0.21 | 25.86 | 0.52 | 0.56 |
| Hex | CA | 88 | 56 | 0 | 21 | 39 | 15 | 1A | 34 | 38 |
| Octal | 312 | 210 | 126 | 0 | 41 | 71 | 25 | 32 | 64 | 70 |
| Binary | 11001010 | 10001000 | 1010110 | 0 | 100001 | 111001 | 10101 | 11010 | 110100 | 111000 |
Color Harmonies of #CA8856
Complementary color
Monochromatic Colors of #CA8856
Black with #CA8856
Text Example
Text Example
White with #CA8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8856; }
p { color: rgb(202,136,86); }
H1.HeaderClassName
{
color: #CA8856;
}
.AnyTagClassName
{
color: #CA8856;
}
</style>
background-color css
<style>
a { background-color: #CA8856; }
a { background-color: rgb(202,136,86); }
div.DivClassName
{
background-color: #CA8856;
}
.BgClassName
{
background-color: #CA8856;
}
</style>
border-color css
<style>
span { border-color: #CA8856; }
span { border-color: rgb(202,136,86); }
td.TdClassName
{
border-color: #CA8856;
}
.TagClassName
{
border-color: #CA8856;
}
</style>