Shades of Whiskey #C48C62
Tints of Whiskey #C48C62
RGB
CMYK
RGB Variations
Color information
#C48C62 (or 0xC48C62) is known color: Whiskey. HEX triplet: C4, 8C and 62. RGB value is (196,140,98). Sum of RGB (Red+Green+Blue) = 196+140+98=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C62 is #3B739D. Grayscale: #989898. Windows color (decimal): -3896222 or 6458564. OLE color: 6458564.
HSL color Cylindrical-coordinate representation of color #C48C62: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C48C62 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 98 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.23 |
| HSL | 25.71º | 0.45% | 0.58% | - |
| HSV(B) | 25.71º | 0.5% | 0.77% | - |
| XYZ | 34.35 | 31.37 | 15.8 | - |
| YUV | 151.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 98 | 0 | 0.29 | 0.5 | 0.23 | 25.71 | 0.45 | 0.58 |
| Hex | C4 | 8C | 62 | 0 | 1D | 32 | 17 | 1A | 2D | 3A |
| Octal | 304 | 214 | 142 | 0 | 35 | 62 | 27 | 32 | 55 | 72 |
| Binary | 11000100 | 10001100 | 1100010 | 0 | 11101 | 110010 | 10111 | 11010 | 101101 | 111010 |
Color Harmonies of #C48C62
Complementary color
Monochromatic Colors of #C48C62
Black with #C48C62
Text Example
Text Example
White with #C48C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C62; }
p { color: rgb(196,140,98); }
H1.HeaderClassName
{
color: #C48C62;
}
.AnyTagClassName
{
color: #C48C62;
}
</style>
background-color css
<style>
a { background-color: #C48C62; }
a { background-color: rgb(196,140,98); }
div.DivClassName
{
background-color: #C48C62;
}
.BgClassName
{
background-color: #C48C62;
}
</style>
border-color css
<style>
span { border-color: #C48C62; }
span { border-color: rgb(196,140,98); }
td.TdClassName
{
border-color: #C48C62;
}
.TagClassName
{
border-color: #C48C62;
}
</style>