Shades of Whiskey #CA8D6A
Tints of Whiskey #CA8D6A
RGB
CMYK
RGB Variations
Color information
#CA8D6A (or 0xCA8D6A) is known color: Whiskey. HEX triplet: CA, 8D and 6A. RGB value is (202,141,106). Sum of RGB (Red+Green+Blue) = 202+141+106=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6A is #357295. Grayscale: #9B9B9B. Windows color (decimal): -3502742 or 6983114. OLE color: 6983114.
HSL color Cylindrical-coordinate representation of color #CA8D6A: hue angle of 21.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA8D6A is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 106 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.21 |
| HSL | 21.88º | 0.48% | 0.6% | - |
| HSV(B) | 21.88º | 0.48% | 0.79% | - |
| XYZ | 36.48 | 32.65 | 18.01 | - |
| YUV | 155.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 106 | 0 | 0.30 | 0.48 | 0.21 | 21.88 | 0.48 | 0.6 |
| Hex | CA | 8D | 6A | 0 | 1E | 30 | 15 | 16 | 30 | 3C |
| Octal | 312 | 215 | 152 | 0 | 36 | 60 | 25 | 26 | 60 | 74 |
| Binary | 11001010 | 10001101 | 1101010 | 0 | 11110 | 110000 | 10101 | 10110 | 110000 | 111100 |
Color Harmonies of #CA8D6A
Complementary color
Monochromatic Colors of #CA8D6A
Black with #CA8D6A
Text Example
Text Example
White with #CA8D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D6A; }
p { color: rgb(202,141,106); }
H1.HeaderClassName
{
color: #CA8D6A;
}
.AnyTagClassName
{
color: #CA8D6A;
}
</style>
background-color css
<style>
a { background-color: #CA8D6A; }
a { background-color: rgb(202,141,106); }
div.DivClassName
{
background-color: #CA8D6A;
}
.BgClassName
{
background-color: #CA8D6A;
}
</style>
border-color css
<style>
span { border-color: #CA8D6A; }
span { border-color: rgb(202,141,106); }
td.TdClassName
{
border-color: #CA8D6A;
}
.TagClassName
{
border-color: #CA8D6A;
}
</style>