Shades of Whiskey Sour #CF8D5D
Tints of Whiskey Sour #CF8D5D
RGB
CMYK
RGB Variations
Color information
#CF8D5D (or 0xCF8D5D) is known color: Whiskey Sour. HEX triplet: CF, 8D and 5D. RGB value is (207,141,93). Sum of RGB (Red+Green+Blue) = 207+141+93=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D5D is #3072A2. Grayscale: #9B9B9B. Windows color (decimal): -3175075 or 6131151. OLE color: 6131151.
HSL color Cylindrical-coordinate representation of color #CF8D5D: hue angle of 25.26º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF8D5D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 93 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.19 |
| HSL | 25.26º | 0.54% | 0.59% | - |
| HSV(B) | 25.26º | 0.55% | 0.81% | - |
| XYZ | 37.23 | 33.11 | 14.78 | - |
| YUV | 155.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 93 | 0 | 0.32 | 0.55 | 0.19 | 25.26 | 0.54 | 0.59 |
| Hex | CF | 8D | 5D | 0 | 20 | 37 | 13 | 19 | 36 | 3B |
| Octal | 317 | 215 | 135 | 0 | 40 | 67 | 23 | 31 | 66 | 73 |
| Binary | 11001111 | 10001101 | 1011101 | 0 | 100000 | 110111 | 10011 | 11001 | 110110 | 111011 |
Color Harmonies of #CF8D5D
Complementary color
Monochromatic Colors of #CF8D5D
Black with #CF8D5D
Text Example
Text Example
White with #CF8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D5D; }
p { color: rgb(207,141,93); }
H1.HeaderClassName
{
color: #CF8D5D;
}
.AnyTagClassName
{
color: #CF8D5D;
}
</style>
background-color css
<style>
a { background-color: #CF8D5D; }
a { background-color: rgb(207,141,93); }
div.DivClassName
{
background-color: #CF8D5D;
}
.BgClassName
{
background-color: #CF8D5D;
}
</style>
border-color css
<style>
span { border-color: #CF8D5D; }
span { border-color: rgb(207,141,93); }
td.TdClassName
{
border-color: #CF8D5D;
}
.TagClassName
{
border-color: #CF8D5D;
}
</style>