Shades of Whiskey Sour #CF9959
Tints of Whiskey Sour #CF9959
RGB
CMYK
RGB Variations
Color information
#CF9959 (or 0xCF9959) is known color: Whiskey Sour. HEX triplet: CF, 99 and 59. RGB value is (207,153,89). Sum of RGB (Red+Green+Blue) = 207+153+89=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9959 is #3066A6. Grayscale: #A2A2A2. Windows color (decimal): -3172007 or 5872079. OLE color: 5872079.
HSL color Cylindrical-coordinate representation of color #CF9959: hue angle of 32.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF9959 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 89 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.19 |
| HSL | 32.54º | 0.55% | 0.58% | - |
| HSV(B) | 32.54º | 0.57% | 0.81% | - |
| XYZ | 38.93 | 36.77 | 14.5 | - |
| YUV | 161.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 89 | 0 | 0.26 | 0.57 | 0.19 | 32.54 | 0.55 | 0.58 |
| Hex | CF | 99 | 59 | 0 | 1A | 39 | 13 | 21 | 37 | 3A |
| Octal | 317 | 231 | 131 | 0 | 32 | 71 | 23 | 41 | 67 | 72 |
| Binary | 11001111 | 10011001 | 1011001 | 0 | 11010 | 111001 | 10011 | 100001 | 110111 | 111010 |
Color Harmonies of #CF9959
Complementary color
Monochromatic Colors of #CF9959
Black with #CF9959
Text Example
Text Example
White with #CF9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9959; }
p { color: rgb(207,153,89); }
H1.HeaderClassName
{
color: #CF9959;
}
.AnyTagClassName
{
color: #CF9959;
}
</style>
background-color css
<style>
a { background-color: #CF9959; }
a { background-color: rgb(207,153,89); }
div.DivClassName
{
background-color: #CF9959;
}
.BgClassName
{
background-color: #CF9959;
}
</style>
border-color css
<style>
span { border-color: #CF9959; }
span { border-color: rgb(207,153,89); }
td.TdClassName
{
border-color: #CF9959;
}
.TagClassName
{
border-color: #CF9959;
}
</style>