Shades of Whiskey #CA9363
Tints of Whiskey #CA9363
RGB
CMYK
RGB Variations
Color information
#CA9363 (or 0xCA9363) is known color: Whiskey. HEX triplet: CA, 93 and 63. RGB value is (202,147,99). Sum of RGB (Red+Green+Blue) = 202+147+99=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9363 is #356C9C. Grayscale: #9E9E9E. Windows color (decimal): -3501213 or 6525898. OLE color: 6525898.
HSL color Cylindrical-coordinate representation of color #CA9363: hue angle of 27.96º degrees, saturation: 0.49, 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 #CA9363 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 99 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.21 |
| HSL | 27.96º | 0.49% | 0.59% | - |
| HSV(B) | 27.96º | 0.51% | 0.79% | - |
| XYZ | 37.04 | 34.32 | 16.48 | - |
| YUV | 157.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 99 | 0 | 0.27 | 0.51 | 0.21 | 27.96 | 0.49 | 0.59 |
| Hex | CA | 93 | 63 | 0 | 1B | 33 | 15 | 1C | 31 | 3B |
| Octal | 312 | 223 | 143 | 0 | 33 | 63 | 25 | 34 | 61 | 73 |
| Binary | 11001010 | 10010011 | 1100011 | 0 | 11011 | 110011 | 10101 | 11100 | 110001 | 111011 |
Color Harmonies of #CA9363
Complementary color
Monochromatic Colors of #CA9363
Black with #CA9363
Text Example
Text Example
White with #CA9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9363; }
p { color: rgb(202,147,99); }
H1.HeaderClassName
{
color: #CA9363;
}
.AnyTagClassName
{
color: #CA9363;
}
</style>
background-color css
<style>
a { background-color: #CA9363; }
a { background-color: rgb(202,147,99); }
div.DivClassName
{
background-color: #CA9363;
}
.BgClassName
{
background-color: #CA9363;
}
</style>
border-color css
<style>
span { border-color: #CA9363; }
span { border-color: rgb(202,147,99); }
td.TdClassName
{
border-color: #CA9363;
}
.TagClassName
{
border-color: #CA9363;
}
</style>