Shades of Whiskey #CA9162
Tints of Whiskey #CA9162
RGB
CMYK
RGB Variations
Color information
#CA9162 (or 0xCA9162) is known color: Whiskey. HEX triplet: CA, 91 and 62. RGB value is (202,145,98). Sum of RGB (Red+Green+Blue) = 202+145+98=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9162 is #356E9D. Grayscale: #9C9C9C. Windows color (decimal): -3501726 or 6459850. OLE color: 6459850.
HSL color Cylindrical-coordinate representation of color #CA9162: hue angle of 27.12º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA9162 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 98 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.21 |
| HSL | 27.12º | 0.5% | 0.59% | - |
| HSV(B) | 27.12º | 0.51% | 0.79% | - |
| XYZ | 36.69 | 33.69 | 16.12 | - |
| YUV | 156.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 98 | 0 | 0.28 | 0.51 | 0.21 | 27.12 | 0.5 | 0.59 |
| Hex | CA | 91 | 62 | 0 | 1C | 33 | 15 | 1B | 32 | 3B |
| Octal | 312 | 221 | 142 | 0 | 34 | 63 | 25 | 33 | 62 | 73 |
| Binary | 11001010 | 10010001 | 1100010 | 0 | 11100 | 110011 | 10101 | 11011 | 110010 | 111011 |
Color Harmonies of #CA9162
Complementary color
Monochromatic Colors of #CA9162
Black with #CA9162
Text Example
Text Example
White with #CA9162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9162; }
p { color: rgb(202,145,98); }
H1.HeaderClassName
{
color: #CA9162;
}
.AnyTagClassName
{
color: #CA9162;
}
</style>
background-color css
<style>
a { background-color: #CA9162; }
a { background-color: rgb(202,145,98); }
div.DivClassName
{
background-color: #CA9162;
}
.BgClassName
{
background-color: #CA9162;
}
</style>
border-color css
<style>
span { border-color: #CA9162; }
span { border-color: rgb(202,145,98); }
td.TdClassName
{
border-color: #CA9162;
}
.TagClassName
{
border-color: #CA9162;
}
</style>