Shades of Whiskey Sour #CF8C54
Tints of Whiskey Sour #CF8C54
RGB
CMYK
RGB Variations
Color information
#CF8C54 (or 0xCF8C54) is known color: Whiskey Sour. HEX triplet: CF, 8C and 54. RGB value is (207,140,84). Sum of RGB (Red+Green+Blue) = 207+140+84=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C54 is #3073AB. Grayscale: #999999. Windows color (decimal): -3175340 or 5541071. OLE color: 5541071.
HSL color Cylindrical-coordinate representation of color #CF8C54: hue angle of 27.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF8C54 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 84 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.19 |
| HSL | 27.32º | 0.56% | 0.57% | - |
| HSV(B) | 27.32º | 0.59% | 0.81% | - |
| XYZ | 36.71 | 32.66 | 12.76 | - |
| YUV | 153.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 84 | 0 | 0.32 | 0.59 | 0.19 | 27.32 | 0.56 | 0.57 |
| Hex | CF | 8C | 54 | 0 | 20 | 3B | 13 | 1B | 38 | 39 |
| Octal | 317 | 214 | 124 | 0 | 40 | 73 | 23 | 33 | 70 | 71 |
| Binary | 11001111 | 10001100 | 1010100 | 0 | 100000 | 111011 | 10011 | 11011 | 111000 | 111001 |
Color Harmonies of #CF8C54
Complementary color
Monochromatic Colors of #CF8C54
Black with #CF8C54
Text Example
Text Example
White with #CF8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C54; }
p { color: rgb(207,140,84); }
H1.HeaderClassName
{
color: #CF8C54;
}
.AnyTagClassName
{
color: #CF8C54;
}
</style>
background-color css
<style>
a { background-color: #CF8C54; }
a { background-color: rgb(207,140,84); }
div.DivClassName
{
background-color: #CF8C54;
}
.BgClassName
{
background-color: #CF8C54;
}
</style>
border-color css
<style>
span { border-color: #CF8C54; }
span { border-color: rgb(207,140,84); }
td.TdClassName
{
border-color: #CF8C54;
}
.TagClassName
{
border-color: #CF8C54;
}
</style>