Shades of Whiskey #C88F62
Tints of Whiskey #C88F62
RGB
CMYK
RGB Variations
Color information
#C88F62 (or 0xC88F62) is known color: Whiskey. HEX triplet: C8, 8F and 62. RGB value is (200,143,98). Sum of RGB (Red+Green+Blue) = 200+143+98=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F62 is #37709D. Grayscale: #9B9B9B. Windows color (decimal): -3633310 or 6459336. OLE color: 6459336.
HSL color Cylindrical-coordinate representation of color #C88F62: hue angle of 26.47º 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 #C88F62 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 98 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.22 |
| HSL | 26.47º | 0.48% | 0.58% | - |
| HSV(B) | 26.47º | 0.51% | 0.78% | - |
| XYZ | 35.85 | 32.81 | 16 | - |
| YUV | 154.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 98 | 0 | 0.28 | 0.51 | 0.22 | 26.47 | 0.48 | 0.58 |
| Hex | C8 | 8F | 62 | 0 | 1C | 33 | 16 | 1A | 30 | 3A |
| Octal | 310 | 217 | 142 | 0 | 34 | 63 | 26 | 32 | 60 | 72 |
| Binary | 11001000 | 10001111 | 1100010 | 0 | 11100 | 110011 | 10110 | 11010 | 110000 | 111010 |
Color Harmonies of #C88F62
Complementary color
Monochromatic Colors of #C88F62
Black with #C88F62
Text Example
Text Example
White with #C88F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F62; }
p { color: rgb(200,143,98); }
H1.HeaderClassName
{
color: #C88F62;
}
.AnyTagClassName
{
color: #C88F62;
}
</style>
background-color css
<style>
a { background-color: #C88F62; }
a { background-color: rgb(200,143,98); }
div.DivClassName
{
background-color: #C88F62;
}
.BgClassName
{
background-color: #C88F62;
}
</style>
border-color css
<style>
span { border-color: #C88F62; }
span { border-color: rgb(200,143,98); }
td.TdClassName
{
border-color: #C88F62;
}
.TagClassName
{
border-color: #C88F62;
}
</style>