Shades of Whiskey #C48961
Tints of Whiskey #C48961
RGB
CMYK
RGB Variations
Color information
#C48961 (or 0xC48961) is known color: Whiskey. HEX triplet: C4, 89 and 61. RGB value is (196,137,97). Sum of RGB (Red+Green+Blue) = 196+137+97=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48961 is #3B769E. Grayscale: #969696. Windows color (decimal): -3896991 or 6392260. OLE color: 6392260.
HSL color Cylindrical-coordinate representation of color #C48961: hue angle of 24.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C48961 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 97 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.23 |
| HSL | 24.24º | 0.46% | 0.57% | - |
| HSV(B) | 24.24º | 0.51% | 0.77% | - |
| XYZ | 33.87 | 30.49 | 15.41 | - |
| YUV | 150.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 97 | 0 | 0.30 | 0.51 | 0.23 | 24.24 | 0.46 | 0.57 |
| Hex | C4 | 89 | 61 | 0 | 1E | 33 | 17 | 18 | 2E | 39 |
| Octal | 304 | 211 | 141 | 0 | 36 | 63 | 27 | 30 | 56 | 71 |
| Binary | 11000100 | 10001001 | 1100001 | 0 | 11110 | 110011 | 10111 | 11000 | 101110 | 111001 |
Color Harmonies of #C48961
Complementary color
Monochromatic Colors of #C48961
Black with #C48961
Text Example
Text Example
White with #C48961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48961; }
p { color: rgb(196,137,97); }
H1.HeaderClassName
{
color: #C48961;
}
.AnyTagClassName
{
color: #C48961;
}
</style>
background-color css
<style>
a { background-color: #C48961; }
a { background-color: rgb(196,137,97); }
div.DivClassName
{
background-color: #C48961;
}
.BgClassName
{
background-color: #C48961;
}
</style>
border-color css
<style>
span { border-color: #C48961; }
span { border-color: rgb(196,137,97); }
td.TdClassName
{
border-color: #C48961;
}
.TagClassName
{
border-color: #C48961;
}
</style>