Shades of Whiskey #C78A65
Tints of Whiskey #C78A65
RGB
CMYK
RGB Variations
Color information
#C78A65 (or 0xC78A65) is known color: Whiskey. HEX triplet: C7, 8A and 65. RGB value is (199,138,101). Sum of RGB (Red+Green+Blue) = 199+138+101=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78A65 is #38759A. Grayscale: #989898. Windows color (decimal): -3700123 or 6654663. OLE color: 6654663.
HSL color Cylindrical-coordinate representation of color #C78A65: hue angle of 22.65º 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 #C78A65 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 101 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.22 |
| HSL | 22.65º | 0.47% | 0.59% | - |
| HSV(B) | 22.65º | 0.49% | 0.78% | - |
| XYZ | 34.99 | 31.26 | 16.5 | - |
| YUV | 152.02 | 99.21 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 101 | 0 | 0.31 | 0.49 | 0.22 | 22.65 | 0.47 | 0.59 |
| Hex | C7 | 8A | 65 | 0 | 1F | 31 | 16 | 17 | 2F | 3B |
| Octal | 307 | 212 | 145 | 0 | 37 | 61 | 26 | 27 | 57 | 73 |
| Binary | 11000111 | 10001010 | 1100101 | 0 | 11111 | 110001 | 10110 | 10111 | 101111 | 111011 |
Color Harmonies of #C78A65
Complementary color
Monochromatic Colors of #C78A65
Black with #C78A65
Text Example
Text Example
White with #C78A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A65; }
p { color: rgb(199,138,101); }
H1.HeaderClassName
{
color: #C78A65;
}
.AnyTagClassName
{
color: #C78A65;
}
</style>
background-color css
<style>
a { background-color: #C78A65; }
a { background-color: rgb(199,138,101); }
div.DivClassName
{
background-color: #C78A65;
}
.BgClassName
{
background-color: #C78A65;
}
</style>
border-color css
<style>
span { border-color: #C78A65; }
span { border-color: rgb(199,138,101); }
td.TdClassName
{
border-color: #C78A65;
}
.TagClassName
{
border-color: #C78A65;
}
</style>