Shades of Whiskey #C98C5F
Tints of Whiskey #C98C5F
RGB
CMYK
RGB Variations
Color information
#C98C5F (or 0xC98C5F) is known color: Whiskey. HEX triplet: C9, 8C and 5F. RGB value is (201,140,95). Sum of RGB (Red+Green+Blue) = 201+140+95=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C5F is #3673A0. Grayscale: #999999. Windows color (decimal): -3568545 or 6261961. OLE color: 6261961.
HSL color Cylindrical-coordinate representation of color #C98C5F: hue angle of 25.47º 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 #C98C5F is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 95 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.21 |
| HSL | 25.47º | 0.5% | 0.58% | - |
| HSV(B) | 25.47º | 0.53% | 0.79% | - |
| XYZ | 35.53 | 32 | 15.13 | - |
| YUV | 153.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 95 | 0 | 0.30 | 0.53 | 0.21 | 25.47 | 0.5 | 0.58 |
| Hex | C9 | 8C | 5F | 0 | 1E | 35 | 15 | 19 | 32 | 3A |
| Octal | 311 | 214 | 137 | 0 | 36 | 65 | 25 | 31 | 62 | 72 |
| Binary | 11001001 | 10001100 | 1011111 | 0 | 11110 | 110101 | 10101 | 11001 | 110010 | 111010 |
Color Harmonies of #C98C5F
Complementary color
Monochromatic Colors of #C98C5F
Black with #C98C5F
Text Example
Text Example
White with #C98C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C5F; }
p { color: rgb(201,140,95); }
H1.HeaderClassName
{
color: #C98C5F;
}
.AnyTagClassName
{
color: #C98C5F;
}
</style>
background-color css
<style>
a { background-color: #C98C5F; }
a { background-color: rgb(201,140,95); }
div.DivClassName
{
background-color: #C98C5F;
}
.BgClassName
{
background-color: #C98C5F;
}
</style>
border-color css
<style>
span { border-color: #C98C5F; }
span { border-color: rgb(201,140,95); }
td.TdClassName
{
border-color: #C98C5F;
}
.TagClassName
{
border-color: #C98C5F;
}
</style>