Shades of Whiskey #C88C5C
Tints of Whiskey #C88C5C
RGB
CMYK
RGB Variations
Color information
#C88C5C (or 0xC88C5C) is known color: Whiskey. HEX triplet: C8, 8C and 5C. RGB value is (200,140,92). Sum of RGB (Red+Green+Blue) = 200+140+92=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C5C is #3773A3. Grayscale: #989898. Windows color (decimal): -3634084 or 6065352. OLE color: 6065352.
HSL color Cylindrical-coordinate representation of color #C88C5C: hue angle of 26.67º 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 #C88C5C is Cyan = 0, Magento = 0.3, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 92 | - |
| CMYK | 0 | 0.3 | 0.54 | 0.22 |
| HSL | 26.67º | 0.5% | 0.57% | - |
| HSV(B) | 26.67º | 0.54% | 0.78% | - |
| XYZ | 35.13 | 31.81 | 14.41 | - |
| YUV | 152.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 92 | 0 | 0.3 | 0.54 | 0.22 | 26.67 | 0.5 | 0.57 |
| Hex | C8 | 8C | 5C | 0 | 1E | 36 | 16 | 1B | 32 | 39 |
| Octal | 310 | 214 | 134 | 0 | 36 | 66 | 26 | 33 | 62 | 71 |
| Binary | 11001000 | 10001100 | 1011100 | 0 | 11110 | 110110 | 10110 | 11011 | 110010 | 111001 |
Color Harmonies of #C88C5C
Complementary color
Monochromatic Colors of #C88C5C
Black with #C88C5C
Text Example
Text Example
White with #C88C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C5C; }
p { color: rgb(200,140,92); }
H1.HeaderClassName
{
color: #C88C5C;
}
.AnyTagClassName
{
color: #C88C5C;
}
</style>
background-color css
<style>
a { background-color: #C88C5C; }
a { background-color: rgb(200,140,92); }
div.DivClassName
{
background-color: #C88C5C;
}
.BgClassName
{
background-color: #C88C5C;
}
</style>
border-color css
<style>
span { border-color: #C88C5C; }
span { border-color: rgb(200,140,92); }
td.TdClassName
{
border-color: #C88C5C;
}
.TagClassName
{
border-color: #C88C5C;
}
</style>