Shades of Whiskey #C78F65
Tints of Whiskey #C78F65
RGB
CMYK
RGB Variations
Color information
#C78F65 (or 0xC78F65) is known color: Whiskey. HEX triplet: C7, 8F and 65. RGB value is (199,143,101). Sum of RGB (Red+Green+Blue) = 199+143+101=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F65 is #38709A. Grayscale: #9B9B9B. Windows color (decimal): -3698843 or 6655943. OLE color: 6655943.
HSL color Cylindrical-coordinate representation of color #C78F65: hue angle of 25.71º 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 #C78F65 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 101 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.22 |
| HSL | 25.71º | 0.47% | 0.59% | - |
| HSV(B) | 25.71º | 0.49% | 0.78% | - |
| XYZ | 35.72 | 32.73 | 16.75 | - |
| YUV | 154.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 101 | 0 | 0.28 | 0.49 | 0.22 | 25.71 | 0.47 | 0.59 |
| Hex | C7 | 8F | 65 | 0 | 1C | 31 | 16 | 1A | 2F | 3B |
| Octal | 307 | 217 | 145 | 0 | 34 | 61 | 26 | 32 | 57 | 73 |
| Binary | 11000111 | 10001111 | 1100101 | 0 | 11100 | 110001 | 10110 | 11010 | 101111 | 111011 |
Color Harmonies of #C78F65
Complementary color
Monochromatic Colors of #C78F65
Black with #C78F65
Text Example
Text Example
White with #C78F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F65; }
p { color: rgb(199,143,101); }
H1.HeaderClassName
{
color: #C78F65;
}
.AnyTagClassName
{
color: #C78F65;
}
</style>
background-color css
<style>
a { background-color: #C78F65; }
a { background-color: rgb(199,143,101); }
div.DivClassName
{
background-color: #C78F65;
}
.BgClassName
{
background-color: #C78F65;
}
</style>
border-color css
<style>
span { border-color: #C78F65; }
span { border-color: rgb(199,143,101); }
td.TdClassName
{
border-color: #C78F65;
}
.TagClassName
{
border-color: #C78F65;
}
</style>