Shades of Whiskey Sour #CF8C58
Tints of Whiskey Sour #CF8C58
RGB
CMYK
RGB Variations
Color information
#CF8C58 (or 0xCF8C58) is known color: Whiskey Sour. HEX triplet: CF, 8C and 58. RGB value is (207,140,88). Sum of RGB (Red+Green+Blue) = 207+140+88=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C58 is #3073A7. Grayscale: #9A9A9A. Windows color (decimal): -3175336 or 5803215. OLE color: 5803215.
HSL color Cylindrical-coordinate representation of color #CF8C58: hue angle of 26.22º 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 #CF8C58 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 88 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.19 |
| HSL | 26.22º | 0.55% | 0.58% | - |
| HSV(B) | 26.22º | 0.57% | 0.81% | - |
| XYZ | 36.87 | 32.73 | 13.61 | - |
| YUV | 154.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 88 | 0 | 0.32 | 0.57 | 0.19 | 26.22 | 0.55 | 0.58 |
| Hex | CF | 8C | 58 | 0 | 20 | 39 | 13 | 1A | 37 | 3A |
| Octal | 317 | 214 | 130 | 0 | 40 | 71 | 23 | 32 | 67 | 72 |
| Binary | 11001111 | 10001100 | 1011000 | 0 | 100000 | 111001 | 10011 | 11010 | 110111 | 111010 |
Color Harmonies of #CF8C58
Complementary color
Monochromatic Colors of #CF8C58
Black with #CF8C58
Text Example
Text Example
White with #CF8C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C58; }
p { color: rgb(207,140,88); }
H1.HeaderClassName
{
color: #CF8C58;
}
.AnyTagClassName
{
color: #CF8C58;
}
</style>
background-color css
<style>
a { background-color: #CF8C58; }
a { background-color: rgb(207,140,88); }
div.DivClassName
{
background-color: #CF8C58;
}
.BgClassName
{
background-color: #CF8C58;
}
</style>
border-color css
<style>
span { border-color: #CF8C58; }
span { border-color: rgb(207,140,88); }
td.TdClassName
{
border-color: #CF8C58;
}
.TagClassName
{
border-color: #CF8C58;
}
</style>