Shades of Whiskey #C99362
Tints of Whiskey #C99362
RGB
CMYK
RGB Variations
Color information
#C99362 (or 0xC99362) is known color: Whiskey. HEX triplet: C9, 93 and 62. RGB value is (201,147,98). Sum of RGB (Red+Green+Blue) = 201+147+98=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C99362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99362 is #366C9D. Grayscale: #9D9D9D. Windows color (decimal): -3566750 or 6460361. OLE color: 6460361.
HSL color Cylindrical-coordinate representation of color #C99362: hue angle of 28.54º 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 #C99362 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 98 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.21 |
| HSL | 28.54º | 0.49% | 0.59% | - |
| HSV(B) | 28.54º | 0.51% | 0.79% | - |
| XYZ | 36.73 | 34.17 | 16.21 | - |
| YUV | 157.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 98 | 0 | 0.27 | 0.51 | 0.21 | 28.54 | 0.49 | 0.59 |
| Hex | C9 | 93 | 62 | 0 | 1B | 33 | 15 | 1D | 31 | 3B |
| Octal | 311 | 223 | 142 | 0 | 33 | 63 | 25 | 35 | 61 | 73 |
| Binary | 11001001 | 10010011 | 1100010 | 0 | 11011 | 110011 | 10101 | 11101 | 110001 | 111011 |
Color Harmonies of #C99362
Complementary color
Monochromatic Colors of #C99362
Black with #C99362
Text Example
Text Example
White with #C99362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99362; }
p { color: rgb(201,147,98); }
H1.HeaderClassName
{
color: #C99362;
}
.AnyTagClassName
{
color: #C99362;
}
</style>
background-color css
<style>
a { background-color: #C99362; }
a { background-color: rgb(201,147,98); }
div.DivClassName
{
background-color: #C99362;
}
.BgClassName
{
background-color: #C99362;
}
</style>
border-color css
<style>
span { border-color: #C99362; }
span { border-color: rgb(201,147,98); }
td.TdClassName
{
border-color: #C99362;
}
.TagClassName
{
border-color: #C99362;
}
</style>