Shades of Whiskey Sour #CA935D
Tints of Whiskey Sour #CA935D
RGB
CMYK
RGB Variations
Color information
#CA935D (or 0xCA935D) is known color: Whiskey Sour. HEX triplet: CA, 93 and 5D. RGB value is (202,147,93). Sum of RGB (Red+Green+Blue) = 202+147+93=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA935D is #356CA2. Grayscale: #9D9D9D. Windows color (decimal): -3501219 or 6132682. OLE color: 6132682.
HSL color Cylindrical-coordinate representation of color #CA935D: hue angle of 29.72º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA935D is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 93 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.21 |
| HSL | 29.72º | 0.51% | 0.58% | - |
| HSV(B) | 29.72º | 0.54% | 0.79% | - |
| XYZ | 36.77 | 34.21 | 15.02 | - |
| YUV | 157.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 93 | 0 | 0.27 | 0.54 | 0.21 | 29.72 | 0.51 | 0.58 |
| Hex | CA | 93 | 5D | 0 | 1B | 36 | 15 | 1E | 33 | 3A |
| Octal | 312 | 223 | 135 | 0 | 33 | 66 | 25 | 36 | 63 | 72 |
| Binary | 11001010 | 10010011 | 1011101 | 0 | 11011 | 110110 | 10101 | 11110 | 110011 | 111010 |
Color Harmonies of #CA935D
Complementary color
Monochromatic Colors of #CA935D
Black with #CA935D
Text Example
Text Example
White with #CA935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA935D; }
p { color: rgb(202,147,93); }
H1.HeaderClassName
{
color: #CA935D;
}
.AnyTagClassName
{
color: #CA935D;
}
</style>
background-color css
<style>
a { background-color: #CA935D; }
a { background-color: rgb(202,147,93); }
div.DivClassName
{
background-color: #CA935D;
}
.BgClassName
{
background-color: #CA935D;
}
</style>
border-color css
<style>
span { border-color: #CA935D; }
span { border-color: rgb(202,147,93); }
td.TdClassName
{
border-color: #CA935D;
}
.TagClassName
{
border-color: #CA935D;
}
</style>