Shades of Whiskey Sour #CF9A59
Tints of Whiskey Sour #CF9A59
RGB
CMYK
RGB Variations
Color information
#CF9A59 (or 0xCF9A59) is known color: Whiskey Sour. HEX triplet: CF, 9A and 59. RGB value is (207,154,89). Sum of RGB (Red+Green+Blue) = 207+154+89=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A59 is #3065A6. Grayscale: #A2A2A2. Windows color (decimal): -3171751 or 5872335. OLE color: 5872335.
HSL color Cylindrical-coordinate representation of color #CF9A59: hue angle of 33.05º 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 #CF9A59 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 89 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.19 |
| HSL | 33.05º | 0.55% | 0.58% | - |
| HSV(B) | 33.05º | 0.57% | 0.81% | - |
| XYZ | 39.09 | 37.1 | 14.55 | - |
| YUV | 162.44 | 86.56 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 89 | 0 | 0.26 | 0.57 | 0.19 | 33.05 | 0.55 | 0.58 |
| Hex | CF | 9A | 59 | 0 | 1A | 39 | 13 | 21 | 37 | 3A |
| Octal | 317 | 232 | 131 | 0 | 32 | 71 | 23 | 41 | 67 | 72 |
| Binary | 11001111 | 10011010 | 1011001 | 0 | 11010 | 111001 | 10011 | 100001 | 110111 | 111010 |
Color Harmonies of #CF9A59
Complementary color
Monochromatic Colors of #CF9A59
Black with #CF9A59
Text Example
Text Example
White with #CF9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A59; }
p { color: rgb(207,154,89); }
H1.HeaderClassName
{
color: #CF9A59;
}
.AnyTagClassName
{
color: #CF9A59;
}
</style>
background-color css
<style>
a { background-color: #CF9A59; }
a { background-color: rgb(207,154,89); }
div.DivClassName
{
background-color: #CF9A59;
}
.BgClassName
{
background-color: #CF9A59;
}
</style>
border-color css
<style>
span { border-color: #CF9A59; }
span { border-color: rgb(207,154,89); }
td.TdClassName
{
border-color: #CF9A59;
}
.TagClassName
{
border-color: #CF9A59;
}
</style>