Shades of Whiskey Sour #CF9257
Tints of Whiskey Sour #CF9257
RGB
CMYK
RGB Variations
Color information
#CF9257 (or 0xCF9257) is known color: Whiskey Sour. HEX triplet: CF, 92 and 57. RGB value is (207,146,87). Sum of RGB (Red+Green+Blue) = 207+146+87=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9257 is #306DA8. Grayscale: #9D9D9D. Windows color (decimal): -3173801 or 5739215. OLE color: 5739215.
HSL color Cylindrical-coordinate representation of color #CF9257: hue angle of 29.5º 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 #CF9257 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 87 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.19 |
| HSL | 29.5º | 0.56% | 0.58% | - |
| HSV(B) | 29.5º | 0.58% | 0.81% | - |
| XYZ | 37.73 | 34.51 | 13.69 | - |
| YUV | 157.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 87 | 0 | 0.29 | 0.58 | 0.19 | 29.5 | 0.56 | 0.58 |
| Hex | CF | 92 | 57 | 0 | 1D | 3A | 13 | 1E | 38 | 3A |
| Octal | 317 | 222 | 127 | 0 | 35 | 72 | 23 | 36 | 70 | 72 |
| Binary | 11001111 | 10010010 | 1010111 | 0 | 11101 | 111010 | 10011 | 11110 | 111000 | 111010 |
Color Harmonies of #CF9257
Complementary color
Monochromatic Colors of #CF9257
Black with #CF9257
Text Example
Text Example
White with #CF9257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9257; }
p { color: rgb(207,146,87); }
H1.HeaderClassName
{
color: #CF9257;
}
.AnyTagClassName
{
color: #CF9257;
}
</style>
background-color css
<style>
a { background-color: #CF9257; }
a { background-color: rgb(207,146,87); }
div.DivClassName
{
background-color: #CF9257;
}
.BgClassName
{
background-color: #CF9257;
}
</style>
border-color css
<style>
span { border-color: #CF9257; }
span { border-color: rgb(207,146,87); }
td.TdClassName
{
border-color: #CF9257;
}
.TagClassName
{
border-color: #CF9257;
}
</style>