Shades of Whiskey #CA8B5D
Tints of Whiskey #CA8B5D
RGB
CMYK
RGB Variations
Color information
#CA8B5D (or 0xCA8B5D) is known color: Whiskey. HEX triplet: CA, 8B and 5D. RGB value is (202,139,93). Sum of RGB (Red+Green+Blue) = 202+139+93=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B5D is #3574A2. Grayscale: #989898. Windows color (decimal): -3503267 or 6130634. OLE color: 6130634.
HSL color Cylindrical-coordinate representation of color #CA8B5D: hue angle of 25.32º 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 #CA8B5D is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 93 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.21 |
| HSL | 25.32º | 0.51% | 0.58% | - |
| HSV(B) | 25.32º | 0.54% | 0.79% | - |
| XYZ | 35.57 | 31.81 | 14.62 | - |
| YUV | 152.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 93 | 0 | 0.31 | 0.54 | 0.21 | 25.32 | 0.51 | 0.58 |
| Hex | CA | 8B | 5D | 0 | 1F | 36 | 15 | 19 | 33 | 3A |
| Octal | 312 | 213 | 135 | 0 | 37 | 66 | 25 | 31 | 63 | 72 |
| Binary | 11001010 | 10001011 | 1011101 | 0 | 11111 | 110110 | 10101 | 11001 | 110011 | 111010 |
Color Harmonies of #CA8B5D
Complementary color
Monochromatic Colors of #CA8B5D
Black with #CA8B5D
Text Example
Text Example
White with #CA8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8B5D; }
p { color: rgb(202,139,93); }
H1.HeaderClassName
{
color: #CA8B5D;
}
.AnyTagClassName
{
color: #CA8B5D;
}
</style>
background-color css
<style>
a { background-color: #CA8B5D; }
a { background-color: rgb(202,139,93); }
div.DivClassName
{
background-color: #CA8B5D;
}
.BgClassName
{
background-color: #CA8B5D;
}
</style>
border-color css
<style>
span { border-color: #CA8B5D; }
span { border-color: rgb(202,139,93); }
td.TdClassName
{
border-color: #CA8B5D;
}
.TagClassName
{
border-color: #CA8B5D;
}
</style>