Shades of Whiskey #C88962
Tints of Whiskey #C88962
RGB
CMYK
RGB Variations
Color information
#C88962 (or 0xC88962) is known color: Whiskey. HEX triplet: C8, 89 and 62. RGB value is (200,137,98). Sum of RGB (Red+Green+Blue) = 200+137+98=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C88962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88962 is #37769D. Grayscale: #979797. Windows color (decimal): -3634846 or 6457800. OLE color: 6457800.
HSL color Cylindrical-coordinate representation of color #C88962: hue angle of 22.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C88962 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 98 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.22 |
| HSL | 22.94º | 0.48% | 0.58% | - |
| HSV(B) | 22.94º | 0.51% | 0.78% | - |
| XYZ | 34.97 | 31.05 | 15.71 | - |
| YUV | 151.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 98 | 0 | 0.32 | 0.51 | 0.22 | 22.94 | 0.48 | 0.58 |
| Hex | C8 | 89 | 62 | 0 | 20 | 33 | 16 | 17 | 30 | 3A |
| Octal | 310 | 211 | 142 | 0 | 40 | 63 | 26 | 27 | 60 | 72 |
| Binary | 11001000 | 10001001 | 1100010 | 0 | 100000 | 110011 | 10110 | 10111 | 110000 | 111010 |
Color Harmonies of #C88962
Complementary color
Monochromatic Colors of #C88962
Black with #C88962
Text Example
Text Example
White with #C88962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88962; }
p { color: rgb(200,137,98); }
H1.HeaderClassName
{
color: #C88962;
}
.AnyTagClassName
{
color: #C88962;
}
</style>
background-color css
<style>
a { background-color: #C88962; }
a { background-color: rgb(200,137,98); }
div.DivClassName
{
background-color: #C88962;
}
.BgClassName
{
background-color: #C88962;
}
</style>
border-color css
<style>
span { border-color: #C88962; }
span { border-color: rgb(200,137,98); }
td.TdClassName
{
border-color: #C88962;
}
.TagClassName
{
border-color: #C88962;
}
</style>