Shades of Whiskey #C88E60
Tints of Whiskey #C88E60
RGB
CMYK
RGB Variations
Color information
#C88E60 (or 0xC88E60) is known color: Whiskey. HEX triplet: C8, 8E and 60. RGB value is (200,142,96). Sum of RGB (Red+Green+Blue) = 200+142+96=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E60 is #37719F. Grayscale: #9A9A9A. Windows color (decimal): -3633568 or 6328008. OLE color: 6328008.
HSL color Cylindrical-coordinate representation of color #C88E60: hue angle of 26.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C88E60 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 96 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.22 |
| HSL | 26.54º | 0.49% | 0.58% | - |
| HSV(B) | 26.54º | 0.52% | 0.78% | - |
| XYZ | 35.6 | 32.47 | 15.46 | - |
| YUV | 154.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 96 | 0 | 0.29 | 0.52 | 0.22 | 26.54 | 0.49 | 0.58 |
| Hex | C8 | 8E | 60 | 0 | 1D | 34 | 16 | 1B | 31 | 3A |
| Octal | 310 | 216 | 140 | 0 | 35 | 64 | 26 | 33 | 61 | 72 |
| Binary | 11001000 | 10001110 | 1100000 | 0 | 11101 | 110100 | 10110 | 11011 | 110001 | 111010 |
Color Harmonies of #C88E60
Complementary color
Monochromatic Colors of #C88E60
Black with #C88E60
Text Example
Text Example
White with #C88E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E60; }
p { color: rgb(200,142,96); }
H1.HeaderClassName
{
color: #C88E60;
}
.AnyTagClassName
{
color: #C88E60;
}
</style>
background-color css
<style>
a { background-color: #C88E60; }
a { background-color: rgb(200,142,96); }
div.DivClassName
{
background-color: #C88E60;
}
.BgClassName
{
background-color: #C88E60;
}
</style>
border-color css
<style>
span { border-color: #C88E60; }
span { border-color: rgb(200,142,96); }
td.TdClassName
{
border-color: #C88E60;
}
.TagClassName
{
border-color: #C88E60;
}
</style>