Shades of Whiskey Sour #CF9559
Tints of Whiskey Sour #CF9559
RGB
CMYK
RGB Variations
Color information
#CF9559 (or 0xCF9559) is known color: Whiskey Sour. HEX triplet: CF, 95 and 59. RGB value is (207,149,89). Sum of RGB (Red+Green+Blue) = 207+149+89=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9559 is #306AA6. Grayscale: #9F9F9F. Windows color (decimal): -3173031 or 5871055. OLE color: 5871055.
HSL color Cylindrical-coordinate representation of color #CF9559: hue angle of 30.51º 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 #CF9559 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 89 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.19 |
| HSL | 30.51º | 0.55% | 0.58% | - |
| HSV(B) | 30.51º | 0.57% | 0.81% | - |
| XYZ | 38.28 | 35.48 | 14.28 | - |
| YUV | 159.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 89 | 0 | 0.28 | 0.57 | 0.19 | 30.51 | 0.55 | 0.58 |
| Hex | CF | 95 | 59 | 0 | 1C | 39 | 13 | 1F | 37 | 3A |
| Octal | 317 | 225 | 131 | 0 | 34 | 71 | 23 | 37 | 67 | 72 |
| Binary | 11001111 | 10010101 | 1011001 | 0 | 11100 | 111001 | 10011 | 11111 | 110111 | 111010 |
Color Harmonies of #CF9559
Complementary color
Monochromatic Colors of #CF9559
Black with #CF9559
Text Example
Text Example
White with #CF9559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9559; }
p { color: rgb(207,149,89); }
H1.HeaderClassName
{
color: #CF9559;
}
.AnyTagClassName
{
color: #CF9559;
}
</style>
background-color css
<style>
a { background-color: #CF9559; }
a { background-color: rgb(207,149,89); }
div.DivClassName
{
background-color: #CF9559;
}
.BgClassName
{
background-color: #CF9559;
}
</style>
border-color css
<style>
span { border-color: #CF9559; }
span { border-color: rgb(207,149,89); }
td.TdClassName
{
border-color: #CF9559;
}
.TagClassName
{
border-color: #CF9559;
}
</style>