Shades of Whiskey #C99262
Tints of Whiskey #C99262
RGB
CMYK
RGB Variations
Color information
#C99262 (or 0xC99262) is known color: Whiskey. HEX triplet: C9, 92 and 62. RGB value is (201,146,98). Sum of RGB (Red+Green+Blue) = 201+146+98=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C99262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99262 is #366D9D. Grayscale: #9D9D9D. Windows color (decimal): -3567006 or 6460105. OLE color: 6460105.
HSL color Cylindrical-coordinate representation of color #C99262: hue angle of 27.96º 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 #C99262 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 98 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.21 |
| HSL | 27.96º | 0.49% | 0.59% | - |
| HSV(B) | 27.96º | 0.51% | 0.79% | - |
| XYZ | 36.57 | 33.86 | 16.16 | - |
| YUV | 156.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 98 | 0 | 0.27 | 0.51 | 0.21 | 27.96 | 0.49 | 0.59 |
| Hex | C9 | 92 | 62 | 0 | 1B | 33 | 15 | 1C | 31 | 3B |
| Octal | 311 | 222 | 142 | 0 | 33 | 63 | 25 | 34 | 61 | 73 |
| Binary | 11001001 | 10010010 | 1100010 | 0 | 11011 | 110011 | 10101 | 11100 | 110001 | 111011 |
Color Harmonies of #C99262
Complementary color
Monochromatic Colors of #C99262
Black with #C99262
Text Example
Text Example
White with #C99262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99262; }
p { color: rgb(201,146,98); }
H1.HeaderClassName
{
color: #C99262;
}
.AnyTagClassName
{
color: #C99262;
}
</style>
background-color css
<style>
a { background-color: #C99262; }
a { background-color: rgb(201,146,98); }
div.DivClassName
{
background-color: #C99262;
}
.BgClassName
{
background-color: #C99262;
}
</style>
border-color css
<style>
span { border-color: #C99262; }
span { border-color: rgb(201,146,98); }
td.TdClassName
{
border-color: #C99262;
}
.TagClassName
{
border-color: #C99262;
}
</style>