Shades of Whiskey #C89065
Tints of Whiskey #C89065
RGB
CMYK
RGB Variations
Color information
#C89065 (or 0xC89065) is known color: Whiskey. HEX triplet: C8, 90 and 65. RGB value is (200,144,101). Sum of RGB (Red+Green+Blue) = 200+144+101=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C89065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89065 is #376F9A. Grayscale: #9C9C9C. Windows color (decimal): -3633051 or 6656200. OLE color: 6656200.
HSL color Cylindrical-coordinate representation of color #C89065: hue angle of 26.06º degrees, saturation: 0.47, 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 #C89065 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 101 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.22 |
| HSL | 26.06º | 0.47% | 0.59% | - |
| HSV(B) | 26.06º | 0.5% | 0.78% | - |
| XYZ | 36.14 | 33.17 | 16.81 | - |
| YUV | 155.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 101 | 0 | 0.28 | 0.49 | 0.22 | 26.06 | 0.47 | 0.59 |
| Hex | C8 | 90 | 65 | 0 | 1C | 31 | 16 | 1A | 2F | 3B |
| Octal | 310 | 220 | 145 | 0 | 34 | 61 | 26 | 32 | 57 | 73 |
| Binary | 11001000 | 10010000 | 1100101 | 0 | 11100 | 110001 | 10110 | 11010 | 101111 | 111011 |
Color Harmonies of #C89065
Complementary color
Monochromatic Colors of #C89065
Black with #C89065
Text Example
Text Example
White with #C89065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89065; }
p { color: rgb(200,144,101); }
H1.HeaderClassName
{
color: #C89065;
}
.AnyTagClassName
{
color: #C89065;
}
</style>
background-color css
<style>
a { background-color: #C89065; }
a { background-color: rgb(200,144,101); }
div.DivClassName
{
background-color: #C89065;
}
.BgClassName
{
background-color: #C89065;
}
</style>
border-color css
<style>
span { border-color: #C89065; }
span { border-color: rgb(200,144,101); }
td.TdClassName
{
border-color: #C89065;
}
.TagClassName
{
border-color: #C89065;
}
</style>