Shades of Whiskey #C78C69
Tints of Whiskey #C78C69
RGB
CMYK
RGB Variations
Color information
#C78C69 (or 0xC78C69) is known color: Whiskey. HEX triplet: C7, 8C and 69. RGB value is (199,140,105). Sum of RGB (Red+Green+Blue) = 199+140+105=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C69 is #387396. Grayscale: #999999. Windows color (decimal): -3699607 or 6917319. OLE color: 6917319.
HSL color Cylindrical-coordinate representation of color #C78C69: hue angle of 22.34º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C78C69 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 105 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.22 |
| HSL | 22.34º | 0.46% | 0.6% | - |
| HSV(B) | 22.34º | 0.47% | 0.78% | - |
| XYZ | 35.48 | 31.92 | 17.66 | - |
| YUV | 153.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 105 | 0 | 0.30 | 0.47 | 0.22 | 22.34 | 0.46 | 0.6 |
| Hex | C7 | 8C | 69 | 0 | 1E | 2F | 16 | 16 | 2E | 3C |
| Octal | 307 | 214 | 151 | 0 | 36 | 57 | 26 | 26 | 56 | 74 |
| Binary | 11000111 | 10001100 | 1101001 | 0 | 11110 | 101111 | 10110 | 10110 | 101110 | 111100 |
Color Harmonies of #C78C69
Complementary color
Monochromatic Colors of #C78C69
Black with #C78C69
Text Example
Text Example
White with #C78C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C69; }
p { color: rgb(199,140,105); }
H1.HeaderClassName
{
color: #C78C69;
}
.AnyTagClassName
{
color: #C78C69;
}
</style>
background-color css
<style>
a { background-color: #C78C69; }
a { background-color: rgb(199,140,105); }
div.DivClassName
{
background-color: #C78C69;
}
.BgClassName
{
background-color: #C78C69;
}
</style>
border-color css
<style>
span { border-color: #C78C69; }
span { border-color: rgb(199,140,105); }
td.TdClassName
{
border-color: #C78C69;
}
.TagClassName
{
border-color: #C78C69;
}
</style>