Shades of Whiskey Sour #CF945E
Tints of Whiskey Sour #CF945E
RGB
CMYK
RGB Variations
Color information
#CF945E (or 0xCF945E) is known color: Whiskey Sour. HEX triplet: CF, 94 and 5E. RGB value is (207,148,94). Sum of RGB (Red+Green+Blue) = 207+148+94=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF945E is #306BA1. Grayscale: #9F9F9F. Windows color (decimal): -3173282 or 6198479. OLE color: 6198479.
HSL color Cylindrical-coordinate representation of color #CF945E: hue angle of 28.67º 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 #CF945E is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 94 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.19 |
| HSL | 28.67º | 0.54% | 0.59% | - |
| HSV(B) | 28.67º | 0.55% | 0.81% | - |
| XYZ | 38.34 | 35.25 | 15.37 | - |
| YUV | 159.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 94 | 0 | 0.29 | 0.55 | 0.19 | 28.67 | 0.54 | 0.59 |
| Hex | CF | 94 | 5E | 0 | 1D | 37 | 13 | 1D | 36 | 3B |
| Octal | 317 | 224 | 136 | 0 | 35 | 67 | 23 | 35 | 66 | 73 |
| Binary | 11001111 | 10010100 | 1011110 | 0 | 11101 | 110111 | 10011 | 11101 | 110110 | 111011 |
Color Harmonies of #CF945E
Complementary color
Monochromatic Colors of #CF945E
Black with #CF945E
Text Example
Text Example
White with #CF945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF945E; }
p { color: rgb(207,148,94); }
H1.HeaderClassName
{
color: #CF945E;
}
.AnyTagClassName
{
color: #CF945E;
}
</style>
background-color css
<style>
a { background-color: #CF945E; }
a { background-color: rgb(207,148,94); }
div.DivClassName
{
background-color: #CF945E;
}
.BgClassName
{
background-color: #CF945E;
}
</style>
border-color css
<style>
span { border-color: #CF945E; }
span { border-color: rgb(207,148,94); }
td.TdClassName
{
border-color: #CF945E;
}
.TagClassName
{
border-color: #CF945E;
}
</style>