Shades of Whiskey #C89063
Tints of Whiskey #C89063
RGB
CMYK
RGB Variations
Color information
#C89063 (or 0xC89063) is known color: Whiskey. HEX triplet: C8, 90 and 63. RGB value is (200,144,99). Sum of RGB (Red+Green+Blue) = 200+144+99=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C89063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89063 is #376F9C. Grayscale: #9B9B9B. Windows color (decimal): -3633053 or 6525128. OLE color: 6525128.
HSL color Cylindrical-coordinate representation of color #C89063: hue angle of 26.73º 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 #C89063 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 99 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.22 |
| HSL | 26.73º | 0.48% | 0.59% | - |
| HSV(B) | 26.73º | 0.51% | 0.78% | - |
| XYZ | 36.04 | 33.13 | 16.3 | - |
| YUV | 155.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 99 | 0 | 0.28 | 0.50 | 0.22 | 26.73 | 0.48 | 0.59 |
| Hex | C8 | 90 | 63 | 0 | 1C | 32 | 16 | 1B | 30 | 3B |
| Octal | 310 | 220 | 143 | 0 | 34 | 62 | 26 | 33 | 60 | 73 |
| Binary | 11001000 | 10010000 | 1100011 | 0 | 11100 | 110010 | 10110 | 11011 | 110000 | 111011 |
Color Harmonies of #C89063
Complementary color
Monochromatic Colors of #C89063
Black with #C89063
Text Example
Text Example
White with #C89063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89063; }
p { color: rgb(200,144,99); }
H1.HeaderClassName
{
color: #C89063;
}
.AnyTagClassName
{
color: #C89063;
}
</style>
background-color css
<style>
a { background-color: #C89063; }
a { background-color: rgb(200,144,99); }
div.DivClassName
{
background-color: #C89063;
}
.BgClassName
{
background-color: #C89063;
}
</style>
border-color css
<style>
span { border-color: #C89063; }
span { border-color: rgb(200,144,99); }
td.TdClassName
{
border-color: #C89063;
}
.TagClassName
{
border-color: #C89063;
}
</style>