Shades of Whiskey Sour #CF8C52
Tints of Whiskey Sour #CF8C52
RGB
CMYK
RGB Variations
Color information
#CF8C52 (or 0xCF8C52) is known color: Whiskey Sour. HEX triplet: CF, 8C and 52. RGB value is (207,140,82). Sum of RGB (Red+Green+Blue) = 207+140+82=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C52 is #3073AD. Grayscale: #999999. Windows color (decimal): -3175342 or 5409999. OLE color: 5409999.
HSL color Cylindrical-coordinate representation of color #CF8C52: hue angle of 27.84º 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 #CF8C52 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 82 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.19 |
| HSL | 27.84º | 0.57% | 0.57% | - |
| HSV(B) | 27.84º | 0.6% | 0.81% | - |
| XYZ | 36.63 | 32.63 | 12.35 | - |
| YUV | 153.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 82 | 0 | 0.32 | 0.60 | 0.19 | 27.84 | 0.57 | 0.57 |
| Hex | CF | 8C | 52 | 0 | 20 | 3C | 13 | 1C | 39 | 39 |
| Octal | 317 | 214 | 122 | 0 | 40 | 74 | 23 | 34 | 71 | 71 |
| Binary | 11001111 | 10001100 | 1010010 | 0 | 100000 | 111100 | 10011 | 11100 | 111001 | 111001 |
Color Harmonies of #CF8C52
Complementary color
Monochromatic Colors of #CF8C52
Black with #CF8C52
Text Example
Text Example
White with #CF8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C52; }
p { color: rgb(207,140,82); }
H1.HeaderClassName
{
color: #CF8C52;
}
.AnyTagClassName
{
color: #CF8C52;
}
</style>
background-color css
<style>
a { background-color: #CF8C52; }
a { background-color: rgb(207,140,82); }
div.DivClassName
{
background-color: #CF8C52;
}
.BgClassName
{
background-color: #CF8C52;
}
</style>
border-color css
<style>
span { border-color: #CF8C52; }
span { border-color: rgb(207,140,82); }
td.TdClassName
{
border-color: #CF8C52;
}
.TagClassName
{
border-color: #CF8C52;
}
</style>