Shades of Whiskey #C99563
Tints of Whiskey #C99563
RGB
CMYK
RGB Variations
Color information
#C99563 (or 0xC99563) is known color: Whiskey. HEX triplet: C9, 95 and 63. RGB value is (201,149,99). Sum of RGB (Red+Green+Blue) = 201+149+99=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C99563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99563 is #366A9C. Grayscale: #9F9F9F. Windows color (decimal): -3566237 or 6526409. OLE color: 6526409.
HSL color Cylindrical-coordinate representation of color #C99563: hue angle of 29.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C99563 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 99 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.21 |
| HSL | 29.41º | 0.49% | 0.59% | - |
| HSV(B) | 29.41º | 0.51% | 0.79% | - |
| XYZ | 37.09 | 34.81 | 16.57 | - |
| YUV | 158.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 99 | 0 | 0.26 | 0.51 | 0.21 | 29.41 | 0.49 | 0.59 |
| Hex | C9 | 95 | 63 | 0 | 1A | 33 | 15 | 1D | 31 | 3B |
| Octal | 311 | 225 | 143 | 0 | 32 | 63 | 25 | 35 | 61 | 73 |
| Binary | 11001001 | 10010101 | 1100011 | 0 | 11010 | 110011 | 10101 | 11101 | 110001 | 111011 |
Color Harmonies of #C99563
Complementary color
Monochromatic Colors of #C99563
Black with #C99563
Text Example
Text Example
White with #C99563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99563; }
p { color: rgb(201,149,99); }
H1.HeaderClassName
{
color: #C99563;
}
.AnyTagClassName
{
color: #C99563;
}
</style>
background-color css
<style>
a { background-color: #C99563; }
a { background-color: rgb(201,149,99); }
div.DivClassName
{
background-color: #C99563;
}
.BgClassName
{
background-color: #C99563;
}
</style>
border-color css
<style>
span { border-color: #C99563; }
span { border-color: rgb(201,149,99); }
td.TdClassName
{
border-color: #C99563;
}
.TagClassName
{
border-color: #C99563;
}
</style>