Shades of Whiskey #C79162
Tints of Whiskey #C79162
RGB
CMYK
RGB Variations
Color information
#C79162 (or 0xC79162) is known color: Whiskey. HEX triplet: C7, 91 and 62. RGB value is (199,145,98). Sum of RGB (Red+Green+Blue) = 199+145+98=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C79162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79162 is #386E9D. Grayscale: #9C9C9C. Windows color (decimal): -3698334 or 6459847. OLE color: 6459847.
HSL color Cylindrical-coordinate representation of color #C79162: hue angle of 27.92º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C79162 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 98 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.22 |
| HSL | 27.92º | 0.47% | 0.58% | - |
| HSV(B) | 27.92º | 0.51% | 0.78% | - |
| XYZ | 35.88 | 33.27 | 16.09 | - |
| YUV | 155.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 98 | 0 | 0.27 | 0.51 | 0.22 | 27.92 | 0.47 | 0.58 |
| Hex | C7 | 91 | 62 | 0 | 1B | 33 | 16 | 1C | 2F | 3A |
| Octal | 307 | 221 | 142 | 0 | 33 | 63 | 26 | 34 | 57 | 72 |
| Binary | 11000111 | 10010001 | 1100010 | 0 | 11011 | 110011 | 10110 | 11100 | 101111 | 111010 |
Color Harmonies of #C79162
Complementary color
Monochromatic Colors of #C79162
Black with #C79162
Text Example
Text Example
White with #C79162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79162; }
p { color: rgb(199,145,98); }
H1.HeaderClassName
{
color: #C79162;
}
.AnyTagClassName
{
color: #C79162;
}
</style>
background-color css
<style>
a { background-color: #C79162; }
a { background-color: rgb(199,145,98); }
div.DivClassName
{
background-color: #C79162;
}
.BgClassName
{
background-color: #C79162;
}
</style>
border-color css
<style>
span { border-color: #C79162; }
span { border-color: rgb(199,145,98); }
td.TdClassName
{
border-color: #C79162;
}
.TagClassName
{
border-color: #C79162;
}
</style>