Shades of Whiskey #C89060
Tints of Whiskey #C89060
RGB
CMYK
RGB Variations
Color information
#C89060 (or 0xC89060) is known color: Whiskey. HEX triplet: C8, 90 and 60. RGB value is (200,144,96). Sum of RGB (Red+Green+Blue) = 200+144+96=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C89060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89060 is #376F9F. Grayscale: #9B9B9B. Windows color (decimal): -3633056 or 6328520. OLE color: 6328520.
HSL color Cylindrical-coordinate representation of color #C89060: hue angle of 27.69º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C89060 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 96 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.22 |
| HSL | 27.69º | 0.49% | 0.58% | - |
| HSV(B) | 27.69º | 0.52% | 0.78% | - |
| XYZ | 35.9 | 33.07 | 15.56 | - |
| YUV | 155.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 96 | 0 | 0.28 | 0.52 | 0.22 | 27.69 | 0.49 | 0.58 |
| Hex | C8 | 90 | 60 | 0 | 1C | 34 | 16 | 1C | 31 | 3A |
| Octal | 310 | 220 | 140 | 0 | 34 | 64 | 26 | 34 | 61 | 72 |
| Binary | 11001000 | 10010000 | 1100000 | 0 | 11100 | 110100 | 10110 | 11100 | 110001 | 111010 |
Color Harmonies of #C89060
Complementary color
Monochromatic Colors of #C89060
Black with #C89060
Text Example
Text Example
White with #C89060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89060; }
p { color: rgb(200,144,96); }
H1.HeaderClassName
{
color: #C89060;
}
.AnyTagClassName
{
color: #C89060;
}
</style>
background-color css
<style>
a { background-color: #C89060; }
a { background-color: rgb(200,144,96); }
div.DivClassName
{
background-color: #C89060;
}
.BgClassName
{
background-color: #C89060;
}
</style>
border-color css
<style>
span { border-color: #C89060; }
span { border-color: rgb(200,144,96); }
td.TdClassName
{
border-color: #C89060;
}
.TagClassName
{
border-color: #C89060;
}
</style>