Shades of Whiskey #C88A62
Tints of Whiskey #C88A62
RGB
CMYK
RGB Variations
Color information
#C88A62 (or 0xC88A62) is known color: Whiskey. HEX triplet: C8, 8A and 62. RGB value is (200,138,98). Sum of RGB (Red+Green+Blue) = 200+138+98=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A62 is #37759D. Grayscale: #989898. Windows color (decimal): -3634590 or 6458056. OLE color: 6458056.
HSL color Cylindrical-coordinate representation of color #C88A62: hue angle of 23.53º 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 #C88A62 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 98 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.22 |
| HSL | 23.53º | 0.48% | 0.58% | - |
| HSV(B) | 23.53º | 0.51% | 0.78% | - |
| XYZ | 35.11 | 31.34 | 15.75 | - |
| YUV | 151.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 98 | 0 | 0.31 | 0.51 | 0.22 | 23.53 | 0.48 | 0.58 |
| Hex | C8 | 8A | 62 | 0 | 1F | 33 | 16 | 18 | 30 | 3A |
| Octal | 310 | 212 | 142 | 0 | 37 | 63 | 26 | 30 | 60 | 72 |
| Binary | 11001000 | 10001010 | 1100010 | 0 | 11111 | 110011 | 10110 | 11000 | 110000 | 111010 |
Color Harmonies of #C88A62
Complementary color
Monochromatic Colors of #C88A62
Black with #C88A62
Text Example
Text Example
White with #C88A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A62; }
p { color: rgb(200,138,98); }
H1.HeaderClassName
{
color: #C88A62;
}
.AnyTagClassName
{
color: #C88A62;
}
</style>
background-color css
<style>
a { background-color: #C88A62; }
a { background-color: rgb(200,138,98); }
div.DivClassName
{
background-color: #C88A62;
}
.BgClassName
{
background-color: #C88A62;
}
</style>
border-color css
<style>
span { border-color: #C88A62; }
span { border-color: rgb(200,138,98); }
td.TdClassName
{
border-color: #C88A62;
}
.TagClassName
{
border-color: #C88A62;
}
</style>