Shades of Whiskey Sour #CF8F58
Tints of Whiskey Sour #CF8F58
RGB
CMYK
RGB Variations
Color information
#CF8F58 (or 0xCF8F58) is known color: Whiskey Sour. HEX triplet: CF, 8F and 58. RGB value is (207,143,88). Sum of RGB (Red+Green+Blue) = 207+143+88=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F58 is #3070A7. Grayscale: #9C9C9C. Windows color (decimal): -3174568 or 5803983. OLE color: 5803983.
HSL color Cylindrical-coordinate representation of color #CF8F58: hue angle of 27.73º 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 #CF8F58 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 88 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.19 |
| HSL | 27.73º | 0.55% | 0.58% | - |
| HSV(B) | 27.73º | 0.57% | 0.81% | - |
| XYZ | 37.32 | 33.61 | 13.75 | - |
| YUV | 155.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 88 | 0 | 0.31 | 0.57 | 0.19 | 27.73 | 0.55 | 0.58 |
| Hex | CF | 8F | 58 | 0 | 1F | 39 | 13 | 1C | 37 | 3A |
| Octal | 317 | 217 | 130 | 0 | 37 | 71 | 23 | 34 | 67 | 72 |
| Binary | 11001111 | 10001111 | 1011000 | 0 | 11111 | 111001 | 10011 | 11100 | 110111 | 111010 |
Color Harmonies of #CF8F58
Complementary color
Monochromatic Colors of #CF8F58
Black with #CF8F58
Text Example
Text Example
White with #CF8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F58; }
p { color: rgb(207,143,88); }
H1.HeaderClassName
{
color: #CF8F58;
}
.AnyTagClassName
{
color: #CF8F58;
}
</style>
background-color css
<style>
a { background-color: #CF8F58; }
a { background-color: rgb(207,143,88); }
div.DivClassName
{
background-color: #CF8F58;
}
.BgClassName
{
background-color: #CF8F58;
}
</style>
border-color css
<style>
span { border-color: #CF8F58; }
span { border-color: rgb(207,143,88); }
td.TdClassName
{
border-color: #CF8F58;
}
.TagClassName
{
border-color: #CF8F58;
}
</style>