Shades of Whiskey Sour #CA905D
Tints of Whiskey Sour #CA905D
RGB
CMYK
RGB Variations
Color information
#CA905D (or 0xCA905D) is known color: Whiskey Sour. HEX triplet: CA, 90 and 5D. RGB value is (202,144,93). Sum of RGB (Red+Green+Blue) = 202+144+93=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA905D is #356FA2. Grayscale: #9B9B9B. Windows color (decimal): -3501987 or 6131914. OLE color: 6131914.
HSL color Cylindrical-coordinate representation of color #CA905D: hue angle of 28.07º 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 #CA905D is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 93 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.21 |
| HSL | 28.07º | 0.51% | 0.58% | - |
| HSV(B) | 28.07º | 0.54% | 0.79% | - |
| XYZ | 36.31 | 33.29 | 14.87 | - |
| YUV | 155.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 93 | 0 | 0.29 | 0.54 | 0.21 | 28.07 | 0.51 | 0.58 |
| Hex | CA | 90 | 5D | 0 | 1D | 36 | 15 | 1C | 33 | 3A |
| Octal | 312 | 220 | 135 | 0 | 35 | 66 | 25 | 34 | 63 | 72 |
| Binary | 11001010 | 10010000 | 1011101 | 0 | 11101 | 110110 | 10101 | 11100 | 110011 | 111010 |
Color Harmonies of #CA905D
Complementary color
Monochromatic Colors of #CA905D
Black with #CA905D
Text Example
Text Example
White with #CA905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA905D; }
p { color: rgb(202,144,93); }
H1.HeaderClassName
{
color: #CA905D;
}
.AnyTagClassName
{
color: #CA905D;
}
</style>
background-color css
<style>
a { background-color: #CA905D; }
a { background-color: rgb(202,144,93); }
div.DivClassName
{
background-color: #CA905D;
}
.BgClassName
{
background-color: #CA905D;
}
</style>
border-color css
<style>
span { border-color: #CA905D; }
span { border-color: rgb(202,144,93); }
td.TdClassName
{
border-color: #CA905D;
}
.TagClassName
{
border-color: #CA905D;
}
</style>