Shades of Whiskey Sour #CF8952
Tints of Whiskey Sour #CF8952
RGB
CMYK
RGB Variations
Color information
#CF8952 (or 0xCF8952) is known color: Whiskey Sour. HEX triplet: CF, 89 and 52. RGB value is (207,137,82). Sum of RGB (Red+Green+Blue) = 207+137+82=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8952 is #3076AD. Grayscale: #979797. Windows color (decimal): -3176110 or 5409231. OLE color: 5409231.
HSL color Cylindrical-coordinate representation of color #CF8952: hue angle of 26.4º 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 #CF8952 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 82 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.19 |
| HSL | 26.4º | 0.57% | 0.57% | - |
| HSV(B) | 26.4º | 0.6% | 0.81% | - |
| XYZ | 36.2 | 31.77 | 12.21 | - |
| YUV | 151.66 | 88.69 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 82 | 0 | 0.34 | 0.60 | 0.19 | 26.4 | 0.57 | 0.57 |
| Hex | CF | 89 | 52 | 0 | 22 | 3C | 13 | 1A | 39 | 39 |
| Octal | 317 | 211 | 122 | 0 | 42 | 74 | 23 | 32 | 71 | 71 |
| Binary | 11001111 | 10001001 | 1010010 | 0 | 100010 | 111100 | 10011 | 11010 | 111001 | 111001 |
Color Harmonies of #CF8952
Complementary color
Monochromatic Colors of #CF8952
Black with #CF8952
Text Example
Text Example
White with #CF8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8952; }
p { color: rgb(207,137,82); }
H1.HeaderClassName
{
color: #CF8952;
}
.AnyTagClassName
{
color: #CF8952;
}
</style>
background-color css
<style>
a { background-color: #CF8952; }
a { background-color: rgb(207,137,82); }
div.DivClassName
{
background-color: #CF8952;
}
.BgClassName
{
background-color: #CF8952;
}
</style>
border-color css
<style>
span { border-color: #CF8952; }
span { border-color: rgb(207,137,82); }
td.TdClassName
{
border-color: #CF8952;
}
.TagClassName
{
border-color: #CF8952;
}
</style>