Shades of Whiskey Sour #CF8C51
Tints of Whiskey Sour #CF8C51
RGB
CMYK
RGB Variations
Color information
#CF8C51 (or 0xCF8C51) is known color: Whiskey Sour. HEX triplet: CF, 8C and 51. RGB value is (207,140,81). Sum of RGB (Red+Green+Blue) = 207+140+81=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C51 is #3073AE. Grayscale: #999999. Windows color (decimal): -3175343 or 5344463. OLE color: 5344463.
HSL color Cylindrical-coordinate representation of color #CF8C51: hue angle of 28.1º 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 #CF8C51 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 81 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.19 |
| HSL | 28.1º | 0.57% | 0.56% | - |
| HSV(B) | 28.1º | 0.61% | 0.81% | - |
| XYZ | 36.6 | 32.62 | 12.15 | - |
| YUV | 153.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 81 | 0 | 0.32 | 0.61 | 0.19 | 28.1 | 0.57 | 0.56 |
| Hex | CF | 8C | 51 | 0 | 20 | 3D | 13 | 1C | 39 | 38 |
| Octal | 317 | 214 | 121 | 0 | 40 | 75 | 23 | 34 | 71 | 70 |
| Binary | 11001111 | 10001100 | 1010001 | 0 | 100000 | 111101 | 10011 | 11100 | 111001 | 111000 |
Color Harmonies of #CF8C51
Complementary color
Monochromatic Colors of #CF8C51
Black with #CF8C51
Text Example
Text Example
White with #CF8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C51; }
p { color: rgb(207,140,81); }
H1.HeaderClassName
{
color: #CF8C51;
}
.AnyTagClassName
{
color: #CF8C51;
}
</style>
background-color css
<style>
a { background-color: #CF8C51; }
a { background-color: rgb(207,140,81); }
div.DivClassName
{
background-color: #CF8C51;
}
.BgClassName
{
background-color: #CF8C51;
}
</style>
border-color css
<style>
span { border-color: #CF8C51; }
span { border-color: rgb(207,140,81); }
td.TdClassName
{
border-color: #CF8C51;
}
.TagClassName
{
border-color: #CF8C51;
}
</style>