Shades of Whiskey #C89463
Tints of Whiskey #C89463
RGB
CMYK
RGB Variations
Color information
#C89463 (or 0xC89463) is known color: Whiskey. HEX triplet: C8, 94 and 63. RGB value is (200,148,99). Sum of RGB (Red+Green+Blue) = 200+148+99=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C89463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89463 is #376B9C. Grayscale: #9E9E9E. Windows color (decimal): -3632029 or 6526152. OLE color: 6526152.
HSL color Cylindrical-coordinate representation of color #C89463: hue angle of 29.11º 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 #C89463 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 99 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.22 |
| HSL | 29.11º | 0.48% | 0.59% | - |
| HSV(B) | 29.11º | 0.51% | 0.78% | - |
| XYZ | 36.66 | 34.36 | 16.5 | - |
| YUV | 157.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 99 | 0 | 0.26 | 0.50 | 0.22 | 29.11 | 0.48 | 0.59 |
| Hex | C8 | 94 | 63 | 0 | 1A | 32 | 16 | 1D | 30 | 3B |
| Octal | 310 | 224 | 143 | 0 | 32 | 62 | 26 | 35 | 60 | 73 |
| Binary | 11001000 | 10010100 | 1100011 | 0 | 11010 | 110010 | 10110 | 11101 | 110000 | 111011 |
Color Harmonies of #C89463
Complementary color
Monochromatic Colors of #C89463
Black with #C89463
Text Example
Text Example
White with #C89463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89463; }
p { color: rgb(200,148,99); }
H1.HeaderClassName
{
color: #C89463;
}
.AnyTagClassName
{
color: #C89463;
}
</style>
background-color css
<style>
a { background-color: #C89463; }
a { background-color: rgb(200,148,99); }
div.DivClassName
{
background-color: #C89463;
}
.BgClassName
{
background-color: #C89463;
}
</style>
border-color css
<style>
span { border-color: #C89463; }
span { border-color: rgb(200,148,99); }
td.TdClassName
{
border-color: #C89463;
}
.TagClassName
{
border-color: #C89463;
}
</style>