Shades of Whiskey Sour #CF995C
Tints of Whiskey Sour #CF995C
RGB
CMYK
RGB Variations
Color information
#CF995C (or 0xCF995C) is known color: Whiskey Sour. HEX triplet: CF, 99 and 5C. RGB value is (207,153,92). Sum of RGB (Red+Green+Blue) = 207+153+92=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF995C is #3066A3. Grayscale: #A2A2A2. Windows color (decimal): -3172004 or 6068687. OLE color: 6068687.
HSL color Cylindrical-coordinate representation of color #CF995C: hue angle of 31.83º 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 #CF995C is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 92 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.19 |
| HSL | 31.83º | 0.55% | 0.59% | - |
| HSV(B) | 31.83º | 0.56% | 0.81% | - |
| XYZ | 39.06 | 36.82 | 15.17 | - |
| YUV | 162.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 92 | 0 | 0.26 | 0.56 | 0.19 | 31.83 | 0.55 | 0.59 |
| Hex | CF | 99 | 5C | 0 | 1A | 38 | 13 | 20 | 37 | 3B |
| Octal | 317 | 231 | 134 | 0 | 32 | 70 | 23 | 40 | 67 | 73 |
| Binary | 11001111 | 10011001 | 1011100 | 0 | 11010 | 111000 | 10011 | 100000 | 110111 | 111011 |
Color Harmonies of #CF995C
Complementary color
Monochromatic Colors of #CF995C
Black with #CF995C
Text Example
Text Example
White with #CF995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF995C; }
p { color: rgb(207,153,92); }
H1.HeaderClassName
{
color: #CF995C;
}
.AnyTagClassName
{
color: #CF995C;
}
</style>
background-color css
<style>
a { background-color: #CF995C; }
a { background-color: rgb(207,153,92); }
div.DivClassName
{
background-color: #CF995C;
}
.BgClassName
{
background-color: #CF995C;
}
</style>
border-color css
<style>
span { border-color: #CF995C; }
span { border-color: rgb(207,153,92); }
td.TdClassName
{
border-color: #CF995C;
}
.TagClassName
{
border-color: #CF995C;
}
</style>