Shades of Whiskey Sour #CF8F54
Tints of Whiskey Sour #CF8F54
RGB
CMYK
RGB Variations
Color information
#CF8F54 (or 0xCF8F54) is known color: Whiskey Sour. HEX triplet: CF, 8F and 54. RGB value is (207,143,84). Sum of RGB (Red+Green+Blue) = 207+143+84=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F54 is #3070AB. Grayscale: #9B9B9B. Windows color (decimal): -3174572 or 5541839. OLE color: 5541839.
HSL color Cylindrical-coordinate representation of color #CF8F54: hue angle of 28.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF8F54 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 84 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.19 |
| HSL | 28.78º | 0.56% | 0.57% | - |
| HSV(B) | 28.78º | 0.59% | 0.81% | - |
| XYZ | 37.15 | 33.55 | 12.91 | - |
| YUV | 155.41 | 87.7 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 84 | 0 | 0.31 | 0.59 | 0.19 | 28.78 | 0.56 | 0.57 |
| Hex | CF | 8F | 54 | 0 | 1F | 3B | 13 | 1D | 38 | 39 |
| Octal | 317 | 217 | 124 | 0 | 37 | 73 | 23 | 35 | 70 | 71 |
| Binary | 11001111 | 10001111 | 1010100 | 0 | 11111 | 111011 | 10011 | 11101 | 111000 | 111001 |
Color Harmonies of #CF8F54
Complementary color
Monochromatic Colors of #CF8F54
Black with #CF8F54
Text Example
Text Example
White with #CF8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F54; }
p { color: rgb(207,143,84); }
H1.HeaderClassName
{
color: #CF8F54;
}
.AnyTagClassName
{
color: #CF8F54;
}
</style>
background-color css
<style>
a { background-color: #CF8F54; }
a { background-color: rgb(207,143,84); }
div.DivClassName
{
background-color: #CF8F54;
}
.BgClassName
{
background-color: #CF8F54;
}
</style>
border-color css
<style>
span { border-color: #CF8F54; }
span { border-color: rgb(207,143,84); }
td.TdClassName
{
border-color: #CF8F54;
}
.TagClassName
{
border-color: #CF8F54;
}
</style>