Shades of Whiskey Sour #C98857
Tints of Whiskey Sour #C98857
RGB
CMYK
RGB Variations
Color information
#C98857 (or 0xC98857) is known color: Whiskey Sour. HEX triplet: C9, 88 and 57. RGB value is (201,136,87). Sum of RGB (Red+Green+Blue) = 201+136+87=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C98857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98857 is #3677A8. Grayscale: #969696. Windows color (decimal): -3569577 or 5736649. OLE color: 5736649.
HSL color Cylindrical-coordinate representation of color #C98857: hue angle of 25.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C98857 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 87 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.21 |
| HSL | 25.79º | 0.51% | 0.56% | - |
| HSV(B) | 25.79º | 0.57% | 0.79% | - |
| XYZ | 34.61 | 30.71 | 13.12 | - |
| YUV | 149.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 87 | 0 | 0.32 | 0.57 | 0.21 | 25.79 | 0.51 | 0.56 |
| Hex | C9 | 88 | 57 | 0 | 20 | 39 | 15 | 1A | 33 | 38 |
| Octal | 311 | 210 | 127 | 0 | 40 | 71 | 25 | 32 | 63 | 70 |
| Binary | 11001001 | 10001000 | 1010111 | 0 | 100000 | 111001 | 10101 | 11010 | 110011 | 111000 |
Color Harmonies of #C98857
Complementary color
Monochromatic Colors of #C98857
Black with #C98857
Text Example
Text Example
White with #C98857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98857; }
p { color: rgb(201,136,87); }
H1.HeaderClassName
{
color: #C98857;
}
.AnyTagClassName
{
color: #C98857;
}
</style>
background-color css
<style>
a { background-color: #C98857; }
a { background-color: rgb(201,136,87); }
div.DivClassName
{
background-color: #C98857;
}
.BgClassName
{
background-color: #C98857;
}
</style>
border-color css
<style>
span { border-color: #C98857; }
span { border-color: rgb(201,136,87); }
td.TdClassName
{
border-color: #C98857;
}
.TagClassName
{
border-color: #C98857;
}
</style>