Shades of Whiskey Sour #CF985A
Tints of Whiskey Sour #CF985A
RGB
CMYK
RGB Variations
Color information
#CF985A (or 0xCF985A) is known color: Whiskey Sour. HEX triplet: CF, 98 and 5A. RGB value is (207,152,90). Sum of RGB (Red+Green+Blue) = 207+152+90=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF985A is #3067A5. Grayscale: #A1A1A1. Windows color (decimal): -3172262 or 5937359. OLE color: 5937359.
HSL color Cylindrical-coordinate representation of color #CF985A: hue angle of 31.79º 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 #CF985A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 90 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.19 |
| HSL | 31.79º | 0.55% | 0.58% | - |
| HSV(B) | 31.79º | 0.57% | 0.81% | - |
| XYZ | 38.81 | 36.46 | 14.67 | - |
| YUV | 161.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 90 | 0 | 0.27 | 0.57 | 0.19 | 31.79 | 0.55 | 0.58 |
| Hex | CF | 98 | 5A | 0 | 1B | 39 | 13 | 20 | 37 | 3A |
| Octal | 317 | 230 | 132 | 0 | 33 | 71 | 23 | 40 | 67 | 72 |
| Binary | 11001111 | 10011000 | 1011010 | 0 | 11011 | 111001 | 10011 | 100000 | 110111 | 111010 |
Color Harmonies of #CF985A
Complementary color
Monochromatic Colors of #CF985A
Black with #CF985A
Text Example
Text Example
White with #CF985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF985A; }
p { color: rgb(207,152,90); }
H1.HeaderClassName
{
color: #CF985A;
}
.AnyTagClassName
{
color: #CF985A;
}
</style>
background-color css
<style>
a { background-color: #CF985A; }
a { background-color: rgb(207,152,90); }
div.DivClassName
{
background-color: #CF985A;
}
.BgClassName
{
background-color: #CF985A;
}
</style>
border-color css
<style>
span { border-color: #CF985A; }
span { border-color: rgb(207,152,90); }
td.TdClassName
{
border-color: #CF985A;
}
.TagClassName
{
border-color: #CF985A;
}
</style>