Shades of Whiskey #C89266
Tints of Whiskey #C89266
RGB
CMYK
RGB Variations
Color information
#C89266 (or 0xC89266) is known color: Whiskey. HEX triplet: C8, 92 and 66. RGB value is (200,146,102). Sum of RGB (Red+Green+Blue) = 200+146+102=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C89266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89266 is #376D99. Grayscale: #9D9D9D. Windows color (decimal): -3632538 or 6722248. OLE color: 6722248.
HSL color Cylindrical-coordinate representation of color #C89266: hue angle of 26.94º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C89266 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 102 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.22 |
| HSL | 26.94º | 0.47% | 0.59% | - |
| HSV(B) | 26.94º | 0.49% | 0.78% | - |
| XYZ | 36.5 | 33.8 | 17.17 | - |
| YUV | 157.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 102 | 0 | 0.27 | 0.49 | 0.22 | 26.94 | 0.47 | 0.59 |
| Hex | C8 | 92 | 66 | 0 | 1B | 31 | 16 | 1B | 2F | 3B |
| Octal | 310 | 222 | 146 | 0 | 33 | 61 | 26 | 33 | 57 | 73 |
| Binary | 11001000 | 10010010 | 1100110 | 0 | 11011 | 110001 | 10110 | 11011 | 101111 | 111011 |
Color Harmonies of #C89266
Complementary color
Monochromatic Colors of #C89266
Black with #C89266
Text Example
Text Example
White with #C89266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89266; }
p { color: rgb(200,146,102); }
H1.HeaderClassName
{
color: #C89266;
}
.AnyTagClassName
{
color: #C89266;
}
</style>
background-color css
<style>
a { background-color: #C89266; }
a { background-color: rgb(200,146,102); }
div.DivClassName
{
background-color: #C89266;
}
.BgClassName
{
background-color: #C89266;
}
</style>
border-color css
<style>
span { border-color: #C89266; }
span { border-color: rgb(200,146,102); }
td.TdClassName
{
border-color: #C89266;
}
.TagClassName
{
border-color: #C89266;
}
</style>