Shades of Whiskey #C98F66
Tints of Whiskey #C98F66
RGB
CMYK
RGB Variations
Color information
#C98F66 (or 0xC98F66) is known color: Whiskey. HEX triplet: C9, 8F and 66. RGB value is (201,143,102). Sum of RGB (Red+Green+Blue) = 201+143+102=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F66 is #367099. Grayscale: #9B9B9B. Windows color (decimal): -3567770 or 6721481. OLE color: 6721481.
HSL color Cylindrical-coordinate representation of color #C98F66: hue angle of 24.85º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C98F66 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 102 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.21 |
| HSL | 24.85º | 0.48% | 0.59% | - |
| HSV(B) | 24.85º | 0.49% | 0.79% | - |
| XYZ | 36.31 | 33.02 | 17.03 | - |
| YUV | 155.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 102 | 0 | 0.29 | 0.49 | 0.21 | 24.85 | 0.48 | 0.59 |
| Hex | C9 | 8F | 66 | 0 | 1D | 31 | 15 | 19 | 30 | 3B |
| Octal | 311 | 217 | 146 | 0 | 35 | 61 | 25 | 31 | 60 | 73 |
| Binary | 11001001 | 10001111 | 1100110 | 0 | 11101 | 110001 | 10101 | 11001 | 110000 | 111011 |
Color Harmonies of #C98F66
Complementary color
Monochromatic Colors of #C98F66
Black with #C98F66
Text Example
Text Example
White with #C98F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F66; }
p { color: rgb(201,143,102); }
H1.HeaderClassName
{
color: #C98F66;
}
.AnyTagClassName
{
color: #C98F66;
}
</style>
background-color css
<style>
a { background-color: #C98F66; }
a { background-color: rgb(201,143,102); }
div.DivClassName
{
background-color: #C98F66;
}
.BgClassName
{
background-color: #C98F66;
}
</style>
border-color css
<style>
span { border-color: #C98F66; }
span { border-color: rgb(201,143,102); }
td.TdClassName
{
border-color: #C98F66;
}
.TagClassName
{
border-color: #C98F66;
}
</style>