Shades of Whiskey Sour #CF9759
Tints of Whiskey Sour #CF9759
RGB
CMYK
RGB Variations
Color information
#CF9759 (or 0xCF9759) is known color: Whiskey Sour. HEX triplet: CF, 97 and 59. RGB value is (207,151,89). Sum of RGB (Red+Green+Blue) = 207+151+89=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9759 is #3068A6. Grayscale: #A0A0A0. Windows color (decimal): -3172519 or 5871567. OLE color: 5871567.
HSL color Cylindrical-coordinate representation of color #CF9759: hue angle of 31.53º 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 #CF9759 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 89 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.19 |
| HSL | 31.53º | 0.55% | 0.58% | - |
| HSV(B) | 31.53º | 0.57% | 0.81% | - |
| XYZ | 38.6 | 36.12 | 14.39 | - |
| YUV | 160.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 89 | 0 | 0.27 | 0.57 | 0.19 | 31.53 | 0.55 | 0.58 |
| Hex | CF | 97 | 59 | 0 | 1B | 39 | 13 | 20 | 37 | 3A |
| Octal | 317 | 227 | 131 | 0 | 33 | 71 | 23 | 40 | 67 | 72 |
| Binary | 11001111 | 10010111 | 1011001 | 0 | 11011 | 111001 | 10011 | 100000 | 110111 | 111010 |
Color Harmonies of #CF9759
Complementary color
Monochromatic Colors of #CF9759
Black with #CF9759
Text Example
Text Example
White with #CF9759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9759; }
p { color: rgb(207,151,89); }
H1.HeaderClassName
{
color: #CF9759;
}
.AnyTagClassName
{
color: #CF9759;
}
</style>
background-color css
<style>
a { background-color: #CF9759; }
a { background-color: rgb(207,151,89); }
div.DivClassName
{
background-color: #CF9759;
}
.BgClassName
{
background-color: #CF9759;
}
</style>
border-color css
<style>
span { border-color: #CF9759; }
span { border-color: rgb(207,151,89); }
td.TdClassName
{
border-color: #CF9759;
}
.TagClassName
{
border-color: #CF9759;
}
</style>