Shades of Whiskey #C88759
Tints of Whiskey #C88759
RGB
CMYK
RGB Variations
Color information
#C88759 (or 0xC88759) is known color: Whiskey. HEX triplet: C8, 87 and 59. RGB value is (200,135,89). Sum of RGB (Red+Green+Blue) = 200+135+89=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C88759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88759 is #3778A6. Grayscale: #959595. Windows color (decimal): -3635367 or 5867464. OLE color: 5867464.
HSL color Cylindrical-coordinate representation of color #C88759: hue angle of 24.86º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C88759 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 89 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.22 |
| HSL | 24.86º | 0.5% | 0.57% | - |
| HSV(B) | 24.86º | 0.56% | 0.78% | - |
| XYZ | 34.29 | 30.33 | 13.5 | - |
| YUV | 149.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 89 | 0 | 0.32 | 0.56 | 0.22 | 24.86 | 0.5 | 0.57 |
| Hex | C8 | 87 | 59 | 0 | 20 | 38 | 16 | 19 | 32 | 39 |
| Octal | 310 | 207 | 131 | 0 | 40 | 70 | 26 | 31 | 62 | 71 |
| Binary | 11001000 | 10000111 | 1011001 | 0 | 100000 | 111000 | 10110 | 11001 | 110010 | 111001 |
Color Harmonies of #C88759
Complementary color
Monochromatic Colors of #C88759
Black with #C88759
Text Example
Text Example
White with #C88759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88759; }
p { color: rgb(200,135,89); }
H1.HeaderClassName
{
color: #C88759;
}
.AnyTagClassName
{
color: #C88759;
}
</style>
background-color css
<style>
a { background-color: #C88759; }
a { background-color: rgb(200,135,89); }
div.DivClassName
{
background-color: #C88759;
}
.BgClassName
{
background-color: #C88759;
}
</style>
border-color css
<style>
span { border-color: #C88759; }
span { border-color: rgb(200,135,89); }
td.TdClassName
{
border-color: #C88759;
}
.TagClassName
{
border-color: #C88759;
}
</style>