Shades of Whiskey #CA9361
Tints of Whiskey #CA9361
RGB
CMYK
RGB Variations
Color information
#CA9361 (or 0xCA9361) is known color: Whiskey. HEX triplet: CA, 93 and 61. RGB value is (202,147,97). Sum of RGB (Red+Green+Blue) = 202+147+97=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9361 is #356C9E. Grayscale: #9D9D9D. Windows color (decimal): -3501215 or 6394826. OLE color: 6394826.
HSL color Cylindrical-coordinate representation of color #CA9361: hue angle of 28.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA9361 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 97 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.21 |
| HSL | 28.57º | 0.5% | 0.59% | - |
| HSV(B) | 28.57º | 0.52% | 0.79% | - |
| XYZ | 36.95 | 34.29 | 15.98 | - |
| YUV | 157.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 97 | 0 | 0.27 | 0.52 | 0.21 | 28.57 | 0.5 | 0.59 |
| Hex | CA | 93 | 61 | 0 | 1B | 34 | 15 | 1D | 32 | 3B |
| Octal | 312 | 223 | 141 | 0 | 33 | 64 | 25 | 35 | 62 | 73 |
| Binary | 11001010 | 10010011 | 1100001 | 0 | 11011 | 110100 | 10101 | 11101 | 110010 | 111011 |
Color Harmonies of #CA9361
Complementary color
Monochromatic Colors of #CA9361
Black with #CA9361
Text Example
Text Example
White with #CA9361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9361; }
p { color: rgb(202,147,97); }
H1.HeaderClassName
{
color: #CA9361;
}
.AnyTagClassName
{
color: #CA9361;
}
</style>
background-color css
<style>
a { background-color: #CA9361; }
a { background-color: rgb(202,147,97); }
div.DivClassName
{
background-color: #CA9361;
}
.BgClassName
{
background-color: #CA9361;
}
</style>
border-color css
<style>
span { border-color: #CA9361; }
span { border-color: rgb(202,147,97); }
td.TdClassName
{
border-color: #CA9361;
}
.TagClassName
{
border-color: #CA9361;
}
</style>