Shades of Whiskey Sour #C98F5C
Tints of Whiskey Sour #C98F5C
RGB
CMYK
RGB Variations
Color information
#C98F5C (or 0xC98F5C) is known color: Whiskey Sour. HEX triplet: C9, 8F and 5C. RGB value is (201,143,92). Sum of RGB (Red+Green+Blue) = 201+143+92=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F5C is #3670A3. Grayscale: #9A9A9A. Windows color (decimal): -3567780 or 6066121. OLE color: 6066121.
HSL color Cylindrical-coordinate representation of color #C98F5C: hue angle of 28.07º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C98F5C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 92 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.21 |
| HSL | 28.07º | 0.5% | 0.57% | - |
| HSV(B) | 28.07º | 0.54% | 0.79% | - |
| XYZ | 35.84 | 32.84 | 14.57 | - |
| YUV | 154.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 92 | 0 | 0.29 | 0.54 | 0.21 | 28.07 | 0.5 | 0.57 |
| Hex | C9 | 8F | 5C | 0 | 1D | 36 | 15 | 1C | 32 | 39 |
| Octal | 311 | 217 | 134 | 0 | 35 | 66 | 25 | 34 | 62 | 71 |
| Binary | 11001001 | 10001111 | 1011100 | 0 | 11101 | 110110 | 10101 | 11100 | 110010 | 111001 |
Color Harmonies of #C98F5C
Complementary color
Monochromatic Colors of #C98F5C
Black with #C98F5C
Text Example
Text Example
White with #C98F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98F5C; }
p { color: rgb(201,143,92); }
H1.HeaderClassName
{
color: #C98F5C;
}
.AnyTagClassName
{
color: #C98F5C;
}
</style>
background-color css
<style>
a { background-color: #C98F5C; }
a { background-color: rgb(201,143,92); }
div.DivClassName
{
background-color: #C98F5C;
}
.BgClassName
{
background-color: #C98F5C;
}
</style>
border-color css
<style>
span { border-color: #C98F5C; }
span { border-color: rgb(201,143,92); }
td.TdClassName
{
border-color: #C98F5C;
}
.TagClassName
{
border-color: #C98F5C;
}
</style>