Shades of Whiskey #C98F61
Tints of Whiskey #C98F61
RGB
CMYK
RGB Variations
Color information
#C98F61 (or 0xC98F61) is known color: Whiskey. HEX triplet: C9, 8F and 61. RGB value is (201,143,97). Sum of RGB (Red+Green+Blue) = 201+143+97=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F61 is #36709E. Grayscale: #9B9B9B. Windows color (decimal): -3567775 or 6393801. OLE color: 6393801.
HSL color Cylindrical-coordinate representation of color #C98F61: hue angle of 26.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C98F61 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 97 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.21 |
| HSL | 26.54º | 0.49% | 0.58% | - |
| HSV(B) | 26.54º | 0.52% | 0.79% | - |
| XYZ | 36.07 | 32.93 | 15.76 | - |
| YUV | 155.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 97 | 0 | 0.29 | 0.52 | 0.21 | 26.54 | 0.49 | 0.58 |
| Hex | C9 | 8F | 61 | 0 | 1D | 34 | 15 | 1B | 31 | 3A |
| Octal | 311 | 217 | 141 | 0 | 35 | 64 | 25 | 33 | 61 | 72 |
| Binary | 11001001 | 10001111 | 1100001 | 0 | 11101 | 110100 | 10101 | 11011 | 110001 | 111010 |
Color Harmonies of #C98F61
Complementary color
Monochromatic Colors of #C98F61
Black with #C98F61
Text Example
Text Example
White with #C98F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F61; }
p { color: rgb(201,143,97); }
H1.HeaderClassName
{
color: #C98F61;
}
.AnyTagClassName
{
color: #C98F61;
}
</style>
background-color css
<style>
a { background-color: #C98F61; }
a { background-color: rgb(201,143,97); }
div.DivClassName
{
background-color: #C98F61;
}
.BgClassName
{
background-color: #C98F61;
}
</style>
border-color css
<style>
span { border-color: #C98F61; }
span { border-color: rgb(201,143,97); }
td.TdClassName
{
border-color: #C98F61;
}
.TagClassName
{
border-color: #C98F61;
}
</style>