Shades of Whiskey #C8905E
Tints of Whiskey #C8905E
RGB
CMYK
RGB Variations
Color information
#C8905E (or 0xC8905E) is known color: Whiskey. HEX triplet: C8, 90 and 5E. RGB value is (200,144,94). Sum of RGB (Red+Green+Blue) = 200+144+94=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8905E is #376FA1. Grayscale: #9B9B9B. Windows color (decimal): -3633058 or 6197448. OLE color: 6197448.
HSL color Cylindrical-coordinate representation of color #C8905E: hue angle of 28.3º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8905E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 94 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.22 |
| HSL | 28.3º | 0.49% | 0.58% | - |
| HSV(B) | 28.3º | 0.53% | 0.78% | - |
| XYZ | 35.81 | 33.03 | 15.08 | - |
| YUV | 155.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 94 | 0 | 0.28 | 0.53 | 0.22 | 28.3 | 0.49 | 0.58 |
| Hex | C8 | 90 | 5E | 0 | 1C | 35 | 16 | 1C | 31 | 3A |
| Octal | 310 | 220 | 136 | 0 | 34 | 65 | 26 | 34 | 61 | 72 |
| Binary | 11001000 | 10010000 | 1011110 | 0 | 11100 | 110101 | 10110 | 11100 | 110001 | 111010 |
Color Harmonies of #C8905E
Complementary color
Monochromatic Colors of #C8905E
Black with #C8905E
Text Example
Text Example
White with #C8905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8905E; }
p { color: rgb(200,144,94); }
H1.HeaderClassName
{
color: #C8905E;
}
.AnyTagClassName
{
color: #C8905E;
}
</style>
background-color css
<style>
a { background-color: #C8905E; }
a { background-color: rgb(200,144,94); }
div.DivClassName
{
background-color: #C8905E;
}
.BgClassName
{
background-color: #C8905E;
}
</style>
border-color css
<style>
span { border-color: #C8905E; }
span { border-color: rgb(200,144,94); }
td.TdClassName
{
border-color: #C8905E;
}
.TagClassName
{
border-color: #C8905E;
}
</style>