Shades of Whiskey Sour #CF9B5E
Tints of Whiskey Sour #CF9B5E
RGB
CMYK
RGB Variations
Color information
#CF9B5E (or 0xCF9B5E) is known color: Whiskey Sour. HEX triplet: CF, 9B and 5E. RGB value is (207,155,94). Sum of RGB (Red+Green+Blue) = 207+155+94=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B5E is #3064A1. Grayscale: #A3A3A3. Windows color (decimal): -3171490 or 6200271. OLE color: 6200271.
HSL color Cylindrical-coordinate representation of color #CF9B5E: hue angle of 32.39º 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 #CF9B5E is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 94 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.19 |
| HSL | 32.39º | 0.54% | 0.59% | - |
| HSV(B) | 32.39º | 0.55% | 0.81% | - |
| XYZ | 39.47 | 37.52 | 15.75 | - |
| YUV | 163.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 94 | 0 | 0.25 | 0.55 | 0.19 | 32.39 | 0.54 | 0.59 |
| Hex | CF | 9B | 5E | 0 | 19 | 37 | 13 | 20 | 36 | 3B |
| Octal | 317 | 233 | 136 | 0 | 31 | 67 | 23 | 40 | 66 | 73 |
| Binary | 11001111 | 10011011 | 1011110 | 0 | 11001 | 110111 | 10011 | 100000 | 110110 | 111011 |
Color Harmonies of #CF9B5E
Complementary color
Monochromatic Colors of #CF9B5E
Black with #CF9B5E
Text Example
Text Example
White with #CF9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B5E; }
p { color: rgb(207,155,94); }
H1.HeaderClassName
{
color: #CF9B5E;
}
.AnyTagClassName
{
color: #CF9B5E;
}
</style>
background-color css
<style>
a { background-color: #CF9B5E; }
a { background-color: rgb(207,155,94); }
div.DivClassName
{
background-color: #CF9B5E;
}
.BgClassName
{
background-color: #CF9B5E;
}
</style>
border-color css
<style>
span { border-color: #CF9B5E; }
span { border-color: rgb(207,155,94); }
td.TdClassName
{
border-color: #CF9B5E;
}
.TagClassName
{
border-color: #CF9B5E;
}
</style>