Shades of Whiskey #C99066
Tints of Whiskey #C99066
RGB
CMYK
RGB Variations
Color information
#C99066 (or 0xC99066) is known color: Whiskey. HEX triplet: C9, 90 and 66. RGB value is (201,144,102). Sum of RGB (Red+Green+Blue) = 201+144+102=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C99066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99066 is #366F99. Grayscale: #9C9C9C. Windows color (decimal): -3567514 or 6721737. OLE color: 6721737.
HSL color Cylindrical-coordinate representation of color #C99066: hue angle of 25.45º 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 #C99066 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 102 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.21 |
| HSL | 25.45º | 0.48% | 0.59% | - |
| HSV(B) | 25.45º | 0.49% | 0.79% | - |
| XYZ | 36.46 | 33.32 | 17.08 | - |
| YUV | 156.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 102 | 0 | 0.28 | 0.49 | 0.21 | 25.45 | 0.48 | 0.59 |
| Hex | C9 | 90 | 66 | 0 | 1C | 31 | 15 | 19 | 30 | 3B |
| Octal | 311 | 220 | 146 | 0 | 34 | 61 | 25 | 31 | 60 | 73 |
| Binary | 11001001 | 10010000 | 1100110 | 0 | 11100 | 110001 | 10101 | 11001 | 110000 | 111011 |
Color Harmonies of #C99066
Complementary color
Monochromatic Colors of #C99066
Black with #C99066
Text Example
Text Example
White with #C99066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99066; }
p { color: rgb(201,144,102); }
H1.HeaderClassName
{
color: #C99066;
}
.AnyTagClassName
{
color: #C99066;
}
</style>
background-color css
<style>
a { background-color: #C99066; }
a { background-color: rgb(201,144,102); }
div.DivClassName
{
background-color: #C99066;
}
.BgClassName
{
background-color: #C99066;
}
</style>
border-color css
<style>
span { border-color: #C99066; }
span { border-color: rgb(201,144,102); }
td.TdClassName
{
border-color: #C99066;
}
.TagClassName
{
border-color: #C99066;
}
</style>