Shades of Whiskey Sour #CF9057
Tints of Whiskey Sour #CF9057
RGB
CMYK
RGB Variations
Color information
#CF9057 (or 0xCF9057) is known color: Whiskey Sour. HEX triplet: CF, 90 and 57. RGB value is (207,144,87). Sum of RGB (Red+Green+Blue) = 207+144+87=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9057 is #306FA8. Grayscale: #9C9C9C. Windows color (decimal): -3174313 or 5738703. OLE color: 5738703.
HSL color Cylindrical-coordinate representation of color #CF9057: hue angle of 28.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 #CF9057 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 87 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.19 |
| HSL | 28.5º | 0.56% | 0.58% | - |
| HSV(B) | 28.5º | 0.58% | 0.81% | - |
| XYZ | 37.43 | 33.9 | 13.59 | - |
| YUV | 156.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 87 | 0 | 0.30 | 0.58 | 0.19 | 28.5 | 0.56 | 0.58 |
| Hex | CF | 90 | 57 | 0 | 1E | 3A | 13 | 1C | 38 | 3A |
| Octal | 317 | 220 | 127 | 0 | 36 | 72 | 23 | 34 | 70 | 72 |
| Binary | 11001111 | 10010000 | 1010111 | 0 | 11110 | 111010 | 10011 | 11100 | 111000 | 111010 |
Color Harmonies of #CF9057
Complementary color
Monochromatic Colors of #CF9057
Black with #CF9057
Text Example
Text Example
White with #CF9057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9057; }
p { color: rgb(207,144,87); }
H1.HeaderClassName
{
color: #CF9057;
}
.AnyTagClassName
{
color: #CF9057;
}
</style>
background-color css
<style>
a { background-color: #CF9057; }
a { background-color: rgb(207,144,87); }
div.DivClassName
{
background-color: #CF9057;
}
.BgClassName
{
background-color: #CF9057;
}
</style>
border-color css
<style>
span { border-color: #CF9057; }
span { border-color: rgb(207,144,87); }
td.TdClassName
{
border-color: #CF9057;
}
.TagClassName
{
border-color: #CF9057;
}
</style>