Shades of Whiskey Sour #CF8A57
Tints of Whiskey Sour #CF8A57
RGB
CMYK
RGB Variations
Color information
#CF8A57 (or 0xCF8A57) is known color: Whiskey Sour. HEX triplet: CF, 8A and 57. RGB value is (207,138,87). Sum of RGB (Red+Green+Blue) = 207+138+87=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A57 is #3075A8. Grayscale: #999999. Windows color (decimal): -3175849 or 5737167. OLE color: 5737167.
HSL color Cylindrical-coordinate representation of color #CF8A57: hue angle of 25.5º 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 #CF8A57 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 87 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.19 |
| HSL | 25.5º | 0.56% | 0.58% | - |
| HSV(B) | 25.5º | 0.58% | 0.81% | - |
| XYZ | 36.54 | 32.13 | 13.29 | - |
| YUV | 152.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 87 | 0 | 0.33 | 0.58 | 0.19 | 25.5 | 0.56 | 0.58 |
| Hex | CF | 8A | 57 | 0 | 21 | 3A | 13 | 1A | 38 | 3A |
| Octal | 317 | 212 | 127 | 0 | 41 | 72 | 23 | 32 | 70 | 72 |
| Binary | 11001111 | 10001010 | 1010111 | 0 | 100001 | 111010 | 10011 | 11010 | 111000 | 111010 |
Color Harmonies of #CF8A57
Complementary color
Monochromatic Colors of #CF8A57
Black with #CF8A57
Text Example
Text Example
White with #CF8A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A57; }
p { color: rgb(207,138,87); }
H1.HeaderClassName
{
color: #CF8A57;
}
.AnyTagClassName
{
color: #CF8A57;
}
</style>
background-color css
<style>
a { background-color: #CF8A57; }
a { background-color: rgb(207,138,87); }
div.DivClassName
{
background-color: #CF8A57;
}
.BgClassName
{
background-color: #CF8A57;
}
</style>
border-color css
<style>
span { border-color: #CF8A57; }
span { border-color: rgb(207,138,87); }
td.TdClassName
{
border-color: #CF8A57;
}
.TagClassName
{
border-color: #CF8A57;
}
</style>