Shades of Whiskey Sour #CF8B57
Tints of Whiskey Sour #CF8B57
RGB
CMYK
RGB Variations
Color information
#CF8B57 (or 0xCF8B57) is known color: Whiskey Sour. HEX triplet: CF, 8B and 57. RGB value is (207,139,87). Sum of RGB (Red+Green+Blue) = 207+139+87=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B57 is #3074A8. Grayscale: #999999. Windows color (decimal): -3175593 or 5737423. OLE color: 5737423.
HSL color Cylindrical-coordinate representation of color #CF8B57: hue angle of 26º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF8B57 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 87 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.19 |
| HSL | 26º | 0.56% | 0.58% | - |
| HSV(B) | 26º | 0.58% | 0.81% | - |
| XYZ | 36.69 | 32.42 | 13.34 | - |
| YUV | 153.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 87 | 0 | 0.33 | 0.58 | 0.19 | 26 | 0.56 | 0.58 |
| Hex | CF | 8B | 57 | 0 | 21 | 3A | 13 | 1A | 38 | 3A |
| Octal | 317 | 213 | 127 | 0 | 41 | 72 | 23 | 32 | 70 | 72 |
| Binary | 11001111 | 10001011 | 1010111 | 0 | 100001 | 111010 | 10011 | 11010 | 111000 | 111010 |
Color Harmonies of #CF8B57
Complementary color
Monochromatic Colors of #CF8B57
Black with #CF8B57
Text Example
Text Example
White with #CF8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B57; }
p { color: rgb(207,139,87); }
H1.HeaderClassName
{
color: #CF8B57;
}
.AnyTagClassName
{
color: #CF8B57;
}
</style>
background-color css
<style>
a { background-color: #CF8B57; }
a { background-color: rgb(207,139,87); }
div.DivClassName
{
background-color: #CF8B57;
}
.BgClassName
{
background-color: #CF8B57;
}
</style>
border-color css
<style>
span { border-color: #CF8B57; }
span { border-color: rgb(207,139,87); }
td.TdClassName
{
border-color: #CF8B57;
}
.TagClassName
{
border-color: #CF8B57;
}
</style>