Shades of Whiskey #C48F62
Tints of Whiskey #C48F62
RGB
CMYK
RGB Variations
Color information
#C48F62 (or 0xC48F62) is known color: Whiskey. HEX triplet: C4, 8F and 62. RGB value is (196,143,98). Sum of RGB (Red+Green+Blue) = 196+143+98=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F62 is #3B709D. Grayscale: #999999. Windows color (decimal): -3895454 or 6459332. OLE color: 6459332.
HSL color Cylindrical-coordinate representation of color #C48F62: hue angle of 27.55º 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 #C48F62 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 98 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.23 |
| HSL | 27.55º | 0.45% | 0.58% | - |
| HSV(B) | 27.55º | 0.5% | 0.77% | - |
| XYZ | 34.79 | 32.26 | 15.95 | - |
| YUV | 153.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 98 | 0 | 0.27 | 0.5 | 0.23 | 27.55 | 0.45 | 0.58 |
| Hex | C4 | 8F | 62 | 0 | 1B | 32 | 17 | 1C | 2D | 3A |
| Octal | 304 | 217 | 142 | 0 | 33 | 62 | 27 | 34 | 55 | 72 |
| Binary | 11000100 | 10001111 | 1100010 | 0 | 11011 | 110010 | 10111 | 11100 | 101101 | 111010 |
Color Harmonies of #C48F62
Complementary color
Monochromatic Colors of #C48F62
Black with #C48F62
Text Example
Text Example
White with #C48F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F62; }
p { color: rgb(196,143,98); }
H1.HeaderClassName
{
color: #C48F62;
}
.AnyTagClassName
{
color: #C48F62;
}
</style>
background-color css
<style>
a { background-color: #C48F62; }
a { background-color: rgb(196,143,98); }
div.DivClassName
{
background-color: #C48F62;
}
.BgClassName
{
background-color: #C48F62;
}
</style>
border-color css
<style>
span { border-color: #C48F62; }
span { border-color: rgb(196,143,98); }
td.TdClassName
{
border-color: #C48F62;
}
.TagClassName
{
border-color: #C48F62;
}
</style>