Shades of Whiskey Sour #CF8852
Tints of Whiskey Sour #CF8852
RGB
CMYK
RGB Variations
Color information
#CF8852 (or 0xCF8852) is known color: Whiskey Sour. HEX triplet: CF, 88 and 52. RGB value is (207,136,82). Sum of RGB (Red+Green+Blue) = 207+136+82=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8852 is #3077AD. Grayscale: #979797. Windows color (decimal): -3176366 or 5408975. OLE color: 5408975.
HSL color Cylindrical-coordinate representation of color #CF8852: hue angle of 25.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF8852 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 82 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.19 |
| HSL | 25.92º | 0.57% | 0.57% | - |
| HSV(B) | 25.92º | 0.6% | 0.81% | - |
| XYZ | 36.06 | 31.48 | 12.16 | - |
| YUV | 151.07 | 89.02 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 82 | 0 | 0.34 | 0.60 | 0.19 | 25.92 | 0.57 | 0.57 |
| Hex | CF | 88 | 52 | 0 | 22 | 3C | 13 | 1A | 39 | 39 |
| Octal | 317 | 210 | 122 | 0 | 42 | 74 | 23 | 32 | 71 | 71 |
| Binary | 11001111 | 10001000 | 1010010 | 0 | 100010 | 111100 | 10011 | 11010 | 111001 | 111001 |
Color Harmonies of #CF8852
Complementary color
Monochromatic Colors of #CF8852
Black with #CF8852
Text Example
Text Example
White with #CF8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8852; }
p { color: rgb(207,136,82); }
H1.HeaderClassName
{
color: #CF8852;
}
.AnyTagClassName
{
color: #CF8852;
}
</style>
background-color css
<style>
a { background-color: #CF8852; }
a { background-color: rgb(207,136,82); }
div.DivClassName
{
background-color: #CF8852;
}
.BgClassName
{
background-color: #CF8852;
}
</style>
border-color css
<style>
span { border-color: #CF8852; }
span { border-color: rgb(207,136,82); }
td.TdClassName
{
border-color: #CF8852;
}
.TagClassName
{
border-color: #CF8852;
}
</style>