Shades of Whiskey Sour #CF995E
Tints of Whiskey Sour #CF995E
RGB
CMYK
RGB Variations
Color information
#CF995E (or 0xCF995E) is known color: Whiskey Sour. HEX triplet: CF, 99 and 5E. RGB value is (207,153,94). Sum of RGB (Red+Green+Blue) = 207+153+94=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF995E is #3066A1. Grayscale: #A2A2A2. Windows color (decimal): -3172002 or 6199759. OLE color: 6199759.
HSL color Cylindrical-coordinate representation of color #CF995E: hue angle of 31.33º 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 #CF995E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 94 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.19 |
| HSL | 31.33º | 0.54% | 0.59% | - |
| HSV(B) | 31.33º | 0.55% | 0.81% | - |
| XYZ | 39.14 | 36.86 | 15.64 | - |
| YUV | 162.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 94 | 0 | 0.26 | 0.55 | 0.19 | 31.33 | 0.54 | 0.59 |
| Hex | CF | 99 | 5E | 0 | 1A | 37 | 13 | 1F | 36 | 3B |
| Octal | 317 | 231 | 136 | 0 | 32 | 67 | 23 | 37 | 66 | 73 |
| Binary | 11001111 | 10011001 | 1011110 | 0 | 11010 | 110111 | 10011 | 11111 | 110110 | 111011 |
Color Harmonies of #CF995E
Complementary color
Monochromatic Colors of #CF995E
Black with #CF995E
Text Example
Text Example
White with #CF995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF995E; }
p { color: rgb(207,153,94); }
H1.HeaderClassName
{
color: #CF995E;
}
.AnyTagClassName
{
color: #CF995E;
}
</style>
background-color css
<style>
a { background-color: #CF995E; }
a { background-color: rgb(207,153,94); }
div.DivClassName
{
background-color: #CF995E;
}
.BgClassName
{
background-color: #CF995E;
}
</style>
border-color css
<style>
span { border-color: #CF995E; }
span { border-color: rgb(207,153,94); }
td.TdClassName
{
border-color: #CF995E;
}
.TagClassName
{
border-color: #CF995E;
}
</style>