Shades of Whiskey Sour #CF8851
Tints of Whiskey Sour #CF8851
RGB
CMYK
RGB Variations
Color information
#CF8851 (or 0xCF8851) is known color: Whiskey Sour. HEX triplet: CF, 88 and 51. RGB value is (207,136,81). Sum of RGB (Red+Green+Blue) = 207+136+81=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8851 is #3077AE. Grayscale: #979797. Windows color (decimal): -3176367 or 5343439. OLE color: 5343439.
HSL color Cylindrical-coordinate representation of color #CF8851: hue angle of 26.19º 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 #CF8851 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 81 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.19 |
| HSL | 26.19º | 0.57% | 0.56% | - |
| HSV(B) | 26.19º | 0.61% | 0.81% | - |
| XYZ | 36.02 | 31.47 | 11.96 | - |
| YUV | 150.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 81 | 0 | 0.34 | 0.61 | 0.19 | 26.19 | 0.57 | 0.56 |
| Hex | CF | 88 | 51 | 0 | 22 | 3D | 13 | 1A | 39 | 38 |
| Octal | 317 | 210 | 121 | 0 | 42 | 75 | 23 | 32 | 71 | 70 |
| Binary | 11001111 | 10001000 | 1010001 | 0 | 100010 | 111101 | 10011 | 11010 | 111001 | 111000 |
Color Harmonies of #CF8851
Complementary color
Monochromatic Colors of #CF8851
Black with #CF8851
Text Example
Text Example
White with #CF8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8851; }
p { color: rgb(207,136,81); }
H1.HeaderClassName
{
color: #CF8851;
}
.AnyTagClassName
{
color: #CF8851;
}
</style>
background-color css
<style>
a { background-color: #CF8851; }
a { background-color: rgb(207,136,81); }
div.DivClassName
{
background-color: #CF8851;
}
.BgClassName
{
background-color: #CF8851;
}
</style>
border-color css
<style>
span { border-color: #CF8851; }
span { border-color: rgb(207,136,81); }
td.TdClassName
{
border-color: #CF8851;
}
.TagClassName
{
border-color: #CF8851;
}
</style>