Shades of Whiskey #CA915E
Tints of Whiskey #CA915E
RGB
CMYK
RGB Variations
Color information
#CA915E (or 0xCA915E) is known color: Whiskey. HEX triplet: CA, 91 and 5E. RGB value is (202,145,94). Sum of RGB (Red+Green+Blue) = 202+145+94=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA915E is #356EA1. Grayscale: #9C9C9C. Windows color (decimal): -3501730 or 6197706. OLE color: 6197706.
HSL color Cylindrical-coordinate representation of color #CA915E: hue angle of 28.33º 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 #CA915E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 94 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.21 |
| HSL | 28.33º | 0.5% | 0.58% | - |
| HSV(B) | 28.33º | 0.53% | 0.79% | - |
| XYZ | 36.5 | 33.62 | 15.15 | - |
| YUV | 156.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 94 | 0 | 0.28 | 0.53 | 0.21 | 28.33 | 0.5 | 0.58 |
| Hex | CA | 91 | 5E | 0 | 1C | 35 | 15 | 1C | 32 | 3A |
| Octal | 312 | 221 | 136 | 0 | 34 | 65 | 25 | 34 | 62 | 72 |
| Binary | 11001010 | 10010001 | 1011110 | 0 | 11100 | 110101 | 10101 | 11100 | 110010 | 111010 |
Color Harmonies of #CA915E
Complementary color
Monochromatic Colors of #CA915E
Black with #CA915E
Text Example
Text Example
White with #CA915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA915E; }
p { color: rgb(202,145,94); }
H1.HeaderClassName
{
color: #CA915E;
}
.AnyTagClassName
{
color: #CA915E;
}
</style>
background-color css
<style>
a { background-color: #CA915E; }
a { background-color: rgb(202,145,94); }
div.DivClassName
{
background-color: #CA915E;
}
.BgClassName
{
background-color: #CA915E;
}
</style>
border-color css
<style>
span { border-color: #CA915E; }
span { border-color: rgb(202,145,94); }
td.TdClassName
{
border-color: #CA915E;
}
.TagClassName
{
border-color: #CA915E;
}
</style>