Shades of Whiskey #C79062
Tints of Whiskey #C79062
RGB
CMYK
RGB Variations
Color information
#C79062 (or 0xC79062) is known color: Whiskey. HEX triplet: C7, 90 and 62. RGB value is (199,144,98). Sum of RGB (Red+Green+Blue) = 199+144+98=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C79062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79062 is #386F9D. Grayscale: #9B9B9B. Windows color (decimal): -3698590 or 6459591. OLE color: 6459591.
HSL color Cylindrical-coordinate representation of color #C79062: hue angle of 27.33º 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 #C79062 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 98 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.22 |
| HSL | 27.33º | 0.47% | 0.58% | - |
| HSV(B) | 27.33º | 0.51% | 0.78% | - |
| XYZ | 35.73 | 32.97 | 16.04 | - |
| YUV | 155.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 98 | 0 | 0.28 | 0.51 | 0.22 | 27.33 | 0.47 | 0.58 |
| Hex | C7 | 90 | 62 | 0 | 1C | 33 | 16 | 1B | 2F | 3A |
| Octal | 307 | 220 | 142 | 0 | 34 | 63 | 26 | 33 | 57 | 72 |
| Binary | 11000111 | 10010000 | 1100010 | 0 | 11100 | 110011 | 10110 | 11011 | 101111 | 111010 |
Color Harmonies of #C79062
Complementary color
Monochromatic Colors of #C79062
Black with #C79062
Text Example
Text Example
White with #C79062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79062; }
p { color: rgb(199,144,98); }
H1.HeaderClassName
{
color: #C79062;
}
.AnyTagClassName
{
color: #C79062;
}
</style>
background-color css
<style>
a { background-color: #C79062; }
a { background-color: rgb(199,144,98); }
div.DivClassName
{
background-color: #C79062;
}
.BgClassName
{
background-color: #C79062;
}
</style>
border-color css
<style>
span { border-color: #C79062; }
span { border-color: rgb(199,144,98); }
td.TdClassName
{
border-color: #C79062;
}
.TagClassName
{
border-color: #C79062;
}
</style>