Shades of Whiskey Sour #CA915B
Tints of Whiskey Sour #CA915B
RGB
CMYK
RGB Variations
Color information
#CA915B (or 0xCA915B) is known color: Whiskey Sour. HEX triplet: CA, 91 and 5B. RGB value is (202,145,91). Sum of RGB (Red+Green+Blue) = 202+145+91=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA915B is #356EA4. Grayscale: #9C9C9C. Windows color (decimal): -3501733 or 6001098. OLE color: 6001098.
HSL color Cylindrical-coordinate representation of color #CA915B: hue angle of 29.19º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA915B is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 91 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.21 |
| HSL | 29.19º | 0.51% | 0.57% | - |
| HSV(B) | 29.19º | 0.55% | 0.79% | - |
| XYZ | 36.37 | 33.56 | 14.46 | - |
| YUV | 155.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 91 | 0 | 0.28 | 0.55 | 0.21 | 29.19 | 0.51 | 0.57 |
| Hex | CA | 91 | 5B | 0 | 1C | 37 | 15 | 1D | 33 | 39 |
| Octal | 312 | 221 | 133 | 0 | 34 | 67 | 25 | 35 | 63 | 71 |
| Binary | 11001010 | 10010001 | 1011011 | 0 | 11100 | 110111 | 10101 | 11101 | 110011 | 111001 |
Color Harmonies of #CA915B
Complementary color
Monochromatic Colors of #CA915B
Black with #CA915B
Text Example
Text Example
White with #CA915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA915B; }
p { color: rgb(202,145,91); }
H1.HeaderClassName
{
color: #CA915B;
}
.AnyTagClassName
{
color: #CA915B;
}
</style>
background-color css
<style>
a { background-color: #CA915B; }
a { background-color: rgb(202,145,91); }
div.DivClassName
{
background-color: #CA915B;
}
.BgClassName
{
background-color: #CA915B;
}
</style>
border-color css
<style>
span { border-color: #CA915B; }
span { border-color: rgb(202,145,91); }
td.TdClassName
{
border-color: #CA915B;
}
.TagClassName
{
border-color: #CA915B;
}
</style>