Shades of Whiskey #CA8A5C
Tints of Whiskey #CA8A5C
RGB
CMYK
RGB Variations
Color information
#CA8A5C (or 0xCA8A5C) is known color: Whiskey. HEX triplet: CA, 8A and 5C. RGB value is (202,138,92). Sum of RGB (Red+Green+Blue) = 202+138+92=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A5C is #3575A3. Grayscale: #989898. Windows color (decimal): -3503524 or 6064842. OLE color: 6064842.
HSL color Cylindrical-coordinate representation of color #CA8A5C: hue angle of 25.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA8A5C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 92 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.21 |
| HSL | 25.09º | 0.51% | 0.58% | - |
| HSV(B) | 25.09º | 0.54% | 0.79% | - |
| XYZ | 35.38 | 31.51 | 14.34 | - |
| YUV | 151.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 92 | 0 | 0.32 | 0.54 | 0.21 | 25.09 | 0.51 | 0.58 |
| Hex | CA | 8A | 5C | 0 | 20 | 36 | 15 | 19 | 33 | 3A |
| Octal | 312 | 212 | 134 | 0 | 40 | 66 | 25 | 31 | 63 | 72 |
| Binary | 11001010 | 10001010 | 1011100 | 0 | 100000 | 110110 | 10101 | 11001 | 110011 | 111010 |
Color Harmonies of #CA8A5C
Complementary color
Monochromatic Colors of #CA8A5C
Black with #CA8A5C
Text Example
Text Example
White with #CA8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A5C; }
p { color: rgb(202,138,92); }
H1.HeaderClassName
{
color: #CA8A5C;
}
.AnyTagClassName
{
color: #CA8A5C;
}
</style>
background-color css
<style>
a { background-color: #CA8A5C; }
a { background-color: rgb(202,138,92); }
div.DivClassName
{
background-color: #CA8A5C;
}
.BgClassName
{
background-color: #CA8A5C;
}
</style>
border-color css
<style>
span { border-color: #CA8A5C; }
span { border-color: rgb(202,138,92); }
td.TdClassName
{
border-color: #CA8A5C;
}
.TagClassName
{
border-color: #CA8A5C;
}
</style>