Shades of Whiskey #C18963
Tints of Whiskey #C18963
RGB
CMYK
RGB Variations
Color information
#C18963 (or 0xC18963) is known color: Whiskey. HEX triplet: C1, 89 and 63. RGB value is (193,137,99). Sum of RGB (Red+Green+Blue) = 193+137+99=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C18963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18963 is #3E769C. Grayscale: #959595. Windows color (decimal): -4093597 or 6523329. OLE color: 6523329.
HSL color Cylindrical-coordinate representation of color #C18963: hue angle of 24.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C18963 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 99 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.24 |
| HSL | 24.26º | 0.43% | 0.57% | - |
| HSV(B) | 24.26º | 0.49% | 0.76% | - |
| XYZ | 33.19 | 30.13 | 15.87 | - |
| YUV | 149.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 99 | 0 | 0.29 | 0.49 | 0.24 | 24.26 | 0.43 | 0.57 |
| Hex | C1 | 89 | 63 | 0 | 1D | 31 | 18 | 18 | 2B | 39 |
| Octal | 301 | 211 | 143 | 0 | 35 | 61 | 30 | 30 | 53 | 71 |
| Binary | 11000001 | 10001001 | 1100011 | 0 | 11101 | 110001 | 11000 | 11000 | 101011 | 111001 |
Color Harmonies of #C18963
Complementary color
Monochromatic Colors of #C18963
Black with #C18963
Text Example
Text Example
White with #C18963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18963; }
p { color: rgb(193,137,99); }
H1.HeaderClassName
{
color: #C18963;
}
.AnyTagClassName
{
color: #C18963;
}
</style>
background-color css
<style>
a { background-color: #C18963; }
a { background-color: rgb(193,137,99); }
div.DivClassName
{
background-color: #C18963;
}
.BgClassName
{
background-color: #C18963;
}
</style>
border-color css
<style>
span { border-color: #C18963; }
span { border-color: rgb(193,137,99); }
td.TdClassName
{
border-color: #C18963;
}
.TagClassName
{
border-color: #C18963;
}
</style>