Shades of Whiskey #C18A63
Tints of Whiskey #C18A63
RGB
CMYK
RGB Variations
Color information
#C18A63 (or 0xC18A63) is known color: Whiskey. HEX triplet: C1, 8A and 63. RGB value is (193,138,99). Sum of RGB (Red+Green+Blue) = 193+138+99=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A63 is #3E759C. Grayscale: #969696. Windows color (decimal): -4093341 or 6523585. OLE color: 6523585.
HSL color Cylindrical-coordinate representation of color #C18A63: hue angle of 24.89º 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 #C18A63 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 99 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.24 |
| HSL | 24.89º | 0.43% | 0.57% | - |
| HSV(B) | 24.89º | 0.49% | 0.76% | - |
| XYZ | 33.33 | 30.42 | 15.92 | - |
| YUV | 150 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 99 | 0 | 0.28 | 0.49 | 0.24 | 24.89 | 0.43 | 0.57 |
| Hex | C1 | 8A | 63 | 0 | 1C | 31 | 18 | 19 | 2B | 39 |
| Octal | 301 | 212 | 143 | 0 | 34 | 61 | 30 | 31 | 53 | 71 |
| Binary | 11000001 | 10001010 | 1100011 | 0 | 11100 | 110001 | 11000 | 11001 | 101011 | 111001 |
Color Harmonies of #C18A63
Complementary color
Monochromatic Colors of #C18A63
Black with #C18A63
Text Example
Text Example
White with #C18A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A63; }
p { color: rgb(193,138,99); }
H1.HeaderClassName
{
color: #C18A63;
}
.AnyTagClassName
{
color: #C18A63;
}
</style>
background-color css
<style>
a { background-color: #C18A63; }
a { background-color: rgb(193,138,99); }
div.DivClassName
{
background-color: #C18A63;
}
.BgClassName
{
background-color: #C18A63;
}
</style>
border-color css
<style>
span { border-color: #C18A63; }
span { border-color: rgb(193,138,99); }
td.TdClassName
{
border-color: #C18A63;
}
.TagClassName
{
border-color: #C18A63;
}
</style>