Shades of Whiskey Sour #CF9C5E
Tints of Whiskey Sour #CF9C5E
RGB
CMYK
RGB Variations
Color information
#CF9C5E (or 0xCF9C5E) is known color: Whiskey Sour. HEX triplet: CF, 9C and 5E. RGB value is (207,156,94). Sum of RGB (Red+Green+Blue) = 207+156+94=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C5E is #3063A1. Grayscale: #A4A4A4. Windows color (decimal): -3171234 or 6200527. OLE color: 6200527.
HSL color Cylindrical-coordinate representation of color #CF9C5E: hue angle of 32.92º 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 #CF9C5E is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 94 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.19 |
| HSL | 32.92º | 0.54% | 0.59% | - |
| HSV(B) | 32.92º | 0.55% | 0.81% | - |
| XYZ | 39.64 | 37.85 | 15.81 | - |
| YUV | 164.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 94 | 0 | 0.25 | 0.55 | 0.19 | 32.92 | 0.54 | 0.59 |
| Hex | CF | 9C | 5E | 0 | 19 | 37 | 13 | 21 | 36 | 3B |
| Octal | 317 | 234 | 136 | 0 | 31 | 67 | 23 | 41 | 66 | 73 |
| Binary | 11001111 | 10011100 | 1011110 | 0 | 11001 | 110111 | 10011 | 100001 | 110110 | 111011 |
Color Harmonies of #CF9C5E
Complementary color
Monochromatic Colors of #CF9C5E
Black with #CF9C5E
Text Example
Text Example
White with #CF9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C5E; }
p { color: rgb(207,156,94); }
H1.HeaderClassName
{
color: #CF9C5E;
}
.AnyTagClassName
{
color: #CF9C5E;
}
</style>
background-color css
<style>
a { background-color: #CF9C5E; }
a { background-color: rgb(207,156,94); }
div.DivClassName
{
background-color: #CF9C5E;
}
.BgClassName
{
background-color: #CF9C5E;
}
</style>
border-color css
<style>
span { border-color: #CF9C5E; }
span { border-color: rgb(207,156,94); }
td.TdClassName
{
border-color: #CF9C5E;
}
.TagClassName
{
border-color: #CF9C5E;
}
</style>