Shades of Whiskey Sour #C9905D
Tints of Whiskey Sour #C9905D
RGB
CMYK
RGB Variations
Color information
#C9905D (or 0xC9905D) is known color: Whiskey Sour. HEX triplet: C9, 90 and 5D. RGB value is (201,144,93). Sum of RGB (Red+Green+Blue) = 201+144+93=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9905D is #366FA2. Grayscale: #9B9B9B. Windows color (decimal): -3567523 or 6131913. OLE color: 6131913.
HSL color Cylindrical-coordinate representation of color #C9905D: hue angle of 28.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9905D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 93 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.21 |
| HSL | 28.33º | 0.5% | 0.58% | - |
| HSV(B) | 28.33º | 0.54% | 0.79% | - |
| XYZ | 36.04 | 33.15 | 14.86 | - |
| YUV | 155.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 93 | 0 | 0.28 | 0.54 | 0.21 | 28.33 | 0.5 | 0.58 |
| Hex | C9 | 90 | 5D | 0 | 1C | 36 | 15 | 1C | 32 | 3A |
| Octal | 311 | 220 | 135 | 0 | 34 | 66 | 25 | 34 | 62 | 72 |
| Binary | 11001001 | 10010000 | 1011101 | 0 | 11100 | 110110 | 10101 | 11100 | 110010 | 111010 |
Color Harmonies of #C9905D
Complementary color
Monochromatic Colors of #C9905D
Black with #C9905D
Text Example
Text Example
White with #C9905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9905D; }
p { color: rgb(201,144,93); }
H1.HeaderClassName
{
color: #C9905D;
}
.AnyTagClassName
{
color: #C9905D;
}
</style>
background-color css
<style>
a { background-color: #C9905D; }
a { background-color: rgb(201,144,93); }
div.DivClassName
{
background-color: #C9905D;
}
.BgClassName
{
background-color: #C9905D;
}
</style>
border-color css
<style>
span { border-color: #C9905D; }
span { border-color: rgb(201,144,93); }
td.TdClassName
{
border-color: #C9905D;
}
.TagClassName
{
border-color: #C9905D;
}
</style>