Shades of Whiskey #C89264
Tints of Whiskey #C89264
RGB
CMYK
RGB Variations
Color information
#C89264 (or 0xC89264) is known color: Whiskey. HEX triplet: C8, 92 and 64. RGB value is (200,146,100). Sum of RGB (Red+Green+Blue) = 200+146+100=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C89264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89264 is #376D9B. Grayscale: #9D9D9D. Windows color (decimal): -3632540 or 6591176. OLE color: 6591176.
HSL color Cylindrical-coordinate representation of color #C89264: hue angle of 27.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C89264 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 100 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.22 |
| HSL | 27.6º | 0.48% | 0.59% | - |
| HSV(B) | 27.6º | 0.5% | 0.78% | - |
| XYZ | 36.4 | 33.76 | 16.65 | - |
| YUV | 156.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 100 | 0 | 0.27 | 0.5 | 0.22 | 27.6 | 0.48 | 0.59 |
| Hex | C8 | 92 | 64 | 0 | 1B | 32 | 16 | 1C | 30 | 3B |
| Octal | 310 | 222 | 144 | 0 | 33 | 62 | 26 | 34 | 60 | 73 |
| Binary | 11001000 | 10010010 | 1100100 | 0 | 11011 | 110010 | 10110 | 11100 | 110000 | 111011 |
Color Harmonies of #C89264
Complementary color
Monochromatic Colors of #C89264
Black with #C89264
Text Example
Text Example
White with #C89264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89264; }
p { color: rgb(200,146,100); }
H1.HeaderClassName
{
color: #C89264;
}
.AnyTagClassName
{
color: #C89264;
}
</style>
background-color css
<style>
a { background-color: #C89264; }
a { background-color: rgb(200,146,100); }
div.DivClassName
{
background-color: #C89264;
}
.BgClassName
{
background-color: #C89264;
}
</style>
border-color css
<style>
span { border-color: #C89264; }
span { border-color: rgb(200,146,100); }
td.TdClassName
{
border-color: #C89264;
}
.TagClassName
{
border-color: #C89264;
}
</style>