Shades of Whiskey Sour #C98958
Tints of Whiskey Sour #C98958
RGB
CMYK
RGB Variations
Color information
#C98958 (or 0xC98958) is known color: Whiskey Sour. HEX triplet: C9, 89 and 58. RGB value is (201,137,88). Sum of RGB (Red+Green+Blue) = 201+137+88=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C98958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98958 is #3676A7. Grayscale: #969696. Windows color (decimal): -3569320 or 5802441. OLE color: 5802441.
HSL color Cylindrical-coordinate representation of color #C98958: hue angle of 26.02º 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 #C98958 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 88 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.21 |
| HSL | 26.02º | 0.51% | 0.57% | - |
| HSV(B) | 26.02º | 0.56% | 0.79% | - |
| XYZ | 34.79 | 31.01 | 13.38 | - |
| YUV | 150.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 88 | 0 | 0.32 | 0.56 | 0.21 | 26.02 | 0.51 | 0.57 |
| Hex | C9 | 89 | 58 | 0 | 20 | 38 | 15 | 1A | 33 | 39 |
| Octal | 311 | 211 | 130 | 0 | 40 | 70 | 25 | 32 | 63 | 71 |
| Binary | 11001001 | 10001001 | 1011000 | 0 | 100000 | 111000 | 10101 | 11010 | 110011 | 111001 |
Color Harmonies of #C98958
Complementary color
Monochromatic Colors of #C98958
Black with #C98958
Text Example
Text Example
White with #C98958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98958; }
p { color: rgb(201,137,88); }
H1.HeaderClassName
{
color: #C98958;
}
.AnyTagClassName
{
color: #C98958;
}
</style>
background-color css
<style>
a { background-color: #C98958; }
a { background-color: rgb(201,137,88); }
div.DivClassName
{
background-color: #C98958;
}
.BgClassName
{
background-color: #C98958;
}
</style>
border-color css
<style>
span { border-color: #C98958; }
span { border-color: rgb(201,137,88); }
td.TdClassName
{
border-color: #C98958;
}
.TagClassName
{
border-color: #C98958;
}
</style>