Shades of Whiskey Sour #CF975C
Tints of Whiskey Sour #CF975C
RGB
CMYK
RGB Variations
Color information
#CF975C (or 0xCF975C) is known color: Whiskey Sour. HEX triplet: CF, 97 and 5C. RGB value is (207,151,92). Sum of RGB (Red+Green+Blue) = 207+151+92=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF975C is #3068A3. Grayscale: #A1A1A1. Windows color (decimal): -3172516 or 6068175. OLE color: 6068175.
HSL color Cylindrical-coordinate representation of color #CF975C: hue angle of 30.78º 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 #CF975C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 92 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.19 |
| HSL | 30.78º | 0.55% | 0.59% | - |
| HSV(B) | 30.78º | 0.56% | 0.81% | - |
| XYZ | 38.73 | 36.17 | 15.07 | - |
| YUV | 161.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 92 | 0 | 0.27 | 0.56 | 0.19 | 30.78 | 0.55 | 0.59 |
| Hex | CF | 97 | 5C | 0 | 1B | 38 | 13 | 1F | 37 | 3B |
| Octal | 317 | 227 | 134 | 0 | 33 | 70 | 23 | 37 | 67 | 73 |
| Binary | 11001111 | 10010111 | 1011100 | 0 | 11011 | 111000 | 10011 | 11111 | 110111 | 111011 |
Color Harmonies of #CF975C
Complementary color
Monochromatic Colors of #CF975C
Black with #CF975C
Text Example
Text Example
White with #CF975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF975C; }
p { color: rgb(207,151,92); }
H1.HeaderClassName
{
color: #CF975C;
}
.AnyTagClassName
{
color: #CF975C;
}
</style>
background-color css
<style>
a { background-color: #CF975C; }
a { background-color: rgb(207,151,92); }
div.DivClassName
{
background-color: #CF975C;
}
.BgClassName
{
background-color: #CF975C;
}
</style>
border-color css
<style>
span { border-color: #CF975C; }
span { border-color: rgb(207,151,92); }
td.TdClassName
{
border-color: #CF975C;
}
.TagClassName
{
border-color: #CF975C;
}
</style>