Shades of Whiskey #C78B65
Tints of Whiskey #C78B65
RGB
CMYK
RGB Variations
Color information
#C78B65 (or 0xC78B65) is known color: Whiskey. HEX triplet: C7, 8B and 65. RGB value is (199,139,101). Sum of RGB (Red+Green+Blue) = 199+139+101=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78B65 is #38749A. Grayscale: #989898. Windows color (decimal): -3699867 or 6654919. OLE color: 6654919.
HSL color Cylindrical-coordinate representation of color #C78B65: hue angle of 23.27º degrees, saturation: 0.47, 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 #C78B65 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 101 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.22 |
| HSL | 23.27º | 0.47% | 0.59% | - |
| HSV(B) | 23.27º | 0.49% | 0.78% | - |
| XYZ | 35.13 | 31.55 | 16.55 | - |
| YUV | 152.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 101 | 0 | 0.30 | 0.49 | 0.22 | 23.27 | 0.47 | 0.59 |
| Hex | C7 | 8B | 65 | 0 | 1E | 31 | 16 | 17 | 2F | 3B |
| Octal | 307 | 213 | 145 | 0 | 36 | 61 | 26 | 27 | 57 | 73 |
| Binary | 11000111 | 10001011 | 1100101 | 0 | 11110 | 110001 | 10110 | 10111 | 101111 | 111011 |
Color Harmonies of #C78B65
Complementary color
Monochromatic Colors of #C78B65
Black with #C78B65
Text Example
Text Example
White with #C78B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B65; }
p { color: rgb(199,139,101); }
H1.HeaderClassName
{
color: #C78B65;
}
.AnyTagClassName
{
color: #C78B65;
}
</style>
background-color css
<style>
a { background-color: #C78B65; }
a { background-color: rgb(199,139,101); }
div.DivClassName
{
background-color: #C78B65;
}
.BgClassName
{
background-color: #C78B65;
}
</style>
border-color css
<style>
span { border-color: #C78B65; }
span { border-color: rgb(199,139,101); }
td.TdClassName
{
border-color: #C78B65;
}
.TagClassName
{
border-color: #C78B65;
}
</style>