Shades of Whiskey #C8916A
Tints of Whiskey #C8916A
RGB
CMYK
RGB Variations
Color information
#C8916A (or 0xC8916A) is known color: Whiskey. HEX triplet: C8, 91 and 6A. RGB value is (200,145,106). Sum of RGB (Red+Green+Blue) = 200+145+106=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8916A is #376E95. Grayscale: #9D9D9D. Windows color (decimal): -3632790 or 6984136. OLE color: 6984136.
HSL color Cylindrical-coordinate representation of color #C8916A: hue angle of 24.89º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8916A is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 106 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.22 |
| HSL | 24.89º | 0.46% | 0.6% | - |
| HSV(B) | 24.89º | 0.47% | 0.78% | - |
| XYZ | 36.55 | 33.57 | 18.19 | - |
| YUV | 157 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 106 | 0 | 0.28 | 0.47 | 0.22 | 24.89 | 0.46 | 0.6 |
| Hex | C8 | 91 | 6A | 0 | 1C | 2F | 16 | 19 | 2E | 3C |
| Octal | 310 | 221 | 152 | 0 | 34 | 57 | 26 | 31 | 56 | 74 |
| Binary | 11001000 | 10010001 | 1101010 | 0 | 11100 | 101111 | 10110 | 11001 | 101110 | 111100 |
Color Harmonies of #C8916A
Complementary color
Monochromatic Colors of #C8916A
Black with #C8916A
Text Example
Text Example
White with #C8916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8916A; }
p { color: rgb(200,145,106); }
H1.HeaderClassName
{
color: #C8916A;
}
.AnyTagClassName
{
color: #C8916A;
}
</style>
background-color css
<style>
a { background-color: #C8916A; }
a { background-color: rgb(200,145,106); }
div.DivClassName
{
background-color: #C8916A;
}
.BgClassName
{
background-color: #C8916A;
}
</style>
border-color css
<style>
span { border-color: #C8916A; }
span { border-color: rgb(200,145,106); }
td.TdClassName
{
border-color: #C8916A;
}
.TagClassName
{
border-color: #C8916A;
}
</style>