Shades of Whiskey #C88B63
Tints of Whiskey #C88B63
RGB
CMYK
RGB Variations
Color information
#C88B63 (or 0xC88B63) is known color: Whiskey. HEX triplet: C8, 8B and 63. RGB value is (200,139,99). Sum of RGB (Red+Green+Blue) = 200+139+99=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B63 is #37749C. Grayscale: #989898. Windows color (decimal): -3634333 or 6523848. OLE color: 6523848.
HSL color Cylindrical-coordinate representation of color #C88B63: hue angle of 23.76º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C88B63 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 99 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.22 |
| HSL | 23.76º | 0.48% | 0.59% | - |
| HSV(B) | 23.76º | 0.51% | 0.78% | - |
| XYZ | 35.3 | 31.65 | 16.05 | - |
| YUV | 152.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 99 | 0 | 0.30 | 0.50 | 0.22 | 23.76 | 0.48 | 0.59 |
| Hex | C8 | 8B | 63 | 0 | 1E | 32 | 16 | 18 | 30 | 3B |
| Octal | 310 | 213 | 143 | 0 | 36 | 62 | 26 | 30 | 60 | 73 |
| Binary | 11001000 | 10001011 | 1100011 | 0 | 11110 | 110010 | 10110 | 11000 | 110000 | 111011 |
Color Harmonies of #C88B63
Complementary color
Monochromatic Colors of #C88B63
Black with #C88B63
Text Example
Text Example
White with #C88B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B63; }
p { color: rgb(200,139,99); }
H1.HeaderClassName
{
color: #C88B63;
}
.AnyTagClassName
{
color: #C88B63;
}
</style>
background-color css
<style>
a { background-color: #C88B63; }
a { background-color: rgb(200,139,99); }
div.DivClassName
{
background-color: #C88B63;
}
.BgClassName
{
background-color: #C88B63;
}
</style>
border-color css
<style>
span { border-color: #C88B63; }
span { border-color: rgb(200,139,99); }
td.TdClassName
{
border-color: #C88B63;
}
.TagClassName
{
border-color: #C88B63;
}
</style>