Shades of Whiskey #CA8F68
Tints of Whiskey #CA8F68
RGB
CMYK
RGB Variations
Color information
#CA8F68 (or 0xCA8F68) is known color: Whiskey. HEX triplet: CA, 8F and 68. RGB value is (202,143,104). Sum of RGB (Red+Green+Blue) = 202+143+104=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F68 is #357097. Grayscale: #9C9C9C. Windows color (decimal): -3502232 or 6852554. OLE color: 6852554.
HSL color Cylindrical-coordinate representation of color #CA8F68: hue angle of 23.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA8F68 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 104 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.21 |
| HSL | 23.88º | 0.48% | 0.6% | - |
| HSV(B) | 23.88º | 0.49% | 0.79% | - |
| XYZ | 36.68 | 33.2 | 17.57 | - |
| YUV | 156.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 104 | 0 | 0.29 | 0.49 | 0.21 | 23.88 | 0.48 | 0.6 |
| Hex | CA | 8F | 68 | 0 | 1D | 31 | 15 | 18 | 30 | 3C |
| Octal | 312 | 217 | 150 | 0 | 35 | 61 | 25 | 30 | 60 | 74 |
| Binary | 11001010 | 10001111 | 1101000 | 0 | 11101 | 110001 | 10101 | 11000 | 110000 | 111100 |
Color Harmonies of #CA8F68
Complementary color
Monochromatic Colors of #CA8F68
Black with #CA8F68
Text Example
Text Example
White with #CA8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F68; }
p { color: rgb(202,143,104); }
H1.HeaderClassName
{
color: #CA8F68;
}
.AnyTagClassName
{
color: #CA8F68;
}
</style>
background-color css
<style>
a { background-color: #CA8F68; }
a { background-color: rgb(202,143,104); }
div.DivClassName
{
background-color: #CA8F68;
}
.BgClassName
{
background-color: #CA8F68;
}
</style>
border-color css
<style>
span { border-color: #CA8F68; }
span { border-color: rgb(202,143,104); }
td.TdClassName
{
border-color: #CA8F68;
}
.TagClassName
{
border-color: #CA8F68;
}
</style>