Shades of Whiskey #CA9560
Tints of Whiskey #CA9560
RGB
CMYK
RGB Variations
Color information
#CA9560 (or 0xCA9560) is known color: Whiskey. HEX triplet: CA, 95 and 60. RGB value is (202,149,96). Sum of RGB (Red+Green+Blue) = 202+149+96=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9560 is #356A9F. Grayscale: #9F9F9F. Windows color (decimal): -3500704 or 6329802. OLE color: 6329802.
HSL color Cylindrical-coordinate representation of color #CA9560: hue angle of 30º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA9560 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 96 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.21 |
| HSL | 30º | 0.5% | 0.58% | - |
| HSV(B) | 30º | 0.52% | 0.79% | - |
| XYZ | 37.22 | 34.9 | 15.84 | - |
| YUV | 158.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 96 | 0 | 0.26 | 0.52 | 0.21 | 30 | 0.5 | 0.58 |
| Hex | CA | 95 | 60 | 0 | 1A | 34 | 15 | 1E | 32 | 3A |
| Octal | 312 | 225 | 140 | 0 | 32 | 64 | 25 | 36 | 62 | 72 |
| Binary | 11001010 | 10010101 | 1100000 | 0 | 11010 | 110100 | 10101 | 11110 | 110010 | 111010 |
Color Harmonies of #CA9560
Complementary color
Monochromatic Colors of #CA9560
Black with #CA9560
Text Example
Text Example
White with #CA9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9560; }
p { color: rgb(202,149,96); }
H1.HeaderClassName
{
color: #CA9560;
}
.AnyTagClassName
{
color: #CA9560;
}
</style>
background-color css
<style>
a { background-color: #CA9560; }
a { background-color: rgb(202,149,96); }
div.DivClassName
{
background-color: #CA9560;
}
.BgClassName
{
background-color: #CA9560;
}
</style>
border-color css
<style>
span { border-color: #CA9560; }
span { border-color: rgb(202,149,96); }
td.TdClassName
{
border-color: #CA9560;
}
.TagClassName
{
border-color: #CA9560;
}
</style>