Shades of Whiskey Sour #CF8957
Tints of Whiskey Sour #CF8957
RGB
CMYK
RGB Variations
Color information
#CF8957 (or 0xCF8957) is known color: Whiskey Sour. HEX triplet: CF, 89 and 57. RGB value is (207,137,87). Sum of RGB (Red+Green+Blue) = 207+137+87=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8957 is #3076A8. Grayscale: #989898. Windows color (decimal): -3176105 or 5736911. OLE color: 5736911.
HSL color Cylindrical-coordinate representation of color #CF8957: hue angle of 25º 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 #CF8957 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 87 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.19 |
| HSL | 25º | 0.56% | 0.58% | - |
| HSV(B) | 25º | 0.58% | 0.81% | - |
| XYZ | 36.4 | 31.84 | 13.25 | - |
| YUV | 152.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 87 | 0 | 0.34 | 0.58 | 0.19 | 25 | 0.56 | 0.58 |
| Hex | CF | 89 | 57 | 0 | 22 | 3A | 13 | 19 | 38 | 3A |
| Octal | 317 | 211 | 127 | 0 | 42 | 72 | 23 | 31 | 70 | 72 |
| Binary | 11001111 | 10001001 | 1010111 | 0 | 100010 | 111010 | 10011 | 11001 | 111000 | 111010 |
Color Harmonies of #CF8957
Complementary color
Monochromatic Colors of #CF8957
Black with #CF8957
Text Example
Text Example
White with #CF8957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8957; }
p { color: rgb(207,137,87); }
H1.HeaderClassName
{
color: #CF8957;
}
.AnyTagClassName
{
color: #CF8957;
}
</style>
background-color css
<style>
a { background-color: #CF8957; }
a { background-color: rgb(207,137,87); }
div.DivClassName
{
background-color: #CF8957;
}
.BgClassName
{
background-color: #CF8957;
}
</style>
border-color css
<style>
span { border-color: #CF8957; }
span { border-color: rgb(207,137,87); }
td.TdClassName
{
border-color: #CF8957;
}
.TagClassName
{
border-color: #CF8957;
}
</style>