Shades of Whiskey #C79069
Tints of Whiskey #C79069
RGB
CMYK
RGB Variations
Color information
#C79069 (or 0xC79069) is known color: Whiskey. HEX triplet: C7, 90 and 69. RGB value is (199,144,105). Sum of RGB (Red+Green+Blue) = 199+144+105=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C79069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79069 is #386F96. Grayscale: #9C9C9C. Windows color (decimal): -3698583 or 6918343. OLE color: 6918343.
HSL color Cylindrical-coordinate representation of color #C79069: hue angle of 24.89º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C79069 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 105 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.22 |
| HSL | 24.89º | 0.46% | 0.6% | - |
| HSV(B) | 24.89º | 0.47% | 0.78% | - |
| XYZ | 36.08 | 33.11 | 17.85 | - |
| YUV | 156 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 105 | 0 | 0.28 | 0.47 | 0.22 | 24.89 | 0.46 | 0.6 |
| Hex | C7 | 90 | 69 | 0 | 1C | 2F | 16 | 19 | 2E | 3C |
| Octal | 307 | 220 | 151 | 0 | 34 | 57 | 26 | 31 | 56 | 74 |
| Binary | 11000111 | 10010000 | 1101001 | 0 | 11100 | 101111 | 10110 | 11001 | 101110 | 111100 |
Color Harmonies of #C79069
Complementary color
Monochromatic Colors of #C79069
Black with #C79069
Text Example
Text Example
White with #C79069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79069; }
p { color: rgb(199,144,105); }
H1.HeaderClassName
{
color: #C79069;
}
.AnyTagClassName
{
color: #C79069;
}
</style>
background-color css
<style>
a { background-color: #C79069; }
a { background-color: rgb(199,144,105); }
div.DivClassName
{
background-color: #C79069;
}
.BgClassName
{
background-color: #C79069;
}
</style>
border-color css
<style>
span { border-color: #C79069; }
span { border-color: rgb(199,144,105); }
td.TdClassName
{
border-color: #C79069;
}
.TagClassName
{
border-color: #C79069;
}
</style>