Shades of Whiskey #C98E5D
Tints of Whiskey #C98E5D
RGB
CMYK
RGB Variations
Color information
#C98E5D (or 0xC98E5D) is known color: Whiskey. HEX triplet: C9, 8E and 5D. RGB value is (201,142,93). Sum of RGB (Red+Green+Blue) = 201+142+93=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E5D is #3671A2. Grayscale: #9A9A9A. Windows color (decimal): -3568035 or 6131401. OLE color: 6131401.
HSL color Cylindrical-coordinate representation of color #C98E5D: hue angle of 27.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C98E5D is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 93 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.21 |
| HSL | 27.22º | 0.5% | 0.58% | - |
| HSV(B) | 27.22º | 0.54% | 0.79% | - |
| XYZ | 35.74 | 32.55 | 14.76 | - |
| YUV | 154.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 93 | 0 | 0.29 | 0.54 | 0.21 | 27.22 | 0.5 | 0.58 |
| Hex | C9 | 8E | 5D | 0 | 1D | 36 | 15 | 1B | 32 | 3A |
| Octal | 311 | 216 | 135 | 0 | 35 | 66 | 25 | 33 | 62 | 72 |
| Binary | 11001001 | 10001110 | 1011101 | 0 | 11101 | 110110 | 10101 | 11011 | 110010 | 111010 |
Color Harmonies of #C98E5D
Complementary color
Monochromatic Colors of #C98E5D
Black with #C98E5D
Text Example
Text Example
White with #C98E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E5D; }
p { color: rgb(201,142,93); }
H1.HeaderClassName
{
color: #C98E5D;
}
.AnyTagClassName
{
color: #C98E5D;
}
</style>
background-color css
<style>
a { background-color: #C98E5D; }
a { background-color: rgb(201,142,93); }
div.DivClassName
{
background-color: #C98E5D;
}
.BgClassName
{
background-color: #C98E5D;
}
</style>
border-color css
<style>
span { border-color: #C98E5D; }
span { border-color: rgb(201,142,93); }
td.TdClassName
{
border-color: #C98E5D;
}
.TagClassName
{
border-color: #C98E5D;
}
</style>