Shades of Whiskey #C48E6B
Tints of Whiskey #C48E6B
RGB
CMYK
RGB Variations
Color information
#C48E6B (or 0xC48E6B) is known color: Whiskey. HEX triplet: C4, 8E and 6B. RGB value is (196,142,107). Sum of RGB (Red+Green+Blue) = 196+142+107=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E6B is #3B7194. Grayscale: #9A9A9A. Windows color (decimal): -3895701 or 7048900. OLE color: 7048900.
HSL color Cylindrical-coordinate representation of color #C48E6B: hue angle of 23.6º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C48E6B is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 107 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.23 |
| HSL | 23.6º | 0.43% | 0.59% | - |
| HSV(B) | 23.6º | 0.45% | 0.77% | - |
| XYZ | 35.09 | 32.14 | 18.26 | - |
| YUV | 154.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 107 | 0 | 0.28 | 0.45 | 0.23 | 23.6 | 0.43 | 0.59 |
| Hex | C4 | 8E | 6B | 0 | 1C | 2D | 17 | 18 | 2B | 3B |
| Octal | 304 | 216 | 153 | 0 | 34 | 55 | 27 | 30 | 53 | 73 |
| Binary | 11000100 | 10001110 | 1101011 | 0 | 11100 | 101101 | 10111 | 11000 | 101011 | 111011 |
Color Harmonies of #C48E6B
Complementary color
Monochromatic Colors of #C48E6B
Black with #C48E6B
Text Example
Text Example
White with #C48E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E6B; }
p { color: rgb(196,142,107); }
H1.HeaderClassName
{
color: #C48E6B;
}
.AnyTagClassName
{
color: #C48E6B;
}
</style>
background-color css
<style>
a { background-color: #C48E6B; }
a { background-color: rgb(196,142,107); }
div.DivClassName
{
background-color: #C48E6B;
}
.BgClassName
{
background-color: #C48E6B;
}
</style>
border-color css
<style>
span { border-color: #C48E6B; }
span { border-color: rgb(196,142,107); }
td.TdClassName
{
border-color: #C48E6B;
}
.TagClassName
{
border-color: #C48E6B;
}
</style>