Shades of Whiskey Sour #CA935E
Tints of Whiskey Sour #CA935E
RGB
CMYK
RGB Variations
Color information
#CA935E (or 0xCA935E) is known color: Whiskey Sour. HEX triplet: CA, 93 and 5E. RGB value is (202,147,94). Sum of RGB (Red+Green+Blue) = 202+147+94=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA935E is #356CA1. Grayscale: #9D9D9D. Windows color (decimal): -3501218 or 6198218. OLE color: 6198218.
HSL color Cylindrical-coordinate representation of color #CA935E: hue angle of 29.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA935E is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 94 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.21 |
| HSL | 29.44º | 0.5% | 0.58% | - |
| HSV(B) | 29.44º | 0.53% | 0.79% | - |
| XYZ | 36.81 | 34.23 | 15.26 | - |
| YUV | 157.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 94 | 0 | 0.27 | 0.53 | 0.21 | 29.44 | 0.5 | 0.58 |
| Hex | CA | 93 | 5E | 0 | 1B | 35 | 15 | 1D | 32 | 3A |
| Octal | 312 | 223 | 136 | 0 | 33 | 65 | 25 | 35 | 62 | 72 |
| Binary | 11001010 | 10010011 | 1011110 | 0 | 11011 | 110101 | 10101 | 11101 | 110010 | 111010 |
Color Harmonies of #CA935E
Complementary color
Monochromatic Colors of #CA935E
Black with #CA935E
Text Example
Text Example
White with #CA935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA935E; }
p { color: rgb(202,147,94); }
H1.HeaderClassName
{
color: #CA935E;
}
.AnyTagClassName
{
color: #CA935E;
}
</style>
background-color css
<style>
a { background-color: #CA935E; }
a { background-color: rgb(202,147,94); }
div.DivClassName
{
background-color: #CA935E;
}
.BgClassName
{
background-color: #CA935E;
}
</style>
border-color css
<style>
span { border-color: #CA935E; }
span { border-color: rgb(202,147,94); }
td.TdClassName
{
border-color: #CA935E;
}
.TagClassName
{
border-color: #CA935E;
}
</style>