Shades of Whiskey #C89262
Tints of Whiskey #C89262
RGB
CMYK
RGB Variations
Color information
#C89262 (or 0xC89262) is known color: Whiskey. HEX triplet: C8, 92 and 62. RGB value is (200,146,98). Sum of RGB (Red+Green+Blue) = 200+146+98=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C89262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89262 is #376D9D. Grayscale: #9C9C9C. Windows color (decimal): -3632542 or 6460104. OLE color: 6460104.
HSL color Cylindrical-coordinate representation of color #C89262: hue angle of 28.24º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C89262 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 98 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.22 |
| HSL | 28.24º | 0.48% | 0.58% | - |
| HSV(B) | 28.24º | 0.51% | 0.78% | - |
| XYZ | 36.3 | 33.72 | 16.15 | - |
| YUV | 156.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 98 | 0 | 0.27 | 0.51 | 0.22 | 28.24 | 0.48 | 0.58 |
| Hex | C8 | 92 | 62 | 0 | 1B | 33 | 16 | 1C | 30 | 3A |
| Octal | 310 | 222 | 142 | 0 | 33 | 63 | 26 | 34 | 60 | 72 |
| Binary | 11001000 | 10010010 | 1100010 | 0 | 11011 | 110011 | 10110 | 11100 | 110000 | 111010 |
Color Harmonies of #C89262
Complementary color
Monochromatic Colors of #C89262
Black with #C89262
Text Example
Text Example
White with #C89262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89262; }
p { color: rgb(200,146,98); }
H1.HeaderClassName
{
color: #C89262;
}
.AnyTagClassName
{
color: #C89262;
}
</style>
background-color css
<style>
a { background-color: #C89262; }
a { background-color: rgb(200,146,98); }
div.DivClassName
{
background-color: #C89262;
}
.BgClassName
{
background-color: #C89262;
}
</style>
border-color css
<style>
span { border-color: #C89262; }
span { border-color: rgb(200,146,98); }
td.TdClassName
{
border-color: #C89262;
}
.TagClassName
{
border-color: #C89262;
}
</style>