Shades of Whiskey Sour #CF895B
Tints of Whiskey Sour #CF895B
RGB
CMYK
RGB Variations
Color information
#CF895B (or 0xCF895B) is known color: Whiskey Sour. HEX triplet: CF, 89 and 5B. RGB value is (207,137,91). Sum of RGB (Red+Green+Blue) = 207+137+91=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF895B is #3076A4. Grayscale: #989898. Windows color (decimal): -3176101 or 5999055. OLE color: 5999055.
HSL color Cylindrical-coordinate representation of color #CF895B: hue angle of 23.79º 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 #CF895B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 91 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.19 |
| HSL | 23.79º | 0.55% | 0.58% | - |
| HSV(B) | 23.79º | 0.56% | 0.81% | - |
| XYZ | 36.57 | 31.91 | 14.13 | - |
| YUV | 152.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 91 | 0 | 0.34 | 0.56 | 0.19 | 23.79 | 0.55 | 0.58 |
| Hex | CF | 89 | 5B | 0 | 22 | 38 | 13 | 18 | 37 | 3A |
| Octal | 317 | 211 | 133 | 0 | 42 | 70 | 23 | 30 | 67 | 72 |
| Binary | 11001111 | 10001001 | 1011011 | 0 | 100010 | 111000 | 10011 | 11000 | 110111 | 111010 |
Color Harmonies of #CF895B
Complementary color
Monochromatic Colors of #CF895B
Black with #CF895B
Text Example
Text Example
White with #CF895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF895B; }
p { color: rgb(207,137,91); }
H1.HeaderClassName
{
color: #CF895B;
}
.AnyTagClassName
{
color: #CF895B;
}
</style>
background-color css
<style>
a { background-color: #CF895B; }
a { background-color: rgb(207,137,91); }
div.DivClassName
{
background-color: #CF895B;
}
.BgClassName
{
background-color: #CF895B;
}
</style>
border-color css
<style>
span { border-color: #CF895B; }
span { border-color: rgb(207,137,91); }
td.TdClassName
{
border-color: #CF895B;
}
.TagClassName
{
border-color: #CF895B;
}
</style>