Shades of Whiskey #CA8D63
Tints of Whiskey #CA8D63
RGB
CMYK
RGB Variations
Color information
#CA8D63 (or 0xCA8D63) is known color: Whiskey. HEX triplet: CA, 8D and 63. RGB value is (202,141,99). Sum of RGB (Red+Green+Blue) = 202+141+99=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D63 is #35729C. Grayscale: #9A9A9A. Windows color (decimal): -3502749 or 6524362. OLE color: 6524362.
HSL color Cylindrical-coordinate representation of color #CA8D63: hue angle of 24.47º 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 #CA8D63 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 99 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.21 |
| HSL | 24.47º | 0.49% | 0.59% | - |
| HSV(B) | 24.47º | 0.51% | 0.79% | - |
| XYZ | 36.13 | 32.51 | 16.17 | - |
| YUV | 154.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 99 | 0 | 0.30 | 0.51 | 0.21 | 24.47 | 0.49 | 0.59 |
| Hex | CA | 8D | 63 | 0 | 1E | 33 | 15 | 18 | 31 | 3B |
| Octal | 312 | 215 | 143 | 0 | 36 | 63 | 25 | 30 | 61 | 73 |
| Binary | 11001010 | 10001101 | 1100011 | 0 | 11110 | 110011 | 10101 | 11000 | 110001 | 111011 |
Color Harmonies of #CA8D63
Complementary color
Monochromatic Colors of #CA8D63
Black with #CA8D63
Text Example
Text Example
White with #CA8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D63; }
p { color: rgb(202,141,99); }
H1.HeaderClassName
{
color: #CA8D63;
}
.AnyTagClassName
{
color: #CA8D63;
}
</style>
background-color css
<style>
a { background-color: #CA8D63; }
a { background-color: rgb(202,141,99); }
div.DivClassName
{
background-color: #CA8D63;
}
.BgClassName
{
background-color: #CA8D63;
}
</style>
border-color css
<style>
span { border-color: #CA8D63; }
span { border-color: rgb(202,141,99); }
td.TdClassName
{
border-color: #CA8D63;
}
.TagClassName
{
border-color: #CA8D63;
}
</style>