Shades of Whiskey #C48F69
Tints of Whiskey #C48F69
RGB
CMYK
RGB Variations
Color information
#C48F69 (or 0xC48F69) is known color: Whiskey. HEX triplet: C4, 8F and 69. RGB value is (196,143,105). Sum of RGB (Red+Green+Blue) = 196+143+105=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F69 is #3B7096. Grayscale: #9A9A9A. Windows color (decimal): -3895447 or 6918084. OLE color: 6918084.
HSL color Cylindrical-coordinate representation of color #C48F69: hue angle of 25.05º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C48F69 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 105 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.23 |
| HSL | 25.05º | 0.44% | 0.59% | - |
| HSV(B) | 25.05º | 0.46% | 0.77% | - |
| XYZ | 35.14 | 32.4 | 17.77 | - |
| YUV | 154.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 105 | 0 | 0.27 | 0.46 | 0.23 | 25.05 | 0.44 | 0.59 |
| Hex | C4 | 8F | 69 | 0 | 1B | 2E | 17 | 19 | 2C | 3B |
| Octal | 304 | 217 | 151 | 0 | 33 | 56 | 27 | 31 | 54 | 73 |
| Binary | 11000100 | 10001111 | 1101001 | 0 | 11011 | 101110 | 10111 | 11001 | 101100 | 111011 |
Color Harmonies of #C48F69
Complementary color
Monochromatic Colors of #C48F69
Black with #C48F69
Text Example
Text Example
White with #C48F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F69; }
p { color: rgb(196,143,105); }
H1.HeaderClassName
{
color: #C48F69;
}
.AnyTagClassName
{
color: #C48F69;
}
</style>
background-color css
<style>
a { background-color: #C48F69; }
a { background-color: rgb(196,143,105); }
div.DivClassName
{
background-color: #C48F69;
}
.BgClassName
{
background-color: #C48F69;
}
</style>
border-color css
<style>
span { border-color: #C48F69; }
span { border-color: rgb(196,143,105); }
td.TdClassName
{
border-color: #C48F69;
}
.TagClassName
{
border-color: #C48F69;
}
</style>