Shades of Whiskey #C88C64
Tints of Whiskey #C88C64
RGB
CMYK
RGB Variations
Color information
#C88C64 (or 0xC88C64) is known color: Whiskey. HEX triplet: C8, 8C and 64. RGB value is (200,140,100). Sum of RGB (Red+Green+Blue) = 200+140+100=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C64 is #37739B. Grayscale: #999999. Windows color (decimal): -3634076 or 6589640. OLE color: 6589640.
HSL color Cylindrical-coordinate representation of color #C88C64: hue angle of 24º 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 #C88C64 is Cyan = 0, Magento = 0.3, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 100 | - |
| CMYK | 0 | 0.3 | 0.5 | 0.22 |
| HSL | 24º | 0.48% | 0.59% | - |
| HSV(B) | 24º | 0.5% | 0.78% | - |
| XYZ | 35.5 | 31.96 | 16.35 | - |
| YUV | 153.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 100 | 0 | 0.3 | 0.5 | 0.22 | 24 | 0.48 | 0.59 |
| Hex | C8 | 8C | 64 | 0 | 1E | 32 | 16 | 18 | 30 | 3B |
| Octal | 310 | 214 | 144 | 0 | 36 | 62 | 26 | 30 | 60 | 73 |
| Binary | 11001000 | 10001100 | 1100100 | 0 | 11110 | 110010 | 10110 | 11000 | 110000 | 111011 |
Color Harmonies of #C88C64
Complementary color
Monochromatic Colors of #C88C64
Black with #C88C64
Text Example
Text Example
White with #C88C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C64; }
p { color: rgb(200,140,100); }
H1.HeaderClassName
{
color: #C88C64;
}
.AnyTagClassName
{
color: #C88C64;
}
</style>
background-color css
<style>
a { background-color: #C88C64; }
a { background-color: rgb(200,140,100); }
div.DivClassName
{
background-color: #C88C64;
}
.BgClassName
{
background-color: #C88C64;
}
</style>
border-color css
<style>
span { border-color: #C88C64; }
span { border-color: rgb(200,140,100); }
td.TdClassName
{
border-color: #C88C64;
}
.TagClassName
{
border-color: #C88C64;
}
</style>