Shades of Whiskey Sour #C98859
Tints of Whiskey Sour #C98859
RGB
CMYK
RGB Variations
Color information
#C98859 (or 0xC98859) is known color: Whiskey Sour. HEX triplet: C9, 88 and 59. RGB value is (201,136,89). Sum of RGB (Red+Green+Blue) = 201+136+89=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C98859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98859 is #3677A6. Grayscale: #969696. Windows color (decimal): -3569575 or 5867721. OLE color: 5867721.
HSL color Cylindrical-coordinate representation of color #C98859: hue angle of 25.18º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C98859 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 89 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.21 |
| HSL | 25.18º | 0.51% | 0.57% | - |
| HSV(B) | 25.18º | 0.56% | 0.79% | - |
| XYZ | 34.69 | 30.75 | 13.56 | - |
| YUV | 150.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 89 | 0 | 0.32 | 0.56 | 0.21 | 25.18 | 0.51 | 0.57 |
| Hex | C9 | 88 | 59 | 0 | 20 | 38 | 15 | 19 | 33 | 39 |
| Octal | 311 | 210 | 131 | 0 | 40 | 70 | 25 | 31 | 63 | 71 |
| Binary | 11001001 | 10001000 | 1011001 | 0 | 100000 | 111000 | 10101 | 11001 | 110011 | 111001 |
Color Harmonies of #C98859
Complementary color
Monochromatic Colors of #C98859
Black with #C98859
Text Example
Text Example
White with #C98859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98859; }
p { color: rgb(201,136,89); }
H1.HeaderClassName
{
color: #C98859;
}
.AnyTagClassName
{
color: #C98859;
}
</style>
background-color css
<style>
a { background-color: #C98859; }
a { background-color: rgb(201,136,89); }
div.DivClassName
{
background-color: #C98859;
}
.BgClassName
{
background-color: #C98859;
}
</style>
border-color css
<style>
span { border-color: #C98859; }
span { border-color: rgb(201,136,89); }
td.TdClassName
{
border-color: #C98859;
}
.TagClassName
{
border-color: #C98859;
}
</style>