Shades of Whiskey #C8895E
Tints of Whiskey #C8895E
RGB
CMYK
RGB Variations
Color information
#C8895E (or 0xC8895E) is known color: Whiskey. HEX triplet: C8, 89 and 5E. RGB value is (200,137,94). Sum of RGB (Red+Green+Blue) = 200+137+94=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8895E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8895E is #3776A1. Grayscale: #979797. Windows color (decimal): -3634850 or 6195656. OLE color: 6195656.
HSL color Cylindrical-coordinate representation of color #C8895E: hue angle of 24.34º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8895E is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 94 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.22 |
| HSL | 24.34º | 0.49% | 0.58% | - |
| HSV(B) | 24.34º | 0.53% | 0.78% | - |
| XYZ | 34.79 | 30.98 | 14.74 | - |
| YUV | 150.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 94 | 0 | 0.32 | 0.53 | 0.22 | 24.34 | 0.49 | 0.58 |
| Hex | C8 | 89 | 5E | 0 | 20 | 35 | 16 | 18 | 31 | 3A |
| Octal | 310 | 211 | 136 | 0 | 40 | 65 | 26 | 30 | 61 | 72 |
| Binary | 11001000 | 10001001 | 1011110 | 0 | 100000 | 110101 | 10110 | 11000 | 110001 | 111010 |
Color Harmonies of #C8895E
Complementary color
Monochromatic Colors of #C8895E
Black with #C8895E
Text Example
Text Example
White with #C8895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8895E; }
p { color: rgb(200,137,94); }
H1.HeaderClassName
{
color: #C8895E;
}
.AnyTagClassName
{
color: #C8895E;
}
</style>
background-color css
<style>
a { background-color: #C8895E; }
a { background-color: rgb(200,137,94); }
div.DivClassName
{
background-color: #C8895E;
}
.BgClassName
{
background-color: #C8895E;
}
</style>
border-color css
<style>
span { border-color: #C8895E; }
span { border-color: rgb(200,137,94); }
td.TdClassName
{
border-color: #C8895E;
}
.TagClassName
{
border-color: #C8895E;
}
</style>