Shades of Whiskey #C48F65
Tints of Whiskey #C48F65
RGB
CMYK
RGB Variations
Color information
#C48F65 (or 0xC48F65) is known color: Whiskey. HEX triplet: C4, 8F and 65. RGB value is (196,143,101). Sum of RGB (Red+Green+Blue) = 196+143+101=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F65 is #3B709A. Grayscale: #9A9A9A. Windows color (decimal): -3895451 or 6655940. OLE color: 6655940.
HSL color Cylindrical-coordinate representation of color #C48F65: hue angle of 26.53º 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 #C48F65 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 101 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.23 |
| HSL | 26.53º | 0.45% | 0.58% | - |
| HSV(B) | 26.53º | 0.48% | 0.77% | - |
| XYZ | 34.94 | 32.32 | 16.71 | - |
| YUV | 154.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 101 | 0 | 0.27 | 0.48 | 0.23 | 26.53 | 0.45 | 0.58 |
| Hex | C4 | 8F | 65 | 0 | 1B | 30 | 17 | 1B | 2D | 3A |
| Octal | 304 | 217 | 145 | 0 | 33 | 60 | 27 | 33 | 55 | 72 |
| Binary | 11000100 | 10001111 | 1100101 | 0 | 11011 | 110000 | 10111 | 11011 | 101101 | 111010 |
Color Harmonies of #C48F65
Complementary color
Monochromatic Colors of #C48F65
Black with #C48F65
Text Example
Text Example
White with #C48F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F65; }
p { color: rgb(196,143,101); }
H1.HeaderClassName
{
color: #C48F65;
}
.AnyTagClassName
{
color: #C48F65;
}
</style>
background-color css
<style>
a { background-color: #C48F65; }
a { background-color: rgb(196,143,101); }
div.DivClassName
{
background-color: #C48F65;
}
.BgClassName
{
background-color: #C48F65;
}
</style>
border-color css
<style>
span { border-color: #C48F65; }
span { border-color: rgb(196,143,101); }
td.TdClassName
{
border-color: #C48F65;
}
.TagClassName
{
border-color: #C48F65;
}
</style>