Shades of Whiskey Sour #CF8D59
Tints of Whiskey Sour #CF8D59
RGB
CMYK
RGB Variations
Color information
#CF8D59 (or 0xCF8D59) is known color: Whiskey Sour. HEX triplet: CF, 8D and 59. RGB value is (207,141,89). Sum of RGB (Red+Green+Blue) = 207+141+89=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D59 is #3072A6. Grayscale: #9B9B9B. Windows color (decimal): -3175079 or 5869007. OLE color: 5869007.
HSL color Cylindrical-coordinate representation of color #CF8D59: hue angle of 26.44º 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 #CF8D59 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 89 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.19 |
| HSL | 26.44º | 0.55% | 0.58% | - |
| HSV(B) | 26.44º | 0.57% | 0.81% | - |
| XYZ | 37.06 | 33.04 | 13.87 | - |
| YUV | 154.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 89 | 0 | 0.32 | 0.57 | 0.19 | 26.44 | 0.55 | 0.58 |
| Hex | CF | 8D | 59 | 0 | 20 | 39 | 13 | 1A | 37 | 3A |
| Octal | 317 | 215 | 131 | 0 | 40 | 71 | 23 | 32 | 67 | 72 |
| Binary | 11001111 | 10001101 | 1011001 | 0 | 100000 | 111001 | 10011 | 11010 | 110111 | 111010 |
Color Harmonies of #CF8D59
Complementary color
Monochromatic Colors of #CF8D59
Black with #CF8D59
Text Example
Text Example
White with #CF8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D59; }
p { color: rgb(207,141,89); }
H1.HeaderClassName
{
color: #CF8D59;
}
.AnyTagClassName
{
color: #CF8D59;
}
</style>
background-color css
<style>
a { background-color: #CF8D59; }
a { background-color: rgb(207,141,89); }
div.DivClassName
{
background-color: #CF8D59;
}
.BgClassName
{
background-color: #CF8D59;
}
</style>
border-color css
<style>
span { border-color: #CF8D59; }
span { border-color: rgb(207,141,89); }
td.TdClassName
{
border-color: #CF8D59;
}
.TagClassName
{
border-color: #CF8D59;
}
</style>