Shades of Whiskey #C88D62
Tints of Whiskey #C88D62
RGB
CMYK
RGB Variations
Color information
#C88D62 (or 0xC88D62) is known color: Whiskey. HEX triplet: C8, 8D and 62. RGB value is (200,141,98). Sum of RGB (Red+Green+Blue) = 200+141+98=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D62 is #37729D. Grayscale: #999999. Windows color (decimal): -3633822 or 6458824. OLE color: 6458824.
HSL color Cylindrical-coordinate representation of color #C88D62: hue angle of 25.29º 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 #C88D62 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 98 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.22 |
| HSL | 25.29º | 0.48% | 0.58% | - |
| HSV(B) | 25.29º | 0.51% | 0.78% | - |
| XYZ | 35.55 | 32.21 | 15.9 | - |
| YUV | 153.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 98 | 0 | 0.29 | 0.51 | 0.22 | 25.29 | 0.48 | 0.58 |
| Hex | C8 | 8D | 62 | 0 | 1D | 33 | 16 | 19 | 30 | 3A |
| Octal | 310 | 215 | 142 | 0 | 35 | 63 | 26 | 31 | 60 | 72 |
| Binary | 11001000 | 10001101 | 1100010 | 0 | 11101 | 110011 | 10110 | 11001 | 110000 | 111010 |
Color Harmonies of #C88D62
Complementary color
Monochromatic Colors of #C88D62
Black with #C88D62
Text Example
Text Example
White with #C88D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D62; }
p { color: rgb(200,141,98); }
H1.HeaderClassName
{
color: #C88D62;
}
.AnyTagClassName
{
color: #C88D62;
}
</style>
background-color css
<style>
a { background-color: #C88D62; }
a { background-color: rgb(200,141,98); }
div.DivClassName
{
background-color: #C88D62;
}
.BgClassName
{
background-color: #C88D62;
}
</style>
border-color css
<style>
span { border-color: #C88D62; }
span { border-color: rgb(200,141,98); }
td.TdClassName
{
border-color: #C88D62;
}
.TagClassName
{
border-color: #C88D62;
}
</style>