Shades of Whiskey Sour #CF8753
Tints of Whiskey Sour #CF8753
RGB
CMYK
RGB Variations
Color information
#CF8753 (or 0xCF8753) is known color: Whiskey Sour. HEX triplet: CF, 87 and 53. RGB value is (207,135,83). Sum of RGB (Red+Green+Blue) = 207+135+83=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8753 is #3078AC. Grayscale: #969696. Windows color (decimal): -3176621 or 5474255. OLE color: 5474255.
HSL color Cylindrical-coordinate representation of color #CF8753: hue angle of 25.16º 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 #CF8753 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 83 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.19 |
| HSL | 25.16º | 0.56% | 0.57% | - |
| HSV(B) | 25.16º | 0.6% | 0.81% | - |
| XYZ | 35.96 | 31.22 | 12.31 | - |
| YUV | 150.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 83 | 0 | 0.35 | 0.60 | 0.19 | 25.16 | 0.56 | 0.57 |
| Hex | CF | 87 | 53 | 0 | 23 | 3C | 13 | 19 | 38 | 39 |
| Octal | 317 | 207 | 123 | 0 | 43 | 74 | 23 | 31 | 70 | 71 |
| Binary | 11001111 | 10000111 | 1010011 | 0 | 100011 | 111100 | 10011 | 11001 | 111000 | 111001 |
Color Harmonies of #CF8753
Complementary color
Monochromatic Colors of #CF8753
Black with #CF8753
Text Example
Text Example
White with #CF8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8753; }
p { color: rgb(207,135,83); }
H1.HeaderClassName
{
color: #CF8753;
}
.AnyTagClassName
{
color: #CF8753;
}
</style>
background-color css
<style>
a { background-color: #CF8753; }
a { background-color: rgb(207,135,83); }
div.DivClassName
{
background-color: #CF8753;
}
.BgClassName
{
background-color: #CF8753;
}
</style>
border-color css
<style>
span { border-color: #CF8753; }
span { border-color: rgb(207,135,83); }
td.TdClassName
{
border-color: #CF8753;
}
.TagClassName
{
border-color: #CF8753;
}
</style>