Shades of Whiskey Sour #CF985D
Tints of Whiskey Sour #CF985D
RGB
CMYK
RGB Variations
Color information
#CF985D (or 0xCF985D) is known color: Whiskey Sour. HEX triplet: CF, 98 and 5D. RGB value is (207,152,93). Sum of RGB (Red+Green+Blue) = 207+152+93=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF985D is #3067A2. Grayscale: #A2A2A2. Windows color (decimal): -3172259 or 6133967. OLE color: 6133967.
HSL color Cylindrical-coordinate representation of color #CF985D: hue angle of 31.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF985D is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 93 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.19 |
| HSL | 31.05º | 0.54% | 0.59% | - |
| HSV(B) | 31.05º | 0.55% | 0.81% | - |
| XYZ | 38.94 | 36.51 | 15.35 | - |
| YUV | 161.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 93 | 0 | 0.27 | 0.55 | 0.19 | 31.05 | 0.54 | 0.59 |
| Hex | CF | 98 | 5D | 0 | 1B | 37 | 13 | 1F | 36 | 3B |
| Octal | 317 | 230 | 135 | 0 | 33 | 67 | 23 | 37 | 66 | 73 |
| Binary | 11001111 | 10011000 | 1011101 | 0 | 11011 | 110111 | 10011 | 11111 | 110110 | 111011 |
Color Harmonies of #CF985D
Complementary color
Monochromatic Colors of #CF985D
Black with #CF985D
Text Example
Text Example
White with #CF985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF985D; }
p { color: rgb(207,152,93); }
H1.HeaderClassName
{
color: #CF985D;
}
.AnyTagClassName
{
color: #CF985D;
}
</style>
background-color css
<style>
a { background-color: #CF985D; }
a { background-color: rgb(207,152,93); }
div.DivClassName
{
background-color: #CF985D;
}
.BgClassName
{
background-color: #CF985D;
}
</style>
border-color css
<style>
span { border-color: #CF985D; }
span { border-color: rgb(207,152,93); }
td.TdClassName
{
border-color: #CF985D;
}
.TagClassName
{
border-color: #CF985D;
}
</style>