Shades of Whiskey #C99364
Tints of Whiskey #C99364
RGB
CMYK
RGB Variations
Color information
#C99364 (or 0xC99364) is known color: Whiskey. HEX triplet: C9, 93 and 64. RGB value is (201,147,100). Sum of RGB (Red+Green+Blue) = 201+147+100=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99364 is #366C9B. Grayscale: #9E9E9E. Windows color (decimal): -3566748 or 6591433. OLE color: 6591433.
HSL color Cylindrical-coordinate representation of color #C99364: hue angle of 27.92º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C99364 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 100 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.21 |
| HSL | 27.92º | 0.48% | 0.59% | - |
| HSV(B) | 27.92º | 0.5% | 0.79% | - |
| XYZ | 36.82 | 34.21 | 16.72 | - |
| YUV | 157.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 100 | 0 | 0.27 | 0.50 | 0.21 | 27.92 | 0.48 | 0.59 |
| Hex | C9 | 93 | 64 | 0 | 1B | 32 | 15 | 1C | 30 | 3B |
| Octal | 311 | 223 | 144 | 0 | 33 | 62 | 25 | 34 | 60 | 73 |
| Binary | 11001001 | 10010011 | 1100100 | 0 | 11011 | 110010 | 10101 | 11100 | 110000 | 111011 |
Color Harmonies of #C99364
Complementary color
Monochromatic Colors of #C99364
Black with #C99364
Text Example
Text Example
White with #C99364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99364; }
p { color: rgb(201,147,100); }
H1.HeaderClassName
{
color: #C99364;
}
.AnyTagClassName
{
color: #C99364;
}
</style>
background-color css
<style>
a { background-color: #C99364; }
a { background-color: rgb(201,147,100); }
div.DivClassName
{
background-color: #C99364;
}
.BgClassName
{
background-color: #C99364;
}
</style>
border-color css
<style>
span { border-color: #C99364; }
span { border-color: rgb(201,147,100); }
td.TdClassName
{
border-color: #C99364;
}
.TagClassName
{
border-color: #C99364;
}
</style>