Shades of Whiskey #C48C65
Tints of Whiskey #C48C65
RGB
CMYK
RGB Variations
Color information
#C48C65 (or 0xC48C65) is known color: Whiskey. HEX triplet: C4, 8C and 65. RGB value is (196,140,101). Sum of RGB (Red+Green+Blue) = 196+140+101=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C65 is #3B739A. Grayscale: #989898. Windows color (decimal): -3896219 or 6655172. OLE color: 6655172.
HSL color Cylindrical-coordinate representation of color #C48C65: hue angle of 24.63º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C48C65 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 101 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.23 |
| HSL | 24.63º | 0.45% | 0.58% | - |
| HSV(B) | 24.63º | 0.48% | 0.77% | - |
| XYZ | 34.49 | 31.43 | 16.56 | - |
| YUV | 152.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 101 | 0 | 0.29 | 0.48 | 0.23 | 24.63 | 0.45 | 0.58 |
| Hex | C4 | 8C | 65 | 0 | 1D | 30 | 17 | 19 | 2D | 3A |
| Octal | 304 | 214 | 145 | 0 | 35 | 60 | 27 | 31 | 55 | 72 |
| Binary | 11000100 | 10001100 | 1100101 | 0 | 11101 | 110000 | 10111 | 11001 | 101101 | 111010 |
Color Harmonies of #C48C65
Complementary color
Monochromatic Colors of #C48C65
Black with #C48C65
Text Example
Text Example
White with #C48C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C65; }
p { color: rgb(196,140,101); }
H1.HeaderClassName
{
color: #C48C65;
}
.AnyTagClassName
{
color: #C48C65;
}
</style>
background-color css
<style>
a { background-color: #C48C65; }
a { background-color: rgb(196,140,101); }
div.DivClassName
{
background-color: #C48C65;
}
.BgClassName
{
background-color: #C48C65;
}
</style>
border-color css
<style>
span { border-color: #C48C65; }
span { border-color: rgb(196,140,101); }
td.TdClassName
{
border-color: #C48C65;
}
.TagClassName
{
border-color: #C48C65;
}
</style>