Shades of Whiskey #C88F5E
Tints of Whiskey #C88F5E
RGB
CMYK
RGB Variations
Color information
#C88F5E (or 0xC88F5E) is known color: Whiskey. HEX triplet: C8, 8F and 5E. RGB value is (200,143,94). Sum of RGB (Red+Green+Blue) = 200+143+94=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F5E is #3770A1. Grayscale: #9A9A9A. Windows color (decimal): -3633314 or 6197192. OLE color: 6197192.
HSL color Cylindrical-coordinate representation of color #C88F5E: hue angle of 27.74º 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 #C88F5E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 94 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.22 |
| HSL | 27.74º | 0.49% | 0.58% | - |
| HSV(B) | 27.74º | 0.53% | 0.78% | - |
| XYZ | 35.66 | 32.73 | 15.03 | - |
| YUV | 154.46 | 93.88 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 94 | 0 | 0.28 | 0.53 | 0.22 | 27.74 | 0.49 | 0.58 |
| Hex | C8 | 8F | 5E | 0 | 1C | 35 | 16 | 1C | 31 | 3A |
| Octal | 310 | 217 | 136 | 0 | 34 | 65 | 26 | 34 | 61 | 72 |
| Binary | 11001000 | 10001111 | 1011110 | 0 | 11100 | 110101 | 10110 | 11100 | 110001 | 111010 |
Color Harmonies of #C88F5E
Complementary color
Monochromatic Colors of #C88F5E
Black with #C88F5E
Text Example
Text Example
White with #C88F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F5E; }
p { color: rgb(200,143,94); }
H1.HeaderClassName
{
color: #C88F5E;
}
.AnyTagClassName
{
color: #C88F5E;
}
</style>
background-color css
<style>
a { background-color: #C88F5E; }
a { background-color: rgb(200,143,94); }
div.DivClassName
{
background-color: #C88F5E;
}
.BgClassName
{
background-color: #C88F5E;
}
</style>
border-color css
<style>
span { border-color: #C88F5E; }
span { border-color: rgb(200,143,94); }
td.TdClassName
{
border-color: #C88F5E;
}
.TagClassName
{
border-color: #C88F5E;
}
</style>