Shades of Whiskey #C89068
Tints of Whiskey #C89068
RGB
CMYK
RGB Variations
Color information
#C89068 (or 0xC89068) is known color: Whiskey. HEX triplet: C8, 90 and 68. RGB value is (200,144,104). Sum of RGB (Red+Green+Blue) = 200+144+104=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C89068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89068 is #376F97. Grayscale: #9C9C9C. Windows color (decimal): -3633048 or 6852808. OLE color: 6852808.
HSL color Cylindrical-coordinate representation of color #C89068: hue angle of 25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C89068 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 104 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.22 |
| HSL | 25º | 0.47% | 0.6% | - |
| HSV(B) | 25º | 0.48% | 0.78% | - |
| XYZ | 36.29 | 33.23 | 17.6 | - |
| YUV | 156.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 104 | 0 | 0.28 | 0.48 | 0.22 | 25 | 0.47 | 0.6 |
| Hex | C8 | 90 | 68 | 0 | 1C | 30 | 16 | 19 | 2F | 3C |
| Octal | 310 | 220 | 150 | 0 | 34 | 60 | 26 | 31 | 57 | 74 |
| Binary | 11001000 | 10010000 | 1101000 | 0 | 11100 | 110000 | 10110 | 11001 | 101111 | 111100 |
Color Harmonies of #C89068
Complementary color
Monochromatic Colors of #C89068
Black with #C89068
Text Example
Text Example
White with #C89068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89068; }
p { color: rgb(200,144,104); }
H1.HeaderClassName
{
color: #C89068;
}
.AnyTagClassName
{
color: #C89068;
}
</style>
background-color css
<style>
a { background-color: #C89068; }
a { background-color: rgb(200,144,104); }
div.DivClassName
{
background-color: #C89068;
}
.BgClassName
{
background-color: #C89068;
}
</style>
border-color css
<style>
span { border-color: #C89068; }
span { border-color: rgb(200,144,104); }
td.TdClassName
{
border-color: #C89068;
}
.TagClassName
{
border-color: #C89068;
}
</style>