Shades of Whiskey Sour #CF8A59
Tints of Whiskey Sour #CF8A59
RGB
CMYK
RGB Variations
Color information
#CF8A59 (or 0xCF8A59) is known color: Whiskey Sour. HEX triplet: CF, 8A and 59. RGB value is (207,138,89). Sum of RGB (Red+Green+Blue) = 207+138+89=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A59 is #3075A6. Grayscale: #999999. Windows color (decimal): -3175847 or 5868239. OLE color: 5868239.
HSL color Cylindrical-coordinate representation of color #CF8A59: hue angle of 24.92º 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 #CF8A59 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 89 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.19 |
| HSL | 24.92º | 0.55% | 0.58% | - |
| HSV(B) | 24.92º | 0.57% | 0.81% | - |
| XYZ | 36.62 | 32.16 | 13.73 | - |
| YUV | 153.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 89 | 0 | 0.33 | 0.57 | 0.19 | 24.92 | 0.55 | 0.58 |
| Hex | CF | 8A | 59 | 0 | 21 | 39 | 13 | 19 | 37 | 3A |
| Octal | 317 | 212 | 131 | 0 | 41 | 71 | 23 | 31 | 67 | 72 |
| Binary | 11001111 | 10001010 | 1011001 | 0 | 100001 | 111001 | 10011 | 11001 | 110111 | 111010 |
Color Harmonies of #CF8A59
Complementary color
Monochromatic Colors of #CF8A59
Black with #CF8A59
Text Example
Text Example
White with #CF8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A59; }
p { color: rgb(207,138,89); }
H1.HeaderClassName
{
color: #CF8A59;
}
.AnyTagClassName
{
color: #CF8A59;
}
</style>
background-color css
<style>
a { background-color: #CF8A59; }
a { background-color: rgb(207,138,89); }
div.DivClassName
{
background-color: #CF8A59;
}
.BgClassName
{
background-color: #CF8A59;
}
</style>
border-color css
<style>
span { border-color: #CF8A59; }
span { border-color: rgb(207,138,89); }
td.TdClassName
{
border-color: #CF8A59;
}
.TagClassName
{
border-color: #CF8A59;
}
</style>