Shades of Whiskey Sour #CF8857
Tints of Whiskey Sour #CF8857
RGB
CMYK
RGB Variations
Color information
#CF8857 (or 0xCF8857) is known color: Whiskey Sour. HEX triplet: CF, 88 and 57. RGB value is (207,136,87). Sum of RGB (Red+Green+Blue) = 207+136+87=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8857 is #3077A8. Grayscale: #979797. Windows color (decimal): -3176361 or 5736655. OLE color: 5736655.
HSL color Cylindrical-coordinate representation of color #CF8857: hue angle of 24.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 #CF8857 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 87 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.19 |
| HSL | 24.5º | 0.56% | 0.58% | - |
| HSV(B) | 24.5º | 0.58% | 0.81% | - |
| XYZ | 36.26 | 31.56 | 13.2 | - |
| YUV | 151.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 87 | 0 | 0.34 | 0.58 | 0.19 | 24.5 | 0.56 | 0.58 |
| Hex | CF | 88 | 57 | 0 | 22 | 3A | 13 | 18 | 38 | 3A |
| Octal | 317 | 210 | 127 | 0 | 42 | 72 | 23 | 30 | 70 | 72 |
| Binary | 11001111 | 10001000 | 1010111 | 0 | 100010 | 111010 | 10011 | 11000 | 111000 | 111010 |
Color Harmonies of #CF8857
Complementary color
Monochromatic Colors of #CF8857
Black with #CF8857
Text Example
Text Example
White with #CF8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8857; }
p { color: rgb(207,136,87); }
H1.HeaderClassName
{
color: #CF8857;
}
.AnyTagClassName
{
color: #CF8857;
}
</style>
background-color css
<style>
a { background-color: #CF8857; }
a { background-color: rgb(207,136,87); }
div.DivClassName
{
background-color: #CF8857;
}
.BgClassName
{
background-color: #CF8857;
}
</style>
border-color css
<style>
span { border-color: #CF8857; }
span { border-color: rgb(207,136,87); }
td.TdClassName
{
border-color: #CF8857;
}
.TagClassName
{
border-color: #CF8857;
}
</style>