Shades of Whiskey #C98B60
Tints of Whiskey #C98B60
RGB
CMYK
RGB Variations
Color information
#C98B60 (or 0xC98B60) is known color: Whiskey. HEX triplet: C9, 8B and 60. RGB value is (201,139,96). Sum of RGB (Red+Green+Blue) = 201+139+96=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B60 is #36749F. Grayscale: #989898. Windows color (decimal): -3568800 or 6327241. OLE color: 6327241.
HSL color Cylindrical-coordinate representation of color #C98B60: hue angle of 24.57º 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 #C98B60 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 96 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.21 |
| HSL | 24.57º | 0.49% | 0.58% | - |
| HSV(B) | 24.57º | 0.52% | 0.79% | - |
| XYZ | 35.43 | 31.73 | 15.32 | - |
| YUV | 152.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 96 | 0 | 0.31 | 0.52 | 0.21 | 24.57 | 0.49 | 0.58 |
| Hex | C9 | 8B | 60 | 0 | 1F | 34 | 15 | 19 | 31 | 3A |
| Octal | 311 | 213 | 140 | 0 | 37 | 64 | 25 | 31 | 61 | 72 |
| Binary | 11001001 | 10001011 | 1100000 | 0 | 11111 | 110100 | 10101 | 11001 | 110001 | 111010 |
Color Harmonies of #C98B60
Complementary color
Monochromatic Colors of #C98B60
Black with #C98B60
Text Example
Text Example
White with #C98B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B60; }
p { color: rgb(201,139,96); }
H1.HeaderClassName
{
color: #C98B60;
}
.AnyTagClassName
{
color: #C98B60;
}
</style>
background-color css
<style>
a { background-color: #C98B60; }
a { background-color: rgb(201,139,96); }
div.DivClassName
{
background-color: #C98B60;
}
.BgClassName
{
background-color: #C98B60;
}
</style>
border-color css
<style>
span { border-color: #C98B60; }
span { border-color: rgb(201,139,96); }
td.TdClassName
{
border-color: #C98B60;
}
.TagClassName
{
border-color: #C98B60;
}
</style>