Shades of Whiskey Sour #CF8D51
Tints of Whiskey Sour #CF8D51
RGB
CMYK
RGB Variations
Color information
#CF8D51 (or 0xCF8D51) is known color: Whiskey Sour. HEX triplet: CF, 8D and 51. RGB value is (207,141,81). Sum of RGB (Red+Green+Blue) = 207+141+81=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D51 is #3072AE. Grayscale: #9A9A9A. Windows color (decimal): -3175087 or 5344719. OLE color: 5344719.
HSL color Cylindrical-coordinate representation of color #CF8D51: hue angle of 28.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF8D51 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 81 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.19 |
| HSL | 28.57º | 0.57% | 0.56% | - |
| HSV(B) | 28.57º | 0.61% | 0.81% | - |
| XYZ | 36.74 | 32.91 | 12.2 | - |
| YUV | 153.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 81 | 0 | 0.32 | 0.61 | 0.19 | 28.57 | 0.57 | 0.56 |
| Hex | CF | 8D | 51 | 0 | 20 | 3D | 13 | 1D | 39 | 38 |
| Octal | 317 | 215 | 121 | 0 | 40 | 75 | 23 | 35 | 71 | 70 |
| Binary | 11001111 | 10001101 | 1010001 | 0 | 100000 | 111101 | 10011 | 11101 | 111001 | 111000 |
Color Harmonies of #CF8D51
Complementary color
Monochromatic Colors of #CF8D51
Black with #CF8D51
Text Example
Text Example
White with #CF8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D51; }
p { color: rgb(207,141,81); }
H1.HeaderClassName
{
color: #CF8D51;
}
.AnyTagClassName
{
color: #CF8D51;
}
</style>
background-color css
<style>
a { background-color: #CF8D51; }
a { background-color: rgb(207,141,81); }
div.DivClassName
{
background-color: #CF8D51;
}
.BgClassName
{
background-color: #CF8D51;
}
</style>
border-color css
<style>
span { border-color: #CF8D51; }
span { border-color: rgb(207,141,81); }
td.TdClassName
{
border-color: #CF8D51;
}
.TagClassName
{
border-color: #CF8D51;
}
</style>