Shades of Whiskey #C59162
Tints of Whiskey #C59162
RGB
CMYK
RGB Variations
Color information
#C59162 (or 0xC59162) is known color: Whiskey. HEX triplet: C5, 91 and 62. RGB value is (197,145,98). Sum of RGB (Red+Green+Blue) = 197+145+98=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C59162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59162 is #3A6E9D. Grayscale: #9B9B9B. Windows color (decimal): -3829406 or 6459845. OLE color: 6459845.
HSL color Cylindrical-coordinate representation of color #C59162: hue angle of 28.48º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C59162 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 98 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.23 |
| HSL | 28.48º | 0.46% | 0.58% | - |
| HSV(B) | 28.48º | 0.5% | 0.77% | - |
| XYZ | 35.36 | 33 | 16.06 | - |
| YUV | 155.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 98 | 0 | 0.26 | 0.50 | 0.23 | 28.48 | 0.46 | 0.58 |
| Hex | C5 | 91 | 62 | 0 | 1A | 32 | 17 | 1C | 2E | 3A |
| Octal | 305 | 221 | 142 | 0 | 32 | 62 | 27 | 34 | 56 | 72 |
| Binary | 11000101 | 10010001 | 1100010 | 0 | 11010 | 110010 | 10111 | 11100 | 101110 | 111010 |
Color Harmonies of #C59162
Complementary color
Monochromatic Colors of #C59162
Black with #C59162
Text Example
Text Example
White with #C59162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59162; }
p { color: rgb(197,145,98); }
H1.HeaderClassName
{
color: #C59162;
}
.AnyTagClassName
{
color: #C59162;
}
</style>
background-color css
<style>
a { background-color: #C59162; }
a { background-color: rgb(197,145,98); }
div.DivClassName
{
background-color: #C59162;
}
.BgClassName
{
background-color: #C59162;
}
</style>
border-color css
<style>
span { border-color: #C59162; }
span { border-color: rgb(197,145,98); }
td.TdClassName
{
border-color: #C59162;
}
.TagClassName
{
border-color: #C59162;
}
</style>