Shades of Whiskey #C98C63
Tints of Whiskey #C98C63
RGB
CMYK
RGB Variations
Color information
#C98C63 (or 0xC98C63) is known color: Whiskey. HEX triplet: C9, 8C and 63. RGB value is (201,140,99). Sum of RGB (Red+Green+Blue) = 201+140+99=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C63 is #36739C. Grayscale: #999999. Windows color (decimal): -3568541 or 6524105. OLE color: 6524105.
HSL color Cylindrical-coordinate representation of color #C98C63: hue angle of 24.12º 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 #C98C63 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 99 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.21 |
| HSL | 24.12º | 0.49% | 0.59% | - |
| HSV(B) | 24.12º | 0.51% | 0.79% | - |
| XYZ | 35.72 | 32.07 | 16.11 | - |
| YUV | 153.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 99 | 0 | 0.30 | 0.51 | 0.21 | 24.12 | 0.49 | 0.59 |
| Hex | C9 | 8C | 63 | 0 | 1E | 33 | 15 | 18 | 31 | 3B |
| Octal | 311 | 214 | 143 | 0 | 36 | 63 | 25 | 30 | 61 | 73 |
| Binary | 11001001 | 10001100 | 1100011 | 0 | 11110 | 110011 | 10101 | 11000 | 110001 | 111011 |
Color Harmonies of #C98C63
Complementary color
Monochromatic Colors of #C98C63
Black with #C98C63
Text Example
Text Example
White with #C98C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C63; }
p { color: rgb(201,140,99); }
H1.HeaderClassName
{
color: #C98C63;
}
.AnyTagClassName
{
color: #C98C63;
}
</style>
background-color css
<style>
a { background-color: #C98C63; }
a { background-color: rgb(201,140,99); }
div.DivClassName
{
background-color: #C98C63;
}
.BgClassName
{
background-color: #C98C63;
}
</style>
border-color css
<style>
span { border-color: #C98C63; }
span { border-color: rgb(201,140,99); }
td.TdClassName
{
border-color: #C98C63;
}
.TagClassName
{
border-color: #C98C63;
}
</style>