Shades of Whiskey #C88A64
Tints of Whiskey #C88A64
RGB
CMYK
RGB Variations
Color information
#C88A64 (or 0xC88A64) is known color: Whiskey. HEX triplet: C8, 8A and 64. RGB value is (200,138,100). Sum of RGB (Red+Green+Blue) = 200+138+100=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A64 is #37759B. Grayscale: #989898. Windows color (decimal): -3634588 or 6589128. OLE color: 6589128.
HSL color Cylindrical-coordinate representation of color #C88A64: hue angle of 22.8º 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 #C88A64 is Cyan = 0, Magento = 0.31, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 100 | - |
| CMYK | 0 | 0.31 | 0.5 | 0.22 |
| HSL | 22.8º | 0.48% | 0.59% | - |
| HSV(B) | 22.8º | 0.5% | 0.78% | - |
| XYZ | 35.21 | 31.38 | 16.26 | - |
| YUV | 152.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 100 | 0 | 0.31 | 0.5 | 0.22 | 22.8 | 0.48 | 0.59 |
| Hex | C8 | 8A | 64 | 0 | 1F | 32 | 16 | 17 | 30 | 3B |
| Octal | 310 | 212 | 144 | 0 | 37 | 62 | 26 | 27 | 60 | 73 |
| Binary | 11001000 | 10001010 | 1100100 | 0 | 11111 | 110010 | 10110 | 10111 | 110000 | 111011 |
Color Harmonies of #C88A64
Complementary color
Monochromatic Colors of #C88A64
Black with #C88A64
Text Example
Text Example
White with #C88A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A64; }
p { color: rgb(200,138,100); }
H1.HeaderClassName
{
color: #C88A64;
}
.AnyTagClassName
{
color: #C88A64;
}
</style>
background-color css
<style>
a { background-color: #C88A64; }
a { background-color: rgb(200,138,100); }
div.DivClassName
{
background-color: #C88A64;
}
.BgClassName
{
background-color: #C88A64;
}
</style>
border-color css
<style>
span { border-color: #C88A64; }
span { border-color: rgb(200,138,100); }
td.TdClassName
{
border-color: #C88A64;
}
.TagClassName
{
border-color: #C88A64;
}
</style>