Shades of Whiskey #C89261
Tints of Whiskey #C89261
RGB
CMYK
RGB Variations
Color information
#C89261 (or 0xC89261) is known color: Whiskey. HEX triplet: C8, 92 and 61. RGB value is (200,146,97). Sum of RGB (Red+Green+Blue) = 200+146+97=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C89261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89261 is #376D9E. Grayscale: #9C9C9C. Windows color (decimal): -3632543 or 6394568. OLE color: 6394568.
HSL color Cylindrical-coordinate representation of color #C89261: hue angle of 28.54º 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 #C89261 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 97 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.22 |
| HSL | 28.54º | 0.48% | 0.58% | - |
| HSV(B) | 28.54º | 0.52% | 0.78% | - |
| XYZ | 36.26 | 33.7 | 15.9 | - |
| YUV | 156.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 97 | 0 | 0.27 | 0.52 | 0.22 | 28.54 | 0.48 | 0.58 |
| Hex | C8 | 92 | 61 | 0 | 1B | 34 | 16 | 1D | 30 | 3A |
| Octal | 310 | 222 | 141 | 0 | 33 | 64 | 26 | 35 | 60 | 72 |
| Binary | 11001000 | 10010010 | 1100001 | 0 | 11011 | 110100 | 10110 | 11101 | 110000 | 111010 |
Color Harmonies of #C89261
Complementary color
Monochromatic Colors of #C89261
Black with #C89261
Text Example
Text Example
White with #C89261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89261; }
p { color: rgb(200,146,97); }
H1.HeaderClassName
{
color: #C89261;
}
.AnyTagClassName
{
color: #C89261;
}
</style>
background-color css
<style>
a { background-color: #C89261; }
a { background-color: rgb(200,146,97); }
div.DivClassName
{
background-color: #C89261;
}
.BgClassName
{
background-color: #C89261;
}
</style>
border-color css
<style>
span { border-color: #C89261; }
span { border-color: rgb(200,146,97); }
td.TdClassName
{
border-color: #C89261;
}
.TagClassName
{
border-color: #C89261;
}
</style>