Shades of Whiskey #C98D62
Tints of Whiskey #C98D62
RGB
CMYK
RGB Variations
Color information
#C98D62 (or 0xC98D62) is known color: Whiskey. HEX triplet: C9, 8D and 62. RGB value is (201,141,98). Sum of RGB (Red+Green+Blue) = 201+141+98=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D62 is #36729D. Grayscale: #9A9A9A. Windows color (decimal): -3568286 or 6458825. OLE color: 6458825.
HSL color Cylindrical-coordinate representation of color #C98D62: hue angle of 25.05º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C98D62 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 98 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.21 |
| HSL | 25.05º | 0.49% | 0.59% | - |
| HSV(B) | 25.05º | 0.51% | 0.79% | - |
| XYZ | 35.82 | 32.35 | 15.91 | - |
| YUV | 154.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 98 | 0 | 0.30 | 0.51 | 0.21 | 25.05 | 0.49 | 0.59 |
| Hex | C9 | 8D | 62 | 0 | 1E | 33 | 15 | 19 | 31 | 3B |
| Octal | 311 | 215 | 142 | 0 | 36 | 63 | 25 | 31 | 61 | 73 |
| Binary | 11001001 | 10001101 | 1100010 | 0 | 11110 | 110011 | 10101 | 11001 | 110001 | 111011 |
Color Harmonies of #C98D62
Complementary color
Monochromatic Colors of #C98D62
Black with #C98D62
Text Example
Text Example
White with #C98D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D62; }
p { color: rgb(201,141,98); }
H1.HeaderClassName
{
color: #C98D62;
}
.AnyTagClassName
{
color: #C98D62;
}
</style>
background-color css
<style>
a { background-color: #C98D62; }
a { background-color: rgb(201,141,98); }
div.DivClassName
{
background-color: #C98D62;
}
.BgClassName
{
background-color: #C98D62;
}
</style>
border-color css
<style>
span { border-color: #C98D62; }
span { border-color: rgb(201,141,98); }
td.TdClassName
{
border-color: #C98D62;
}
.TagClassName
{
border-color: #C98D62;
}
</style>