Shades of Whiskey #C99560
Tints of Whiskey #C99560
RGB
CMYK
RGB Variations
Color information
#C99560 (or 0xC99560) is known color: Whiskey. HEX triplet: C9, 95 and 60. RGB value is (201,149,96). Sum of RGB (Red+Green+Blue) = 201+149+96=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C99560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99560 is #366A9F. Grayscale: #9E9E9E. Windows color (decimal): -3566240 or 6329801. OLE color: 6329801.
HSL color Cylindrical-coordinate representation of color #C99560: hue angle of 30.29º 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 #C99560 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 96 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.21 |
| HSL | 30.29º | 0.49% | 0.58% | - |
| HSV(B) | 30.29º | 0.52% | 0.79% | - |
| XYZ | 36.95 | 34.76 | 15.83 | - |
| YUV | 158.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 96 | 0 | 0.26 | 0.52 | 0.21 | 30.29 | 0.49 | 0.58 |
| Hex | C9 | 95 | 60 | 0 | 1A | 34 | 15 | 1E | 31 | 3A |
| Octal | 311 | 225 | 140 | 0 | 32 | 64 | 25 | 36 | 61 | 72 |
| Binary | 11001001 | 10010101 | 1100000 | 0 | 11010 | 110100 | 10101 | 11110 | 110001 | 111010 |
Color Harmonies of #C99560
Complementary color
Monochromatic Colors of #C99560
Black with #C99560
Text Example
Text Example
White with #C99560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99560; }
p { color: rgb(201,149,96); }
H1.HeaderClassName
{
color: #C99560;
}
.AnyTagClassName
{
color: #C99560;
}
</style>
background-color css
<style>
a { background-color: #C99560; }
a { background-color: rgb(201,149,96); }
div.DivClassName
{
background-color: #C99560;
}
.BgClassName
{
background-color: #C99560;
}
</style>
border-color css
<style>
span { border-color: #C99560; }
span { border-color: rgb(201,149,96); }
td.TdClassName
{
border-color: #C99560;
}
.TagClassName
{
border-color: #C99560;
}
</style>