Shades of Whiskey #C98D5F
Tints of Whiskey #C98D5F
RGB
CMYK
RGB Variations
Color information
#C98D5F (or 0xC98D5F) is known color: Whiskey. HEX triplet: C9, 8D and 5F. RGB value is (201,141,95). Sum of RGB (Red+Green+Blue) = 201+141+95=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D5F is #3672A0. Grayscale: #999999. Windows color (decimal): -3568289 or 6262217. OLE color: 6262217.
HSL color Cylindrical-coordinate representation of color #C98D5F: hue angle of 26.04º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C98D5F is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 95 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.21 |
| HSL | 26.04º | 0.5% | 0.58% | - |
| HSV(B) | 26.04º | 0.53% | 0.79% | - |
| XYZ | 35.68 | 32.29 | 15.18 | - |
| YUV | 153.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 95 | 0 | 0.30 | 0.53 | 0.21 | 26.04 | 0.5 | 0.58 |
| Hex | C9 | 8D | 5F | 0 | 1E | 35 | 15 | 1A | 32 | 3A |
| Octal | 311 | 215 | 137 | 0 | 36 | 65 | 25 | 32 | 62 | 72 |
| Binary | 11001001 | 10001101 | 1011111 | 0 | 11110 | 110101 | 10101 | 11010 | 110010 | 111010 |
Color Harmonies of #C98D5F
Complementary color
Monochromatic Colors of #C98D5F
Black with #C98D5F
Text Example
Text Example
White with #C98D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D5F; }
p { color: rgb(201,141,95); }
H1.HeaderClassName
{
color: #C98D5F;
}
.AnyTagClassName
{
color: #C98D5F;
}
</style>
background-color css
<style>
a { background-color: #C98D5F; }
a { background-color: rgb(201,141,95); }
div.DivClassName
{
background-color: #C98D5F;
}
.BgClassName
{
background-color: #C98D5F;
}
</style>
border-color css
<style>
span { border-color: #C98D5F; }
span { border-color: rgb(201,141,95); }
td.TdClassName
{
border-color: #C98D5F;
}
.TagClassName
{
border-color: #C98D5F;
}
</style>