Shades of Whiskey Sour #CF9157
Tints of Whiskey Sour #CF9157
RGB
CMYK
RGB Variations
Color information
#CF9157 (or 0xCF9157) is known color: Whiskey Sour. HEX triplet: CF, 91 and 57. RGB value is (207,145,87). Sum of RGB (Red+Green+Blue) = 207+145+87=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9157 is #306EA8. Grayscale: #9D9D9D. Windows color (decimal): -3174057 or 5738959. OLE color: 5738959.
HSL color Cylindrical-coordinate representation of color #CF9157: hue angle of 29º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF9157 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 87 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.19 |
| HSL | 29º | 0.56% | 0.58% | - |
| HSV(B) | 29º | 0.58% | 0.81% | - |
| XYZ | 37.58 | 34.2 | 13.64 | - |
| YUV | 156.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 87 | 0 | 0.30 | 0.58 | 0.19 | 29 | 0.56 | 0.58 |
| Hex | CF | 91 | 57 | 0 | 1E | 3A | 13 | 1D | 38 | 3A |
| Octal | 317 | 221 | 127 | 0 | 36 | 72 | 23 | 35 | 70 | 72 |
| Binary | 11001111 | 10010001 | 1010111 | 0 | 11110 | 111010 | 10011 | 11101 | 111000 | 111010 |
Color Harmonies of #CF9157
Complementary color
Monochromatic Colors of #CF9157
Black with #CF9157
Text Example
Text Example
White with #CF9157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9157; }
p { color: rgb(207,145,87); }
H1.HeaderClassName
{
color: #CF9157;
}
.AnyTagClassName
{
color: #CF9157;
}
</style>
background-color css
<style>
a { background-color: #CF9157; }
a { background-color: rgb(207,145,87); }
div.DivClassName
{
background-color: #CF9157;
}
.BgClassName
{
background-color: #CF9157;
}
</style>
border-color css
<style>
span { border-color: #CF9157; }
span { border-color: rgb(207,145,87); }
td.TdClassName
{
border-color: #CF9157;
}
.TagClassName
{
border-color: #CF9157;
}
</style>