Shades of Whiskey #C48C68
Tints of Whiskey #C48C68
RGB
CMYK
RGB Variations
Color information
#C48C68 (or 0xC48C68) is known color: Whiskey. HEX triplet: C4, 8C and 68. RGB value is (196,140,104). Sum of RGB (Red+Green+Blue) = 196+140+104=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C68 is #3B7397. Grayscale: #989898. Windows color (decimal): -3896216 or 6851780. OLE color: 6851780.
HSL color Cylindrical-coordinate representation of color #C48C68: hue angle of 23.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C48C68 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 104 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.23 |
| HSL | 23.48º | 0.44% | 0.59% | - |
| HSV(B) | 23.48º | 0.47% | 0.77% | - |
| XYZ | 34.64 | 31.49 | 17.35 | - |
| YUV | 152.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 104 | 0 | 0.29 | 0.47 | 0.23 | 23.48 | 0.44 | 0.59 |
| Hex | C4 | 8C | 68 | 0 | 1D | 2F | 17 | 17 | 2C | 3B |
| Octal | 304 | 214 | 150 | 0 | 35 | 57 | 27 | 27 | 54 | 73 |
| Binary | 11000100 | 10001100 | 1101000 | 0 | 11101 | 101111 | 10111 | 10111 | 101100 | 111011 |
Color Harmonies of #C48C68
Complementary color
Monochromatic Colors of #C48C68
Black with #C48C68
Text Example
Text Example
White with #C48C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C68; }
p { color: rgb(196,140,104); }
H1.HeaderClassName
{
color: #C48C68;
}
.AnyTagClassName
{
color: #C48C68;
}
</style>
background-color css
<style>
a { background-color: #C48C68; }
a { background-color: rgb(196,140,104); }
div.DivClassName
{
background-color: #C48C68;
}
.BgClassName
{
background-color: #C48C68;
}
</style>
border-color css
<style>
span { border-color: #C48C68; }
span { border-color: rgb(196,140,104); }
td.TdClassName
{
border-color: #C48C68;
}
.TagClassName
{
border-color: #C48C68;
}
</style>