Shades of Whiskey Sour #CF8954
Tints of Whiskey Sour #CF8954
RGB
CMYK
RGB Variations
Color information
#CF8954 (or 0xCF8954) is known color: Whiskey Sour. HEX triplet: CF, 89 and 54. RGB value is (207,137,84). Sum of RGB (Red+Green+Blue) = 207+137+84=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8954 is #3076AB. Grayscale: #989898. Windows color (decimal): -3176108 or 5540303. OLE color: 5540303.
HSL color Cylindrical-coordinate representation of color #CF8954: hue angle of 25.85º 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 #CF8954 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 84 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.19 |
| HSL | 25.85º | 0.56% | 0.57% | - |
| HSV(B) | 25.85º | 0.59% | 0.81% | - |
| XYZ | 36.28 | 31.8 | 12.61 | - |
| YUV | 151.89 | 89.69 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 84 | 0 | 0.34 | 0.59 | 0.19 | 25.85 | 0.56 | 0.57 |
| Hex | CF | 89 | 54 | 0 | 22 | 3B | 13 | 1A | 38 | 39 |
| Octal | 317 | 211 | 124 | 0 | 42 | 73 | 23 | 32 | 70 | 71 |
| Binary | 11001111 | 10001001 | 1010100 | 0 | 100010 | 111011 | 10011 | 11010 | 111000 | 111001 |
Color Harmonies of #CF8954
Complementary color
Monochromatic Colors of #CF8954
Black with #CF8954
Text Example
Text Example
White with #CF8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8954; }
p { color: rgb(207,137,84); }
H1.HeaderClassName
{
color: #CF8954;
}
.AnyTagClassName
{
color: #CF8954;
}
</style>
background-color css
<style>
a { background-color: #CF8954; }
a { background-color: rgb(207,137,84); }
div.DivClassName
{
background-color: #CF8954;
}
.BgClassName
{
background-color: #CF8954;
}
</style>
border-color css
<style>
span { border-color: #CF8954; }
span { border-color: rgb(207,137,84); }
td.TdClassName
{
border-color: #CF8954;
}
.TagClassName
{
border-color: #CF8954;
}
</style>