Shades of Whiskey #C8906C
Tints of Whiskey #C8906C
RGB
CMYK
RGB Variations
Color information
#C8906C (or 0xC8906C) is known color: Whiskey. HEX triplet: C8, 90 and 6C. RGB value is (200,144,108). Sum of RGB (Red+Green+Blue) = 200+144+108=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8906C is #376F93. Grayscale: #9C9C9C. Windows color (decimal): -3633044 or 7114952. OLE color: 7114952.
HSL color Cylindrical-coordinate representation of color #C8906C: hue angle of 23.48º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8906C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 108 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.22 |
| HSL | 23.48º | 0.46% | 0.6% | - |
| HSV(B) | 23.48º | 0.46% | 0.78% | - |
| XYZ | 36.5 | 33.31 | 18.69 | - |
| YUV | 156.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 108 | 0 | 0.28 | 0.46 | 0.22 | 23.48 | 0.46 | 0.6 |
| Hex | C8 | 90 | 6C | 0 | 1C | 2E | 16 | 17 | 2E | 3C |
| Octal | 310 | 220 | 154 | 0 | 34 | 56 | 26 | 27 | 56 | 74 |
| Binary | 11001000 | 10010000 | 1101100 | 0 | 11100 | 101110 | 10110 | 10111 | 101110 | 111100 |
Color Harmonies of #C8906C
Complementary color
Monochromatic Colors of #C8906C
Black with #C8906C
Text Example
Text Example
White with #C8906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8906C; }
p { color: rgb(200,144,108); }
H1.HeaderClassName
{
color: #C8906C;
}
.AnyTagClassName
{
color: #C8906C;
}
</style>
background-color css
<style>
a { background-color: #C8906C; }
a { background-color: rgb(200,144,108); }
div.DivClassName
{
background-color: #C8906C;
}
.BgClassName
{
background-color: #C8906C;
}
</style>
border-color css
<style>
span { border-color: #C8906C; }
span { border-color: rgb(200,144,108); }
td.TdClassName
{
border-color: #C8906C;
}
.TagClassName
{
border-color: #C8906C;
}
</style>