Shades of Whiskey #CA8F63
Tints of Whiskey #CA8F63
RGB
CMYK
RGB Variations
Color information
#CA8F63 (or 0xCA8F63) is known color: Whiskey. HEX triplet: CA, 8F and 63. RGB value is (202,143,99). Sum of RGB (Red+Green+Blue) = 202+143+99=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F63 is #35709C. Grayscale: #9B9B9B. Windows color (decimal): -3502237 or 6524874. OLE color: 6524874.
HSL color Cylindrical-coordinate representation of color #CA8F63: hue angle of 25.63º 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 #CA8F63 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 99 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.21 |
| HSL | 25.63º | 0.49% | 0.59% | - |
| HSV(B) | 25.63º | 0.51% | 0.79% | - |
| XYZ | 36.43 | 33.1 | 16.27 | - |
| YUV | 155.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 99 | 0 | 0.29 | 0.51 | 0.21 | 25.63 | 0.49 | 0.59 |
| Hex | CA | 8F | 63 | 0 | 1D | 33 | 15 | 1A | 31 | 3B |
| Octal | 312 | 217 | 143 | 0 | 35 | 63 | 25 | 32 | 61 | 73 |
| Binary | 11001010 | 10001111 | 1100011 | 0 | 11101 | 110011 | 10101 | 11010 | 110001 | 111011 |
Color Harmonies of #CA8F63
Complementary color
Monochromatic Colors of #CA8F63
Black with #CA8F63
Text Example
Text Example
White with #CA8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F63; }
p { color: rgb(202,143,99); }
H1.HeaderClassName
{
color: #CA8F63;
}
.AnyTagClassName
{
color: #CA8F63;
}
</style>
background-color css
<style>
a { background-color: #CA8F63; }
a { background-color: rgb(202,143,99); }
div.DivClassName
{
background-color: #CA8F63;
}
.BgClassName
{
background-color: #CA8F63;
}
</style>
border-color css
<style>
span { border-color: #CA8F63; }
span { border-color: rgb(202,143,99); }
td.TdClassName
{
border-color: #CA8F63;
}
.TagClassName
{
border-color: #CA8F63;
}
</style>