Shades of Whiskey #C8885D
Tints of Whiskey #C8885D
RGB
CMYK
RGB Variations
Color information
#C8885D (or 0xC8885D) is known color: Whiskey. HEX triplet: C8, 88 and 5D. RGB value is (200,136,93). Sum of RGB (Red+Green+Blue) = 200+136+93=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8885D is #3777A2. Grayscale: #969696. Windows color (decimal): -3635107 or 6129864. OLE color: 6129864.
HSL color Cylindrical-coordinate representation of color #C8885D: hue angle of 24.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8885D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 93 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.22 |
| HSL | 24.11º | 0.49% | 0.57% | - |
| HSV(B) | 24.11º | 0.54% | 0.78% | - |
| XYZ | 34.6 | 30.68 | 14.45 | - |
| YUV | 150.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 93 | 0 | 0.32 | 0.54 | 0.22 | 24.11 | 0.49 | 0.57 |
| Hex | C8 | 88 | 5D | 0 | 20 | 36 | 16 | 18 | 31 | 39 |
| Octal | 310 | 210 | 135 | 0 | 40 | 66 | 26 | 30 | 61 | 71 |
| Binary | 11001000 | 10001000 | 1011101 | 0 | 100000 | 110110 | 10110 | 11000 | 110001 | 111001 |
Color Harmonies of #C8885D
Complementary color
Monochromatic Colors of #C8885D
Black with #C8885D
Text Example
Text Example
White with #C8885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8885D; }
p { color: rgb(200,136,93); }
H1.HeaderClassName
{
color: #C8885D;
}
.AnyTagClassName
{
color: #C8885D;
}
</style>
background-color css
<style>
a { background-color: #C8885D; }
a { background-color: rgb(200,136,93); }
div.DivClassName
{
background-color: #C8885D;
}
.BgClassName
{
background-color: #C8885D;
}
</style>
border-color css
<style>
span { border-color: #C8885D; }
span { border-color: rgb(200,136,93); }
td.TdClassName
{
border-color: #C8885D;
}
.TagClassName
{
border-color: #C8885D;
}
</style>