Shades of Whiskey Sour #CF985B
Tints of Whiskey Sour #CF985B
RGB
CMYK
RGB Variations
Color information
#CF985B (or 0xCF985B) is known color: Whiskey Sour. HEX triplet: CF, 98 and 5B. RGB value is (207,152,91). Sum of RGB (Red+Green+Blue) = 207+152+91=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF985B is #3067A4. Grayscale: #A1A1A1. Windows color (decimal): -3172261 or 6002895. OLE color: 6002895.
HSL color Cylindrical-coordinate representation of color #CF985B: hue angle of 31.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF985B is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 91 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.19 |
| HSL | 31.55º | 0.55% | 0.58% | - |
| HSV(B) | 31.55º | 0.56% | 0.81% | - |
| XYZ | 38.85 | 36.48 | 14.89 | - |
| YUV | 161.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 91 | 0 | 0.27 | 0.56 | 0.19 | 31.55 | 0.55 | 0.58 |
| Hex | CF | 98 | 5B | 0 | 1B | 38 | 13 | 20 | 37 | 3A |
| Octal | 317 | 230 | 133 | 0 | 33 | 70 | 23 | 40 | 67 | 72 |
| Binary | 11001111 | 10011000 | 1011011 | 0 | 11011 | 111000 | 10011 | 100000 | 110111 | 111010 |
Color Harmonies of #CF985B
Complementary color
Monochromatic Colors of #CF985B
Black with #CF985B
Text Example
Text Example
White with #CF985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF985B; }
p { color: rgb(207,152,91); }
H1.HeaderClassName
{
color: #CF985B;
}
.AnyTagClassName
{
color: #CF985B;
}
</style>
background-color css
<style>
a { background-color: #CF985B; }
a { background-color: rgb(207,152,91); }
div.DivClassName
{
background-color: #CF985B;
}
.BgClassName
{
background-color: #CF985B;
}
</style>
border-color css
<style>
span { border-color: #CF985B; }
span { border-color: rgb(207,152,91); }
td.TdClassName
{
border-color: #CF985B;
}
.TagClassName
{
border-color: #CF985B;
}
</style>