Shades of Whiskey #CA8D66
Tints of Whiskey #CA8D66
RGB
CMYK
RGB Variations
Color information
#CA8D66 (or 0xCA8D66) is known color: Whiskey. HEX triplet: CA, 8D and 66. RGB value is (202,141,102). Sum of RGB (Red+Green+Blue) = 202+141+102=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D66 is #357299. Grayscale: #9B9B9B. Windows color (decimal): -3502746 or 6720970. OLE color: 6720970.
HSL color Cylindrical-coordinate representation of color #CA8D66: hue angle of 23.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA8D66 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 102 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.21 |
| HSL | 23.4º | 0.49% | 0.6% | - |
| HSV(B) | 23.4º | 0.5% | 0.79% | - |
| XYZ | 36.28 | 32.57 | 16.94 | - |
| YUV | 154.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 102 | 0 | 0.30 | 0.50 | 0.21 | 23.4 | 0.49 | 0.6 |
| Hex | CA | 8D | 66 | 0 | 1E | 32 | 15 | 17 | 31 | 3C |
| Octal | 312 | 215 | 146 | 0 | 36 | 62 | 25 | 27 | 61 | 74 |
| Binary | 11001010 | 10001101 | 1100110 | 0 | 11110 | 110010 | 10101 | 10111 | 110001 | 111100 |
Color Harmonies of #CA8D66
Complementary color
Monochromatic Colors of #CA8D66
Black with #CA8D66
Text Example
Text Example
White with #CA8D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D66; }
p { color: rgb(202,141,102); }
H1.HeaderClassName
{
color: #CA8D66;
}
.AnyTagClassName
{
color: #CA8D66;
}
</style>
background-color css
<style>
a { background-color: #CA8D66; }
a { background-color: rgb(202,141,102); }
div.DivClassName
{
background-color: #CA8D66;
}
.BgClassName
{
background-color: #CA8D66;
}
</style>
border-color css
<style>
span { border-color: #CA8D66; }
span { border-color: rgb(202,141,102); }
td.TdClassName
{
border-color: #CA8D66;
}
.TagClassName
{
border-color: #CA8D66;
}
</style>