Shades of Whiskey #C48C61
Tints of Whiskey #C48C61
RGB
CMYK
RGB Variations
Color information
#C48C61 (or 0xC48C61) is known color: Whiskey. HEX triplet: C4, 8C and 61. RGB value is (196,140,97). Sum of RGB (Red+Green+Blue) = 196+140+97=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C61 is #3B739E. Grayscale: #989898. Windows color (decimal): -3896223 or 6393028. OLE color: 6393028.
HSL color Cylindrical-coordinate representation of color #C48C61: hue angle of 26.06º 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 #C48C61 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 97 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.23 |
| HSL | 26.06º | 0.46% | 0.57% | - |
| HSV(B) | 26.06º | 0.51% | 0.77% | - |
| XYZ | 34.3 | 31.36 | 15.55 | - |
| YUV | 151.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 97 | 0 | 0.29 | 0.51 | 0.23 | 26.06 | 0.46 | 0.57 |
| Hex | C4 | 8C | 61 | 0 | 1D | 33 | 17 | 1A | 2E | 39 |
| Octal | 304 | 214 | 141 | 0 | 35 | 63 | 27 | 32 | 56 | 71 |
| Binary | 11000100 | 10001100 | 1100001 | 0 | 11101 | 110011 | 10111 | 11010 | 101110 | 111001 |
Color Harmonies of #C48C61
Complementary color
Monochromatic Colors of #C48C61
Black with #C48C61
Text Example
Text Example
White with #C48C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C61; }
p { color: rgb(196,140,97); }
H1.HeaderClassName
{
color: #C48C61;
}
.AnyTagClassName
{
color: #C48C61;
}
</style>
background-color css
<style>
a { background-color: #C48C61; }
a { background-color: rgb(196,140,97); }
div.DivClassName
{
background-color: #C48C61;
}
.BgClassName
{
background-color: #C48C61;
}
</style>
border-color css
<style>
span { border-color: #C48C61; }
span { border-color: rgb(196,140,97); }
td.TdClassName
{
border-color: #C48C61;
}
.TagClassName
{
border-color: #C48C61;
}
</style>