Shades of Whiskey #C8895B
Tints of Whiskey #C8895B
RGB
CMYK
RGB Variations
Color information
#C8895B (or 0xC8895B) is known color: Whiskey. HEX triplet: C8, 89 and 5B. RGB value is (200,137,91). Sum of RGB (Red+Green+Blue) = 200+137+91=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8895B is #3776A4. Grayscale: #969696. Windows color (decimal): -3634853 or 5999048. OLE color: 5999048.
HSL color Cylindrical-coordinate representation of color #C8895B: hue angle of 25.32º 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 #C8895B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 91 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.22 |
| HSL | 25.32º | 0.5% | 0.57% | - |
| HSV(B) | 25.32º | 0.55% | 0.78% | - |
| XYZ | 34.65 | 30.93 | 14.04 | - |
| YUV | 150.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 91 | 0 | 0.32 | 0.54 | 0.22 | 25.32 | 0.5 | 0.57 |
| Hex | C8 | 89 | 5B | 0 | 20 | 36 | 16 | 19 | 32 | 39 |
| Octal | 310 | 211 | 133 | 0 | 40 | 66 | 26 | 31 | 62 | 71 |
| Binary | 11001000 | 10001001 | 1011011 | 0 | 100000 | 110110 | 10110 | 11001 | 110010 | 111001 |
Color Harmonies of #C8895B
Complementary color
Monochromatic Colors of #C8895B
Black with #C8895B
Text Example
Text Example
White with #C8895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8895B; }
p { color: rgb(200,137,91); }
H1.HeaderClassName
{
color: #C8895B;
}
.AnyTagClassName
{
color: #C8895B;
}
</style>
background-color css
<style>
a { background-color: #C8895B; }
a { background-color: rgb(200,137,91); }
div.DivClassName
{
background-color: #C8895B;
}
.BgClassName
{
background-color: #C8895B;
}
</style>
border-color css
<style>
span { border-color: #C8895B; }
span { border-color: rgb(200,137,91); }
td.TdClassName
{
border-color: #C8895B;
}
.TagClassName
{
border-color: #C8895B;
}
</style>