Shades of Whiskey #C18C65
Tints of Whiskey #C18C65
RGB
CMYK
RGB Variations
Color information
#C18C65 (or 0xC18C65) is known color: Whiskey. HEX triplet: C1, 8C and 65. RGB value is (193,140,101). Sum of RGB (Red+Green+Blue) = 193+140+101=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C65 is #3E739A. Grayscale: #979797. Windows color (decimal): -4092827 or 6655169. OLE color: 6655169.
HSL color Cylindrical-coordinate representation of color #C18C65: hue angle of 25.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C18C65 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 101 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.24 |
| HSL | 25.43º | 0.43% | 0.58% | - |
| HSV(B) | 25.43º | 0.48% | 0.76% | - |
| XYZ | 33.72 | 31.03 | 16.52 | - |
| YUV | 151.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 101 | 0 | 0.27 | 0.48 | 0.24 | 25.43 | 0.43 | 0.58 |
| Hex | C1 | 8C | 65 | 0 | 1B | 30 | 18 | 19 | 2B | 3A |
| Octal | 301 | 214 | 145 | 0 | 33 | 60 | 30 | 31 | 53 | 72 |
| Binary | 11000001 | 10001100 | 1100101 | 0 | 11011 | 110000 | 11000 | 11001 | 101011 | 111010 |
Color Harmonies of #C18C65
Complementary color
Monochromatic Colors of #C18C65
Black with #C18C65
Text Example
Text Example
White with #C18C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C65; }
p { color: rgb(193,140,101); }
H1.HeaderClassName
{
color: #C18C65;
}
.AnyTagClassName
{
color: #C18C65;
}
</style>
background-color css
<style>
a { background-color: #C18C65; }
a { background-color: rgb(193,140,101); }
div.DivClassName
{
background-color: #C18C65;
}
.BgClassName
{
background-color: #C18C65;
}
</style>
border-color css
<style>
span { border-color: #C18C65; }
span { border-color: rgb(193,140,101); }
td.TdClassName
{
border-color: #C18C65;
}
.TagClassName
{
border-color: #C18C65;
}
</style>