Shades of Whiskey Sour #CA8A57
Tints of Whiskey Sour #CA8A57
RGB
CMYK
RGB Variations
Color information
#CA8A57 (or 0xCA8A57) is known color: Whiskey Sour. HEX triplet: CA, 8A and 57. RGB value is (202,138,87). Sum of RGB (Red+Green+Blue) = 202+138+87=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A57 is #3575A8. Grayscale: #979797. Windows color (decimal): -3503529 or 5737162. OLE color: 5737162.
HSL color Cylindrical-coordinate representation of color #CA8A57: hue angle of 26.61º 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 #CA8A57 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 87 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.21 |
| HSL | 26.61º | 0.52% | 0.57% | - |
| HSV(B) | 26.61º | 0.57% | 0.79% | - |
| XYZ | 35.17 | 31.42 | 13.23 | - |
| YUV | 151.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 87 | 0 | 0.32 | 0.57 | 0.21 | 26.61 | 0.52 | 0.57 |
| Hex | CA | 8A | 57 | 0 | 20 | 39 | 15 | 1B | 34 | 39 |
| Octal | 312 | 212 | 127 | 0 | 40 | 71 | 25 | 33 | 64 | 71 |
| Binary | 11001010 | 10001010 | 1010111 | 0 | 100000 | 111001 | 10101 | 11011 | 110100 | 111001 |
Color Harmonies of #CA8A57
Complementary color
Monochromatic Colors of #CA8A57
Black with #CA8A57
Text Example
Text Example
White with #CA8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A57; }
p { color: rgb(202,138,87); }
H1.HeaderClassName
{
color: #CA8A57;
}
.AnyTagClassName
{
color: #CA8A57;
}
</style>
background-color css
<style>
a { background-color: #CA8A57; }
a { background-color: rgb(202,138,87); }
div.DivClassName
{
background-color: #CA8A57;
}
.BgClassName
{
background-color: #CA8A57;
}
</style>
border-color css
<style>
span { border-color: #CA8A57; }
span { border-color: rgb(202,138,87); }
td.TdClassName
{
border-color: #CA8A57;
}
.TagClassName
{
border-color: #CA8A57;
}
</style>