Shades of Whiskey #CA895E
Tints of Whiskey #CA895E
RGB
CMYK
RGB Variations
Color information
#CA895E (or 0xCA895E) is known color: Whiskey. HEX triplet: CA, 89 and 5E. RGB value is (202,137,94). Sum of RGB (Red+Green+Blue) = 202+137+94=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA895E is #3576A1. Grayscale: #979797. Windows color (decimal): -3503778 or 6195658. OLE color: 6195658.
HSL color Cylindrical-coordinate representation of color #CA895E: hue angle of 23.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA895E is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 94 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.21 |
| HSL | 23.89º | 0.5% | 0.58% | - |
| HSV(B) | 23.89º | 0.53% | 0.79% | - |
| XYZ | 35.32 | 31.26 | 14.76 | - |
| YUV | 151.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 94 | 0 | 0.32 | 0.53 | 0.21 | 23.89 | 0.5 | 0.58 |
| Hex | CA | 89 | 5E | 0 | 20 | 35 | 15 | 18 | 32 | 3A |
| Octal | 312 | 211 | 136 | 0 | 40 | 65 | 25 | 30 | 62 | 72 |
| Binary | 11001010 | 10001001 | 1011110 | 0 | 100000 | 110101 | 10101 | 11000 | 110010 | 111010 |
Color Harmonies of #CA895E
Complementary color
Monochromatic Colors of #CA895E
Black with #CA895E
Text Example
Text Example
White with #CA895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA895E; }
p { color: rgb(202,137,94); }
H1.HeaderClassName
{
color: #CA895E;
}
.AnyTagClassName
{
color: #CA895E;
}
</style>
background-color css
<style>
a { background-color: #CA895E; }
a { background-color: rgb(202,137,94); }
div.DivClassName
{
background-color: #CA895E;
}
.BgClassName
{
background-color: #CA895E;
}
</style>
border-color css
<style>
span { border-color: #CA895E; }
span { border-color: rgb(202,137,94); }
td.TdClassName
{
border-color: #CA895E;
}
.TagClassName
{
border-color: #CA895E;
}
</style>