Shades of Whiskey Sour #CF985C
Tints of Whiskey Sour #CF985C
RGB
CMYK
RGB Variations
Color information
#CF985C (or 0xCF985C) is known color: Whiskey Sour. HEX triplet: CF, 98 and 5C. RGB value is (207,152,92). Sum of RGB (Red+Green+Blue) = 207+152+92=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF985C is #3067A3. Grayscale: #A1A1A1. Windows color (decimal): -3172260 or 6068431. OLE color: 6068431.
HSL color Cylindrical-coordinate representation of color #CF985C: hue angle of 31.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF985C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 92 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.19 |
| HSL | 31.3º | 0.55% | 0.59% | - |
| HSV(B) | 31.3º | 0.56% | 0.81% | - |
| XYZ | 38.89 | 36.49 | 15.12 | - |
| YUV | 161.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 92 | 0 | 0.27 | 0.56 | 0.19 | 31.3 | 0.55 | 0.59 |
| Hex | CF | 98 | 5C | 0 | 1B | 38 | 13 | 1F | 37 | 3B |
| Octal | 317 | 230 | 134 | 0 | 33 | 70 | 23 | 37 | 67 | 73 |
| Binary | 11001111 | 10011000 | 1011100 | 0 | 11011 | 111000 | 10011 | 11111 | 110111 | 111011 |
Color Harmonies of #CF985C
Complementary color
Monochromatic Colors of #CF985C
Black with #CF985C
Text Example
Text Example
White with #CF985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF985C; }
p { color: rgb(207,152,92); }
H1.HeaderClassName
{
color: #CF985C;
}
.AnyTagClassName
{
color: #CF985C;
}
</style>
background-color css
<style>
a { background-color: #CF985C; }
a { background-color: rgb(207,152,92); }
div.DivClassName
{
background-color: #CF985C;
}
.BgClassName
{
background-color: #CF985C;
}
</style>
border-color css
<style>
span { border-color: #CF985C; }
span { border-color: rgb(207,152,92); }
td.TdClassName
{
border-color: #CF985C;
}
.TagClassName
{
border-color: #CF985C;
}
</style>