Shades of Whiskey #C78F63
Tints of Whiskey #C78F63
RGB
CMYK
RGB Variations
Color information
#C78F63 (or 0xC78F63) is known color: Whiskey. HEX triplet: C7, 8F and 63. RGB value is (199,143,99). Sum of RGB (Red+Green+Blue) = 199+143+99=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F63 is #38709C. Grayscale: #9A9A9A. Windows color (decimal): -3698845 or 6524871. OLE color: 6524871.
HSL color Cylindrical-coordinate representation of color #C78F63: hue angle of 26.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C78F63 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 99 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.22 |
| HSL | 26.4º | 0.47% | 0.58% | - |
| HSV(B) | 26.4º | 0.5% | 0.78% | - |
| XYZ | 35.63 | 32.69 | 16.24 | - |
| YUV | 154.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 99 | 0 | 0.28 | 0.50 | 0.22 | 26.4 | 0.47 | 0.58 |
| Hex | C7 | 8F | 63 | 0 | 1C | 32 | 16 | 1A | 2F | 3A |
| Octal | 307 | 217 | 143 | 0 | 34 | 62 | 26 | 32 | 57 | 72 |
| Binary | 11000111 | 10001111 | 1100011 | 0 | 11100 | 110010 | 10110 | 11010 | 101111 | 111010 |
Color Harmonies of #C78F63
Complementary color
Monochromatic Colors of #C78F63
Black with #C78F63
Text Example
Text Example
White with #C78F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F63; }
p { color: rgb(199,143,99); }
H1.HeaderClassName
{
color: #C78F63;
}
.AnyTagClassName
{
color: #C78F63;
}
</style>
background-color css
<style>
a { background-color: #C78F63; }
a { background-color: rgb(199,143,99); }
div.DivClassName
{
background-color: #C78F63;
}
.BgClassName
{
background-color: #C78F63;
}
</style>
border-color css
<style>
span { border-color: #C78F63; }
span { border-color: rgb(199,143,99); }
td.TdClassName
{
border-color: #C78F63;
}
.TagClassName
{
border-color: #C78F63;
}
</style>