Shades of Whiskey Sour #CF8B51
Tints of Whiskey Sour #CF8B51
RGB
CMYK
RGB Variations
Color information
#CF8B51 (or 0xCF8B51) is known color: Whiskey Sour. HEX triplet: CF, 8B and 51. RGB value is (207,139,81). Sum of RGB (Red+Green+Blue) = 207+139+81=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B51 is #3074AE. Grayscale: #999999. Windows color (decimal): -3175599 or 5344207. OLE color: 5344207.
HSL color Cylindrical-coordinate representation of color #CF8B51: hue angle of 27.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF8B51 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 81 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.19 |
| HSL | 27.62º | 0.57% | 0.56% | - |
| HSV(B) | 27.62º | 0.61% | 0.81% | - |
| XYZ | 36.45 | 32.32 | 12.1 | - |
| YUV | 152.72 | 87.53 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 81 | 0 | 0.33 | 0.61 | 0.19 | 27.62 | 0.57 | 0.56 |
| Hex | CF | 8B | 51 | 0 | 21 | 3D | 13 | 1C | 39 | 38 |
| Octal | 317 | 213 | 121 | 0 | 41 | 75 | 23 | 34 | 71 | 70 |
| Binary | 11001111 | 10001011 | 1010001 | 0 | 100001 | 111101 | 10011 | 11100 | 111001 | 111000 |
Color Harmonies of #CF8B51
Complementary color
Monochromatic Colors of #CF8B51
Black with #CF8B51
Text Example
Text Example
White with #CF8B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B51; }
p { color: rgb(207,139,81); }
H1.HeaderClassName
{
color: #CF8B51;
}
.AnyTagClassName
{
color: #CF8B51;
}
</style>
background-color css
<style>
a { background-color: #CF8B51; }
a { background-color: rgb(207,139,81); }
div.DivClassName
{
background-color: #CF8B51;
}
.BgClassName
{
background-color: #CF8B51;
}
</style>
border-color css
<style>
span { border-color: #CF8B51; }
span { border-color: rgb(207,139,81); }
td.TdClassName
{
border-color: #CF8B51;
}
.TagClassName
{
border-color: #CF8B51;
}
</style>