Shades of Whiskey Sour #CF8C55
Tints of Whiskey Sour #CF8C55
RGB
CMYK
RGB Variations
Color information
#CF8C55 (or 0xCF8C55) is known color: Whiskey Sour. HEX triplet: CF, 8C and 55. RGB value is (207,140,85). Sum of RGB (Red+Green+Blue) = 207+140+85=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C55 is #3073AA. Grayscale: #9A9A9A. Windows color (decimal): -3175339 or 5606607. OLE color: 5606607.
HSL color Cylindrical-coordinate representation of color #CF8C55: hue angle of 27.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF8C55 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 85 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.19 |
| HSL | 27.05º | 0.56% | 0.57% | - |
| HSV(B) | 27.05º | 0.59% | 0.81% | - |
| XYZ | 36.75 | 32.68 | 12.96 | - |
| YUV | 153.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 85 | 0 | 0.32 | 0.59 | 0.19 | 27.05 | 0.56 | 0.57 |
| Hex | CF | 8C | 55 | 0 | 20 | 3B | 13 | 1B | 38 | 39 |
| Octal | 317 | 214 | 125 | 0 | 40 | 73 | 23 | 33 | 70 | 71 |
| Binary | 11001111 | 10001100 | 1010101 | 0 | 100000 | 111011 | 10011 | 11011 | 111000 | 111001 |
Color Harmonies of #CF8C55
Complementary color
Monochromatic Colors of #CF8C55
Black with #CF8C55
Text Example
Text Example
White with #CF8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C55; }
p { color: rgb(207,140,85); }
H1.HeaderClassName
{
color: #CF8C55;
}
.AnyTagClassName
{
color: #CF8C55;
}
</style>
background-color css
<style>
a { background-color: #CF8C55; }
a { background-color: rgb(207,140,85); }
div.DivClassName
{
background-color: #CF8C55;
}
.BgClassName
{
background-color: #CF8C55;
}
</style>
border-color css
<style>
span { border-color: #CF8C55; }
span { border-color: rgb(207,140,85); }
td.TdClassName
{
border-color: #CF8C55;
}
.TagClassName
{
border-color: #CF8C55;
}
</style>