Shades of Whiskey #C8885C
Tints of Whiskey #C8885C
RGB
CMYK
RGB Variations
Color information
#C8885C (or 0xC8885C) is known color: Whiskey. HEX triplet: C8, 88 and 5C. RGB value is (200,136,92). Sum of RGB (Red+Green+Blue) = 200+136+92=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8885C is #3777A3. Grayscale: #969696. Windows color (decimal): -3635108 or 6064328. OLE color: 6064328.
HSL color Cylindrical-coordinate representation of color #C8885C: hue angle of 24.44º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8885C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 92 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.22 |
| HSL | 24.44º | 0.5% | 0.57% | - |
| HSV(B) | 24.44º | 0.54% | 0.78% | - |
| XYZ | 34.56 | 30.66 | 14.22 | - |
| YUV | 150.12 | 95.2 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 92 | 0 | 0.32 | 0.54 | 0.22 | 24.44 | 0.5 | 0.57 |
| Hex | C8 | 88 | 5C | 0 | 20 | 36 | 16 | 18 | 32 | 39 |
| Octal | 310 | 210 | 134 | 0 | 40 | 66 | 26 | 30 | 62 | 71 |
| Binary | 11001000 | 10001000 | 1011100 | 0 | 100000 | 110110 | 10110 | 11000 | 110010 | 111001 |
Color Harmonies of #C8885C
Complementary color
Monochromatic Colors of #C8885C
Black with #C8885C
Text Example
Text Example
White with #C8885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8885C; }
p { color: rgb(200,136,92); }
H1.HeaderClassName
{
color: #C8885C;
}
.AnyTagClassName
{
color: #C8885C;
}
</style>
background-color css
<style>
a { background-color: #C8885C; }
a { background-color: rgb(200,136,92); }
div.DivClassName
{
background-color: #C8885C;
}
.BgClassName
{
background-color: #C8885C;
}
</style>
border-color css
<style>
span { border-color: #C8885C; }
span { border-color: rgb(200,136,92); }
td.TdClassName
{
border-color: #C8885C;
}
.TagClassName
{
border-color: #C8885C;
}
</style>