Shades of Whiskey #CA8C65
Tints of Whiskey #CA8C65
RGB
CMYK
RGB Variations
Color information
#CA8C65 (or 0xCA8C65) is known color: Whiskey. HEX triplet: CA, 8C and 65. RGB value is (202,140,101). Sum of RGB (Red+Green+Blue) = 202+140+101=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C65 is #35739A. Grayscale: #9A9A9A. Windows color (decimal): -3503003 or 6655178. OLE color: 6655178.
HSL color Cylindrical-coordinate representation of color #CA8C65: hue angle of 23.17º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA8C65 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 101 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.21 |
| HSL | 23.17º | 0.49% | 0.59% | - |
| HSV(B) | 23.17º | 0.5% | 0.79% | - |
| XYZ | 36.08 | 32.25 | 16.64 | - |
| YUV | 154.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 101 | 0 | 0.31 | 0.50 | 0.21 | 23.17 | 0.49 | 0.59 |
| Hex | CA | 8C | 65 | 0 | 1F | 32 | 15 | 17 | 31 | 3B |
| Octal | 312 | 214 | 145 | 0 | 37 | 62 | 25 | 27 | 61 | 73 |
| Binary | 11001010 | 10001100 | 1100101 | 0 | 11111 | 110010 | 10101 | 10111 | 110001 | 111011 |
Color Harmonies of #CA8C65
Complementary color
Monochromatic Colors of #CA8C65
Black with #CA8C65
Text Example
Text Example
White with #CA8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C65; }
p { color: rgb(202,140,101); }
H1.HeaderClassName
{
color: #CA8C65;
}
.AnyTagClassName
{
color: #CA8C65;
}
</style>
background-color css
<style>
a { background-color: #CA8C65; }
a { background-color: rgb(202,140,101); }
div.DivClassName
{
background-color: #CA8C65;
}
.BgClassName
{
background-color: #CA8C65;
}
</style>
border-color css
<style>
span { border-color: #CA8C65; }
span { border-color: rgb(202,140,101); }
td.TdClassName
{
border-color: #CA8C65;
}
.TagClassName
{
border-color: #CA8C65;
}
</style>