Shades of Whiskey Sour #CF8C53
Tints of Whiskey Sour #CF8C53
RGB
CMYK
RGB Variations
Color information
#CF8C53 (or 0xCF8C53) is known color: Whiskey Sour. HEX triplet: CF, 8C and 53. RGB value is (207,140,83). Sum of RGB (Red+Green+Blue) = 207+140+83=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C53 is #3073AC. Grayscale: #999999. Windows color (decimal): -3175341 or 5475535. OLE color: 5475535.
HSL color Cylindrical-coordinate representation of color #CF8C53: hue angle of 27.58º degrees, saturation: 0.56, 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 #CF8C53 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 83 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.19 |
| HSL | 27.58º | 0.56% | 0.57% | - |
| HSV(B) | 27.58º | 0.6% | 0.81% | - |
| XYZ | 36.67 | 32.65 | 12.55 | - |
| YUV | 153.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 83 | 0 | 0.32 | 0.60 | 0.19 | 27.58 | 0.56 | 0.57 |
| Hex | CF | 8C | 53 | 0 | 20 | 3C | 13 | 1C | 38 | 39 |
| Octal | 317 | 214 | 123 | 0 | 40 | 74 | 23 | 34 | 70 | 71 |
| Binary | 11001111 | 10001100 | 1010011 | 0 | 100000 | 111100 | 10011 | 11100 | 111000 | 111001 |
Color Harmonies of #CF8C53
Complementary color
Monochromatic Colors of #CF8C53
Black with #CF8C53
Text Example
Text Example
White with #CF8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C53; }
p { color: rgb(207,140,83); }
H1.HeaderClassName
{
color: #CF8C53;
}
.AnyTagClassName
{
color: #CF8C53;
}
</style>
background-color css
<style>
a { background-color: #CF8C53; }
a { background-color: rgb(207,140,83); }
div.DivClassName
{
background-color: #CF8C53;
}
.BgClassName
{
background-color: #CF8C53;
}
</style>
border-color css
<style>
span { border-color: #CF8C53; }
span { border-color: rgb(207,140,83); }
td.TdClassName
{
border-color: #CF8C53;
}
.TagClassName
{
border-color: #CF8C53;
}
</style>