Shades of Whiskey #C18A66
Tints of Whiskey #C18A66
RGB
CMYK
RGB Variations
Color information
#C18A66 (or 0xC18A66) is known color: Whiskey. HEX triplet: C1, 8A and 66. RGB value is (193,138,102). Sum of RGB (Red+Green+Blue) = 193+138+102=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A66 is #3E7599. Grayscale: #969696. Windows color (decimal): -4093338 or 6720193. OLE color: 6720193.
HSL color Cylindrical-coordinate representation of color #C18A66: hue angle of 23.74º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C18A66 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 102 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.24 |
| HSL | 23.74º | 0.42% | 0.58% | - |
| HSV(B) | 23.74º | 0.47% | 0.76% | - |
| XYZ | 33.48 | 30.47 | 16.69 | - |
| YUV | 150.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 102 | 0 | 0.28 | 0.47 | 0.24 | 23.74 | 0.42 | 0.58 |
| Hex | C1 | 8A | 66 | 0 | 1C | 2F | 18 | 18 | 2A | 3A |
| Octal | 301 | 212 | 146 | 0 | 34 | 57 | 30 | 30 | 52 | 72 |
| Binary | 11000001 | 10001010 | 1100110 | 0 | 11100 | 101111 | 11000 | 11000 | 101010 | 111010 |
Color Harmonies of #C18A66
Complementary color
Monochromatic Colors of #C18A66
Black with #C18A66
Text Example
Text Example
White with #C18A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A66; }
p { color: rgb(193,138,102); }
H1.HeaderClassName
{
color: #C18A66;
}
.AnyTagClassName
{
color: #C18A66;
}
</style>
background-color css
<style>
a { background-color: #C18A66; }
a { background-color: rgb(193,138,102); }
div.DivClassName
{
background-color: #C18A66;
}
.BgClassName
{
background-color: #C18A66;
}
</style>
border-color css
<style>
span { border-color: #C18A66; }
span { border-color: rgb(193,138,102); }
td.TdClassName
{
border-color: #C18A66;
}
.TagClassName
{
border-color: #C18A66;
}
</style>