Shades of Whiskey #C8906B
Tints of Whiskey #C8906B
RGB
CMYK
RGB Variations
Color information
#C8906B (or 0xC8906B) is known color: Whiskey. HEX triplet: C8, 90 and 6B. RGB value is (200,144,107). Sum of RGB (Red+Green+Blue) = 200+144+107=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8906B is #376F94. Grayscale: #9C9C9C. Windows color (decimal): -3633045 or 7049416. OLE color: 7049416.
HSL color Cylindrical-coordinate representation of color #C8906B: hue angle of 23.87º 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 #C8906B is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 107 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.22 |
| HSL | 23.87º | 0.46% | 0.6% | - |
| HSV(B) | 23.87º | 0.47% | 0.78% | - |
| XYZ | 36.45 | 33.29 | 18.41 | - |
| YUV | 156.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 107 | 0 | 0.28 | 0.46 | 0.22 | 23.87 | 0.46 | 0.6 |
| Hex | C8 | 90 | 6B | 0 | 1C | 2E | 16 | 18 | 2E | 3C |
| Octal | 310 | 220 | 153 | 0 | 34 | 56 | 26 | 30 | 56 | 74 |
| Binary | 11001000 | 10010000 | 1101011 | 0 | 11100 | 101110 | 10110 | 11000 | 101110 | 111100 |
Color Harmonies of #C8906B
Complementary color
Monochromatic Colors of #C8906B
Black with #C8906B
Text Example
Text Example
White with #C8906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8906B; }
p { color: rgb(200,144,107); }
H1.HeaderClassName
{
color: #C8906B;
}
.AnyTagClassName
{
color: #C8906B;
}
</style>
background-color css
<style>
a { background-color: #C8906B; }
a { background-color: rgb(200,144,107); }
div.DivClassName
{
background-color: #C8906B;
}
.BgClassName
{
background-color: #C8906B;
}
</style>
border-color css
<style>
span { border-color: #C8906B; }
span { border-color: rgb(200,144,107); }
td.TdClassName
{
border-color: #C8906B;
}
.TagClassName
{
border-color: #C8906B;
}
</style>