Shades of Whiskey #C98960
Tints of Whiskey #C98960
RGB
CMYK
RGB Variations
Color information
#C98960 (or 0xC98960) is known color: Whiskey. HEX triplet: C9, 89 and 60. RGB value is (201,137,96). Sum of RGB (Red+Green+Blue) = 201+137+96=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C98960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98960 is #36769F. Grayscale: #979797. Windows color (decimal): -3569312 or 6326729. OLE color: 6326729.
HSL color Cylindrical-coordinate representation of color #C98960: hue angle of 23.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C98960 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 96 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.21 |
| HSL | 23.43º | 0.49% | 0.58% | - |
| HSV(B) | 23.43º | 0.52% | 0.79% | - |
| XYZ | 35.14 | 31.15 | 15.23 | - |
| YUV | 151.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 96 | 0 | 0.32 | 0.52 | 0.21 | 23.43 | 0.49 | 0.58 |
| Hex | C9 | 89 | 60 | 0 | 20 | 34 | 15 | 17 | 31 | 3A |
| Octal | 311 | 211 | 140 | 0 | 40 | 64 | 25 | 27 | 61 | 72 |
| Binary | 11001001 | 10001001 | 1100000 | 0 | 100000 | 110100 | 10101 | 10111 | 110001 | 111010 |
Color Harmonies of #C98960
Complementary color
Monochromatic Colors of #C98960
Black with #C98960
Text Example
Text Example
White with #C98960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98960; }
p { color: rgb(201,137,96); }
H1.HeaderClassName
{
color: #C98960;
}
.AnyTagClassName
{
color: #C98960;
}
</style>
background-color css
<style>
a { background-color: #C98960; }
a { background-color: rgb(201,137,96); }
div.DivClassName
{
background-color: #C98960;
}
.BgClassName
{
background-color: #C98960;
}
</style>
border-color css
<style>
span { border-color: #C98960; }
span { border-color: rgb(201,137,96); }
td.TdClassName
{
border-color: #C98960;
}
.TagClassName
{
border-color: #C98960;
}
</style>