Shades of Whiskey Sour #CF9659
Tints of Whiskey Sour #CF9659
RGB
CMYK
RGB Variations
Color information
#CF9659 (or 0xCF9659) is known color: Whiskey Sour. HEX triplet: CF, 96 and 59. RGB value is (207,150,89). Sum of RGB (Red+Green+Blue) = 207+150+89=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9659 is #3069A6. Grayscale: #A0A0A0. Windows color (decimal): -3172775 or 5871311. OLE color: 5871311.
HSL color Cylindrical-coordinate representation of color #CF9659: hue angle of 31.02º 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 #CF9659 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 89 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.19 |
| HSL | 31.02º | 0.55% | 0.58% | - |
| HSV(B) | 31.02º | 0.57% | 0.81% | - |
| XYZ | 38.44 | 35.8 | 14.34 | - |
| YUV | 160.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 89 | 0 | 0.28 | 0.57 | 0.19 | 31.02 | 0.55 | 0.58 |
| Hex | CF | 96 | 59 | 0 | 1C | 39 | 13 | 1F | 37 | 3A |
| Octal | 317 | 226 | 131 | 0 | 34 | 71 | 23 | 37 | 67 | 72 |
| Binary | 11001111 | 10010110 | 1011001 | 0 | 11100 | 111001 | 10011 | 11111 | 110111 | 111010 |
Color Harmonies of #CF9659
Complementary color
Monochromatic Colors of #CF9659
Black with #CF9659
Text Example
Text Example
White with #CF9659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9659; }
p { color: rgb(207,150,89); }
H1.HeaderClassName
{
color: #CF9659;
}
.AnyTagClassName
{
color: #CF9659;
}
</style>
background-color css
<style>
a { background-color: #CF9659; }
a { background-color: rgb(207,150,89); }
div.DivClassName
{
background-color: #CF9659;
}
.BgClassName
{
background-color: #CF9659;
}
</style>
border-color css
<style>
span { border-color: #CF9659; }
span { border-color: rgb(207,150,89); }
td.TdClassName
{
border-color: #CF9659;
}
.TagClassName
{
border-color: #CF9659;
}
</style>