Shades of Whiskey Sour #CF8D5B
Tints of Whiskey Sour #CF8D5B
RGB
CMYK
RGB Variations
Color information
#CF8D5B (or 0xCF8D5B) is known color: Whiskey Sour. HEX triplet: CF, 8D and 5B. RGB value is (207,141,91). Sum of RGB (Red+Green+Blue) = 207+141+91=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8D5B is #3072A4. Grayscale: #9B9B9B. Windows color (decimal): -3175077 or 6000079. OLE color: 6000079.
HSL color Cylindrical-coordinate representation of color #CF8D5B: hue angle of 25.86º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF8D5B is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 91 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.19 |
| HSL | 25.86º | 0.55% | 0.58% | - |
| HSV(B) | 25.86º | 0.56% | 0.81% | - |
| XYZ | 37.15 | 33.07 | 14.32 | - |
| YUV | 155.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 91 | 0 | 0.32 | 0.56 | 0.19 | 25.86 | 0.55 | 0.58 |
| Hex | CF | 8D | 5B | 0 | 20 | 38 | 13 | 1A | 37 | 3A |
| Octal | 317 | 215 | 133 | 0 | 40 | 70 | 23 | 32 | 67 | 72 |
| Binary | 11001111 | 10001101 | 1011011 | 0 | 100000 | 111000 | 10011 | 11010 | 110111 | 111010 |
Color Harmonies of #CF8D5B
Complementary color
Monochromatic Colors of #CF8D5B
Black with #CF8D5B
Text Example
Text Example
White with #CF8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D5B; }
p { color: rgb(207,141,91); }
H1.HeaderClassName
{
color: #CF8D5B;
}
.AnyTagClassName
{
color: #CF8D5B;
}
</style>
background-color css
<style>
a { background-color: #CF8D5B; }
a { background-color: rgb(207,141,91); }
div.DivClassName
{
background-color: #CF8D5B;
}
.BgClassName
{
background-color: #CF8D5B;
}
</style>
border-color css
<style>
span { border-color: #CF8D5B; }
span { border-color: rgb(207,141,91); }
td.TdClassName
{
border-color: #CF8D5B;
}
.TagClassName
{
border-color: #CF8D5B;
}
</style>