Shades of Whiskey #C99260
Tints of Whiskey #C99260
RGB
CMYK
RGB Variations
Color information
#C99260 (or 0xC99260) is known color: Whiskey. HEX triplet: C9, 92 and 60. RGB value is (201,146,96). Sum of RGB (Red+Green+Blue) = 201+146+96=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C99260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99260 is #366D9F. Grayscale: #9D9D9D. Windows color (decimal): -3567008 or 6329033. OLE color: 6329033.
HSL color Cylindrical-coordinate representation of color #C99260: hue angle of 28.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C99260 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 96 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.21 |
| HSL | 28.57º | 0.49% | 0.58% | - |
| HSV(B) | 28.57º | 0.52% | 0.79% | - |
| XYZ | 36.48 | 33.82 | 15.67 | - |
| YUV | 156.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 96 | 0 | 0.27 | 0.52 | 0.21 | 28.57 | 0.49 | 0.58 |
| Hex | C9 | 92 | 60 | 0 | 1B | 34 | 15 | 1D | 31 | 3A |
| Octal | 311 | 222 | 140 | 0 | 33 | 64 | 25 | 35 | 61 | 72 |
| Binary | 11001001 | 10010010 | 1100000 | 0 | 11011 | 110100 | 10101 | 11101 | 110001 | 111010 |
Color Harmonies of #C99260
Complementary color
Monochromatic Colors of #C99260
Black with #C99260
Text Example
Text Example
White with #C99260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99260; }
p { color: rgb(201,146,96); }
H1.HeaderClassName
{
color: #C99260;
}
.AnyTagClassName
{
color: #C99260;
}
</style>
background-color css
<style>
a { background-color: #C99260; }
a { background-color: rgb(201,146,96); }
div.DivClassName
{
background-color: #C99260;
}
.BgClassName
{
background-color: #C99260;
}
</style>
border-color css
<style>
span { border-color: #C99260; }
span { border-color: rgb(201,146,96); }
td.TdClassName
{
border-color: #C99260;
}
.TagClassName
{
border-color: #C99260;
}
</style>