Shades of Whiskey #CA8F62
Tints of Whiskey #CA8F62
RGB
CMYK
RGB Variations
Color information
#CA8F62 (or 0xCA8F62) is known color: Whiskey. HEX triplet: CA, 8F and 62. RGB value is (202,143,98). Sum of RGB (Red+Green+Blue) = 202+143+98=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F62 is #35709D. Grayscale: #9B9B9B. Windows color (decimal): -3502238 or 6459338. OLE color: 6459338.
HSL color Cylindrical-coordinate representation of color #CA8F62: hue angle of 25.96º 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 #CA8F62 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 98 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.21 |
| HSL | 25.96º | 0.5% | 0.59% | - |
| HSV(B) | 25.96º | 0.51% | 0.79% | - |
| XYZ | 36.38 | 33.08 | 16.02 | - |
| YUV | 155.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 98 | 0 | 0.29 | 0.51 | 0.21 | 25.96 | 0.5 | 0.59 |
| Hex | CA | 8F | 62 | 0 | 1D | 33 | 15 | 1A | 32 | 3B |
| Octal | 312 | 217 | 142 | 0 | 35 | 63 | 25 | 32 | 62 | 73 |
| Binary | 11001010 | 10001111 | 1100010 | 0 | 11101 | 110011 | 10101 | 11010 | 110010 | 111011 |
Color Harmonies of #CA8F62
Complementary color
Monochromatic Colors of #CA8F62
Black with #CA8F62
Text Example
Text Example
White with #CA8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F62; }
p { color: rgb(202,143,98); }
H1.HeaderClassName
{
color: #CA8F62;
}
.AnyTagClassName
{
color: #CA8F62;
}
</style>
background-color css
<style>
a { background-color: #CA8F62; }
a { background-color: rgb(202,143,98); }
div.DivClassName
{
background-color: #CA8F62;
}
.BgClassName
{
background-color: #CA8F62;
}
</style>
border-color css
<style>
span { border-color: #CA8F62; }
span { border-color: rgb(202,143,98); }
td.TdClassName
{
border-color: #CA8F62;
}
.TagClassName
{
border-color: #CA8F62;
}
</style>