Shades of Whiskey #C98F5E
Tints of Whiskey #C98F5E
RGB
CMYK
RGB Variations
Color information
#C98F5E (or 0xC98F5E) is known color: Whiskey. HEX triplet: C9, 8F and 5E. RGB value is (201,143,94). Sum of RGB (Red+Green+Blue) = 201+143+94=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F5E is #3670A1. Grayscale: #9B9B9B. Windows color (decimal): -3567778 or 6197193. OLE color: 6197193.
HSL color Cylindrical-coordinate representation of color #C98F5E: hue angle of 27.48º 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 #C98F5E is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 94 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.21 |
| HSL | 27.48º | 0.5% | 0.58% | - |
| HSV(B) | 27.48º | 0.53% | 0.79% | - |
| XYZ | 35.93 | 32.87 | 15.04 | - |
| YUV | 154.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 94 | 0 | 0.29 | 0.53 | 0.21 | 27.48 | 0.5 | 0.58 |
| Hex | C9 | 8F | 5E | 0 | 1D | 35 | 15 | 1B | 32 | 3A |
| Octal | 311 | 217 | 136 | 0 | 35 | 65 | 25 | 33 | 62 | 72 |
| Binary | 11001001 | 10001111 | 1011110 | 0 | 11101 | 110101 | 10101 | 11011 | 110010 | 111010 |
Color Harmonies of #C98F5E
Complementary color
Monochromatic Colors of #C98F5E
Black with #C98F5E
Text Example
Text Example
White with #C98F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F5E; }
p { color: rgb(201,143,94); }
H1.HeaderClassName
{
color: #C98F5E;
}
.AnyTagClassName
{
color: #C98F5E;
}
</style>
background-color css
<style>
a { background-color: #C98F5E; }
a { background-color: rgb(201,143,94); }
div.DivClassName
{
background-color: #C98F5E;
}
.BgClassName
{
background-color: #C98F5E;
}
</style>
border-color css
<style>
span { border-color: #C98F5E; }
span { border-color: rgb(201,143,94); }
td.TdClassName
{
border-color: #C98F5E;
}
.TagClassName
{
border-color: #C98F5E;
}
</style>