Shades of Whiskey Sour #CF8E58
Tints of Whiskey Sour #CF8E58
RGB
CMYK
RGB Variations
Color information
#CF8E58 (or 0xCF8E58) is known color: Whiskey Sour. HEX triplet: CF, 8E and 58. RGB value is (207,142,88). Sum of RGB (Red+Green+Blue) = 207+142+88=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8E58 is #3071A7. Grayscale: #9B9B9B. Windows color (decimal): -3174824 or 5803727. OLE color: 5803727.
HSL color Cylindrical-coordinate representation of color #CF8E58: hue angle of 27.23º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF8E58 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 142 | 88 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.19 |
| HSL | 27.23º | 0.55% | 0.58% | - |
| HSV(B) | 27.23º | 0.57% | 0.81% | - |
| XYZ | 37.17 | 33.32 | 13.7 | - |
| YUV | 155.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 142 | 88 | 0 | 0.31 | 0.57 | 0.19 | 27.23 | 0.55 | 0.58 |
| Hex | CF | 8E | 58 | 0 | 1F | 39 | 13 | 1B | 37 | 3A |
| Octal | 317 | 216 | 130 | 0 | 37 | 71 | 23 | 33 | 67 | 72 |
| Binary | 11001111 | 10001110 | 1011000 | 0 | 11111 | 111001 | 10011 | 11011 | 110111 | 111010 |
Color Harmonies of #CF8E58
Complementary color
Monochromatic Colors of #CF8E58
Black with #CF8E58
Text Example
Text Example
White with #CF8E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8E58; }
p { color: rgb(207,142,88); }
H1.HeaderClassName
{
color: #CF8E58;
}
.AnyTagClassName
{
color: #CF8E58;
}
</style>
background-color css
<style>
a { background-color: #CF8E58; }
a { background-color: rgb(207,142,88); }
div.DivClassName
{
background-color: #CF8E58;
}
.BgClassName
{
background-color: #CF8E58;
}
</style>
border-color css
<style>
span { border-color: #CF8E58; }
span { border-color: rgb(207,142,88); }
td.TdClassName
{
border-color: #CF8E58;
}
.TagClassName
{
border-color: #CF8E58;
}
</style>