Shades of Whiskey #C88E5F
Tints of Whiskey #C88E5F
RGB
CMYK
RGB Variations
Color information
#C88E5F (or 0xC88E5F) is known color: Whiskey. HEX triplet: C8, 8E and 5F. RGB value is (200,142,95). Sum of RGB (Red+Green+Blue) = 200+142+95=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E5F is #3771A0. Grayscale: #9A9A9A. Windows color (decimal): -3633569 or 6262472. OLE color: 6262472.
HSL color Cylindrical-coordinate representation of color #C88E5F: hue angle of 26.86º 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 #C88E5F is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 95 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.22 |
| HSL | 26.86º | 0.49% | 0.58% | - |
| HSV(B) | 26.86º | 0.53% | 0.78% | - |
| XYZ | 35.56 | 32.45 | 15.22 | - |
| YUV | 153.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 95 | 0 | 0.29 | 0.52 | 0.22 | 26.86 | 0.49 | 0.58 |
| Hex | C8 | 8E | 5F | 0 | 1D | 34 | 16 | 1B | 31 | 3A |
| Octal | 310 | 216 | 137 | 0 | 35 | 64 | 26 | 33 | 61 | 72 |
| Binary | 11001000 | 10001110 | 1011111 | 0 | 11101 | 110100 | 10110 | 11011 | 110001 | 111010 |
Color Harmonies of #C88E5F
Complementary color
Monochromatic Colors of #C88E5F
Black with #C88E5F
Text Example
Text Example
White with #C88E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E5F; }
p { color: rgb(200,142,95); }
H1.HeaderClassName
{
color: #C88E5F;
}
.AnyTagClassName
{
color: #C88E5F;
}
</style>
background-color css
<style>
a { background-color: #C88E5F; }
a { background-color: rgb(200,142,95); }
div.DivClassName
{
background-color: #C88E5F;
}
.BgClassName
{
background-color: #C88E5F;
}
</style>
border-color css
<style>
span { border-color: #C88E5F; }
span { border-color: rgb(200,142,95); }
td.TdClassName
{
border-color: #C88E5F;
}
.TagClassName
{
border-color: #C88E5F;
}
</style>