Shades of Whiskey #C89366
Tints of Whiskey #C89366
RGB
CMYK
RGB Variations
Color information
#C89366 (or 0xC89366) is known color: Whiskey. HEX triplet: C8, 93 and 66. RGB value is (200,147,102). Sum of RGB (Red+Green+Blue) = 200+147+102=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89366 is #376C99. Grayscale: #9D9D9D. Windows color (decimal): -3632282 or 6722504. OLE color: 6722504.
HSL color Cylindrical-coordinate representation of color #C89366: hue angle of 27.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C89366 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 102 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.22 |
| HSL | 27.55º | 0.47% | 0.59% | - |
| HSV(B) | 27.55º | 0.49% | 0.78% | - |
| XYZ | 36.65 | 34.11 | 17.22 | - |
| YUV | 157.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 102 | 0 | 0.26 | 0.49 | 0.22 | 27.55 | 0.47 | 0.59 |
| Hex | C8 | 93 | 66 | 0 | 1A | 31 | 16 | 1C | 2F | 3B |
| Octal | 310 | 223 | 146 | 0 | 32 | 61 | 26 | 34 | 57 | 73 |
| Binary | 11001000 | 10010011 | 1100110 | 0 | 11010 | 110001 | 10110 | 11100 | 101111 | 111011 |
Color Harmonies of #C89366
Complementary color
Monochromatic Colors of #C89366
Black with #C89366
Text Example
Text Example
White with #C89366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89366; }
p { color: rgb(200,147,102); }
H1.HeaderClassName
{
color: #C89366;
}
.AnyTagClassName
{
color: #C89366;
}
</style>
background-color css
<style>
a { background-color: #C89366; }
a { background-color: rgb(200,147,102); }
div.DivClassName
{
background-color: #C89366;
}
.BgClassName
{
background-color: #C89366;
}
</style>
border-color css
<style>
span { border-color: #C89366; }
span { border-color: rgb(200,147,102); }
td.TdClassName
{
border-color: #C89366;
}
.TagClassName
{
border-color: #C89366;
}
</style>