Shades of Whiskey #C99166
Tints of Whiskey #C99166
RGB
CMYK
RGB Variations
Color information
#C99166 (or 0xC99166) is known color: Whiskey. HEX triplet: C9, 91 and 66. RGB value is (201,145,102). Sum of RGB (Red+Green+Blue) = 201+145+102=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99166 is #366E99. Grayscale: #9D9D9D. Windows color (decimal): -3567258 or 6721993. OLE color: 6721993.
HSL color Cylindrical-coordinate representation of color #C99166: hue angle of 26.06º 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 #C99166 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 102 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.21 |
| HSL | 26.06º | 0.48% | 0.59% | - |
| HSV(B) | 26.06º | 0.49% | 0.79% | - |
| XYZ | 36.61 | 33.63 | 17.13 | - |
| YUV | 156.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 102 | 0 | 0.28 | 0.49 | 0.21 | 26.06 | 0.48 | 0.59 |
| Hex | C9 | 91 | 66 | 0 | 1C | 31 | 15 | 1A | 30 | 3B |
| Octal | 311 | 221 | 146 | 0 | 34 | 61 | 25 | 32 | 60 | 73 |
| Binary | 11001001 | 10010001 | 1100110 | 0 | 11100 | 110001 | 10101 | 11010 | 110000 | 111011 |
Color Harmonies of #C99166
Complementary color
Monochromatic Colors of #C99166
Black with #C99166
Text Example
Text Example
White with #C99166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99166; }
p { color: rgb(201,145,102); }
H1.HeaderClassName
{
color: #C99166;
}
.AnyTagClassName
{
color: #C99166;
}
</style>
background-color css
<style>
a { background-color: #C99166; }
a { background-color: rgb(201,145,102); }
div.DivClassName
{
background-color: #C99166;
}
.BgClassName
{
background-color: #C99166;
}
</style>
border-color css
<style>
span { border-color: #C99166; }
span { border-color: rgb(201,145,102); }
td.TdClassName
{
border-color: #C99166;
}
.TagClassName
{
border-color: #C99166;
}
</style>