Shades of Whiskey Sour #C98756
Tints of Whiskey Sour #C98756
RGB
CMYK
RGB Variations
Color information
#C98756 (or 0xC98756) is known color: Whiskey Sour. HEX triplet: C9, 87 and 56. RGB value is (201,135,86). Sum of RGB (Red+Green+Blue) = 201+135+86=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C98756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98756 is #3678A9. Grayscale: #959595. Windows color (decimal): -3569834 or 5670857. OLE color: 5670857.
HSL color Cylindrical-coordinate representation of color #C98756: hue angle of 25.57º degrees, saturation: 0.52, 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 #C98756 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 86 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.21 |
| HSL | 25.57º | 0.52% | 0.56% | - |
| HSV(B) | 25.57º | 0.57% | 0.79% | - |
| XYZ | 34.43 | 30.42 | 12.86 | - |
| YUV | 149.15 | 92.37 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 86 | 0 | 0.33 | 0.57 | 0.21 | 25.57 | 0.52 | 0.56 |
| Hex | C9 | 87 | 56 | 0 | 21 | 39 | 15 | 1A | 34 | 38 |
| Octal | 311 | 207 | 126 | 0 | 41 | 71 | 25 | 32 | 64 | 70 |
| Binary | 11001001 | 10000111 | 1010110 | 0 | 100001 | 111001 | 10101 | 11010 | 110100 | 111000 |
Color Harmonies of #C98756
Complementary color
Monochromatic Colors of #C98756
Black with #C98756
Text Example
Text Example
White with #C98756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98756; }
p { color: rgb(201,135,86); }
H1.HeaderClassName
{
color: #C98756;
}
.AnyTagClassName
{
color: #C98756;
}
</style>
background-color css
<style>
a { background-color: #C98756; }
a { background-color: rgb(201,135,86); }
div.DivClassName
{
background-color: #C98756;
}
.BgClassName
{
background-color: #C98756;
}
</style>
border-color css
<style>
span { border-color: #C98756; }
span { border-color: rgb(201,135,86); }
td.TdClassName
{
border-color: #C98756;
}
.TagClassName
{
border-color: #C98756;
}
</style>