Shades of Whiskey #C99363
Tints of Whiskey #C99363
RGB
CMYK
RGB Variations
Color information
#C99363 (or 0xC99363) is known color: Whiskey. HEX triplet: C9, 93 and 63. RGB value is (201,147,99). Sum of RGB (Red+Green+Blue) = 201+147+99=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C99363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99363 is #366C9C. Grayscale: #9D9D9D. Windows color (decimal): -3566749 or 6525897. OLE color: 6525897.
HSL color Cylindrical-coordinate representation of color #C99363: hue angle of 28.24º 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 #C99363 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 99 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.21 |
| HSL | 28.24º | 0.49% | 0.59% | - |
| HSV(B) | 28.24º | 0.51% | 0.79% | - |
| XYZ | 36.77 | 34.19 | 16.46 | - |
| YUV | 157.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 99 | 0 | 0.27 | 0.51 | 0.21 | 28.24 | 0.49 | 0.59 |
| Hex | C9 | 93 | 63 | 0 | 1B | 33 | 15 | 1C | 31 | 3B |
| Octal | 311 | 223 | 143 | 0 | 33 | 63 | 25 | 34 | 61 | 73 |
| Binary | 11001001 | 10010011 | 1100011 | 0 | 11011 | 110011 | 10101 | 11100 | 110001 | 111011 |
Color Harmonies of #C99363
Complementary color
Monochromatic Colors of #C99363
Black with #C99363
Text Example
Text Example
White with #C99363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99363; }
p { color: rgb(201,147,99); }
H1.HeaderClassName
{
color: #C99363;
}
.AnyTagClassName
{
color: #C99363;
}
</style>
background-color css
<style>
a { background-color: #C99363; }
a { background-color: rgb(201,147,99); }
div.DivClassName
{
background-color: #C99363;
}
.BgClassName
{
background-color: #C99363;
}
</style>
border-color css
<style>
span { border-color: #C99363; }
span { border-color: rgb(201,147,99); }
td.TdClassName
{
border-color: #C99363;
}
.TagClassName
{
border-color: #C99363;
}
</style>