Shades of Whiskey #CA9562
Tints of Whiskey #CA9562
RGB
CMYK
RGB Variations
Color information
#CA9562 (or 0xCA9562) is known color: Whiskey. HEX triplet: CA, 95 and 62. RGB value is (202,149,98). Sum of RGB (Red+Green+Blue) = 202+149+98=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9562 is #356A9D. Grayscale: #9F9F9F. Windows color (decimal): -3500702 or 6460874. OLE color: 6460874.
HSL color Cylindrical-coordinate representation of color #CA9562: hue angle of 29.42º 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 #CA9562 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 98 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.21 |
| HSL | 29.42º | 0.5% | 0.59% | - |
| HSV(B) | 29.42º | 0.51% | 0.79% | - |
| XYZ | 37.31 | 34.93 | 16.33 | - |
| YUV | 159.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 98 | 0 | 0.26 | 0.51 | 0.21 | 29.42 | 0.5 | 0.59 |
| Hex | CA | 95 | 62 | 0 | 1A | 33 | 15 | 1D | 32 | 3B |
| Octal | 312 | 225 | 142 | 0 | 32 | 63 | 25 | 35 | 62 | 73 |
| Binary | 11001010 | 10010101 | 1100010 | 0 | 11010 | 110011 | 10101 | 11101 | 110010 | 111011 |
Color Harmonies of #CA9562
Complementary color
Monochromatic Colors of #CA9562
Black with #CA9562
Text Example
Text Example
White with #CA9562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9562; }
p { color: rgb(202,149,98); }
H1.HeaderClassName
{
color: #CA9562;
}
.AnyTagClassName
{
color: #CA9562;
}
</style>
background-color css
<style>
a { background-color: #CA9562; }
a { background-color: rgb(202,149,98); }
div.DivClassName
{
background-color: #CA9562;
}
.BgClassName
{
background-color: #CA9562;
}
</style>
border-color css
<style>
span { border-color: #CA9562; }
span { border-color: rgb(202,149,98); }
td.TdClassName
{
border-color: #CA9562;
}
.TagClassName
{
border-color: #CA9562;
}
</style>