Shades of Whiskey #CA885D
Tints of Whiskey #CA885D
RGB
CMYK
RGB Variations
Color information
#CA885D (or 0xCA885D) is known color: Whiskey. HEX triplet: CA, 88 and 5D. RGB value is (202,136,93). Sum of RGB (Red+Green+Blue) = 202+136+93=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA885D is #3577A2. Grayscale: #979797. Windows color (decimal): -3504035 or 6129866. OLE color: 6129866.
HSL color Cylindrical-coordinate representation of color #CA885D: hue angle of 23.67º 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 #CA885D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 93 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.21 |
| HSL | 23.67º | 0.51% | 0.58% | - |
| HSV(B) | 23.67º | 0.54% | 0.79% | - |
| XYZ | 35.14 | 30.96 | 14.48 | - |
| YUV | 150.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 93 | 0 | 0.33 | 0.54 | 0.21 | 23.67 | 0.51 | 0.58 |
| Hex | CA | 88 | 5D | 0 | 21 | 36 | 15 | 18 | 33 | 3A |
| Octal | 312 | 210 | 135 | 0 | 41 | 66 | 25 | 30 | 63 | 72 |
| Binary | 11001010 | 10001000 | 1011101 | 0 | 100001 | 110110 | 10101 | 11000 | 110011 | 111010 |
Color Harmonies of #CA885D
Complementary color
Monochromatic Colors of #CA885D
Black with #CA885D
Text Example
Text Example
White with #CA885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA885D; }
p { color: rgb(202,136,93); }
H1.HeaderClassName
{
color: #CA885D;
}
.AnyTagClassName
{
color: #CA885D;
}
</style>
background-color css
<style>
a { background-color: #CA885D; }
a { background-color: rgb(202,136,93); }
div.DivClassName
{
background-color: #CA885D;
}
.BgClassName
{
background-color: #CA885D;
}
</style>
border-color css
<style>
span { border-color: #CA885D; }
span { border-color: rgb(202,136,93); }
td.TdClassName
{
border-color: #CA885D;
}
.TagClassName
{
border-color: #CA885D;
}
</style>