Shades of Whiskey #C78D66
Tints of Whiskey #C78D66
RGB
CMYK
RGB Variations
Color information
#C78D66 (or 0xC78D66) is known color: Whiskey. HEX triplet: C7, 8D and 66. RGB value is (199,141,102). Sum of RGB (Red+Green+Blue) = 199+141+102=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D66 is #387299. Grayscale: #9A9A9A. Windows color (decimal): -3699354 or 6720967. OLE color: 6720967.
HSL color Cylindrical-coordinate representation of color #C78D66: hue angle of 24.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C78D66 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 102 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.22 |
| HSL | 24.12º | 0.46% | 0.59% | - |
| HSV(B) | 24.12º | 0.49% | 0.78% | - |
| XYZ | 35.48 | 32.15 | 16.91 | - |
| YUV | 153.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 102 | 0 | 0.29 | 0.49 | 0.22 | 24.12 | 0.46 | 0.59 |
| Hex | C7 | 8D | 66 | 0 | 1D | 31 | 16 | 18 | 2E | 3B |
| Octal | 307 | 215 | 146 | 0 | 35 | 61 | 26 | 30 | 56 | 73 |
| Binary | 11000111 | 10001101 | 1100110 | 0 | 11101 | 110001 | 10110 | 11000 | 101110 | 111011 |
Color Harmonies of #C78D66
Complementary color
Monochromatic Colors of #C78D66
Black with #C78D66
Text Example
Text Example
White with #C78D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D66; }
p { color: rgb(199,141,102); }
H1.HeaderClassName
{
color: #C78D66;
}
.AnyTagClassName
{
color: #C78D66;
}
</style>
background-color css
<style>
a { background-color: #C78D66; }
a { background-color: rgb(199,141,102); }
div.DivClassName
{
background-color: #C78D66;
}
.BgClassName
{
background-color: #C78D66;
}
</style>
border-color css
<style>
span { border-color: #C78D66; }
span { border-color: rgb(199,141,102); }
td.TdClassName
{
border-color: #C78D66;
}
.TagClassName
{
border-color: #C78D66;
}
</style>