Shades of Whiskey #C98A63
Tints of Whiskey #C98A63
RGB
CMYK
RGB Variations
Color information
#C98A63 (or 0xC98A63) is known color: Whiskey. HEX triplet: C9, 8A and 63. RGB value is (201,138,99). Sum of RGB (Red+Green+Blue) = 201+138+99=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A63 is #36759C. Grayscale: #989898. Windows color (decimal): -3569053 or 6523593. OLE color: 6523593.
HSL color Cylindrical-coordinate representation of color #C98A63: hue angle of 22.94º 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 #C98A63 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 99 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.21 |
| HSL | 22.94º | 0.49% | 0.59% | - |
| HSV(B) | 22.94º | 0.51% | 0.79% | - |
| XYZ | 35.43 | 31.5 | 16.02 | - |
| YUV | 152.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 99 | 0 | 0.31 | 0.51 | 0.21 | 22.94 | 0.49 | 0.59 |
| Hex | C9 | 8A | 63 | 0 | 1F | 33 | 15 | 17 | 31 | 3B |
| Octal | 311 | 212 | 143 | 0 | 37 | 63 | 25 | 27 | 61 | 73 |
| Binary | 11001001 | 10001010 | 1100011 | 0 | 11111 | 110011 | 10101 | 10111 | 110001 | 111011 |
Color Harmonies of #C98A63
Complementary color
Monochromatic Colors of #C98A63
Black with #C98A63
Text Example
Text Example
White with #C98A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A63; }
p { color: rgb(201,138,99); }
H1.HeaderClassName
{
color: #C98A63;
}
.AnyTagClassName
{
color: #C98A63;
}
</style>
background-color css
<style>
a { background-color: #C98A63; }
a { background-color: rgb(201,138,99); }
div.DivClassName
{
background-color: #C98A63;
}
.BgClassName
{
background-color: #C98A63;
}
</style>
border-color css
<style>
span { border-color: #C98A63; }
span { border-color: rgb(201,138,99); }
td.TdClassName
{
border-color: #C98A63;
}
.TagClassName
{
border-color: #C98A63;
}
</style>