Shades of Whiskey Sour #CF8C56
Tints of Whiskey Sour #CF8C56
RGB
CMYK
RGB Variations
Color information
#CF8C56 (or 0xCF8C56) is known color: Whiskey Sour. HEX triplet: CF, 8C and 56. RGB value is (207,140,86). Sum of RGB (Red+Green+Blue) = 207+140+86=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C56 is #3073A9. Grayscale: #9A9A9A. Windows color (decimal): -3175338 or 5672143. OLE color: 5672143.
HSL color Cylindrical-coordinate representation of color #CF8C56: hue angle of 26.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF8C56 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 86 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.19 |
| HSL | 26.78º | 0.56% | 0.57% | - |
| HSV(B) | 26.78º | 0.58% | 0.81% | - |
| XYZ | 36.79 | 32.69 | 13.18 | - |
| YUV | 153.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 86 | 0 | 0.32 | 0.58 | 0.19 | 26.78 | 0.56 | 0.57 |
| Hex | CF | 8C | 56 | 0 | 20 | 3A | 13 | 1B | 38 | 39 |
| Octal | 317 | 214 | 126 | 0 | 40 | 72 | 23 | 33 | 70 | 71 |
| Binary | 11001111 | 10001100 | 1010110 | 0 | 100000 | 111010 | 10011 | 11011 | 111000 | 111001 |
Color Harmonies of #CF8C56
Complementary color
Monochromatic Colors of #CF8C56
Black with #CF8C56
Text Example
Text Example
White with #CF8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C56; }
p { color: rgb(207,140,86); }
H1.HeaderClassName
{
color: #CF8C56;
}
.AnyTagClassName
{
color: #CF8C56;
}
</style>
background-color css
<style>
a { background-color: #CF8C56; }
a { background-color: rgb(207,140,86); }
div.DivClassName
{
background-color: #CF8C56;
}
.BgClassName
{
background-color: #CF8C56;
}
</style>
border-color css
<style>
span { border-color: #CF8C56; }
span { border-color: rgb(207,140,86); }
td.TdClassName
{
border-color: #CF8C56;
}
.TagClassName
{
border-color: #CF8C56;
}
</style>