Shades of Whiskey #C48C67
Tints of Whiskey #C48C67
RGB
CMYK
RGB Variations
Color information
#C48C67 (or 0xC48C67) is known color: Whiskey. HEX triplet: C4, 8C and 67. RGB value is (196,140,103). Sum of RGB (Red+Green+Blue) = 196+140+103=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C67 is #3B7398. Grayscale: #989898. Windows color (decimal): -3896217 or 6786244. OLE color: 6786244.
HSL color Cylindrical-coordinate representation of color #C48C67: hue angle of 23.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C48C67 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 103 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.23 |
| HSL | 23.87º | 0.44% | 0.59% | - |
| HSV(B) | 23.87º | 0.47% | 0.77% | - |
| XYZ | 34.59 | 31.47 | 17.08 | - |
| YUV | 152.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 103 | 0 | 0.29 | 0.47 | 0.23 | 23.87 | 0.44 | 0.59 |
| Hex | C4 | 8C | 67 | 0 | 1D | 2F | 17 | 18 | 2C | 3B |
| Octal | 304 | 214 | 147 | 0 | 35 | 57 | 27 | 30 | 54 | 73 |
| Binary | 11000100 | 10001100 | 1100111 | 0 | 11101 | 101111 | 10111 | 11000 | 101100 | 111011 |
Color Harmonies of #C48C67
Complementary color
Monochromatic Colors of #C48C67
Black with #C48C67
Text Example
Text Example
White with #C48C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C67; }
p { color: rgb(196,140,103); }
H1.HeaderClassName
{
color: #C48C67;
}
.AnyTagClassName
{
color: #C48C67;
}
</style>
background-color css
<style>
a { background-color: #C48C67; }
a { background-color: rgb(196,140,103); }
div.DivClassName
{
background-color: #C48C67;
}
.BgClassName
{
background-color: #C48C67;
}
</style>
border-color css
<style>
span { border-color: #C48C67; }
span { border-color: rgb(196,140,103); }
td.TdClassName
{
border-color: #C48C67;
}
.TagClassName
{
border-color: #C48C67;
}
</style>