Shades of Whiskey Sour #CF8A50
Tints of Whiskey Sour #CF8A50
RGB
CMYK
RGB Variations
Color information
#CF8A50 (or 0xCF8A50) is known color: Whiskey Sour. HEX triplet: CF, 8A and 50. RGB value is (207,138,80). Sum of RGB (Red+Green+Blue) = 207+138+80=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A50 is #3075AF. Grayscale: #989898. Windows color (decimal): -3175856 or 5278415. OLE color: 5278415.
HSL color Cylindrical-coordinate representation of color #CF8A50: hue angle of 27.4º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF8A50 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 80 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.19 |
| HSL | 27.4º | 0.57% | 0.56% | - |
| HSV(B) | 27.4º | 0.61% | 0.81% | - |
| XYZ | 36.27 | 32.02 | 11.86 | - |
| YUV | 152.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 80 | 0 | 0.33 | 0.61 | 0.19 | 27.4 | 0.57 | 0.56 |
| Hex | CF | 8A | 50 | 0 | 21 | 3D | 13 | 1B | 39 | 38 |
| Octal | 317 | 212 | 120 | 0 | 41 | 75 | 23 | 33 | 71 | 70 |
| Binary | 11001111 | 10001010 | 1010000 | 0 | 100001 | 111101 | 10011 | 11011 | 111001 | 111000 |
Color Harmonies of #CF8A50
Complementary color
Monochromatic Colors of #CF8A50
Black with #CF8A50
Text Example
Text Example
White with #CF8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A50; }
p { color: rgb(207,138,80); }
H1.HeaderClassName
{
color: #CF8A50;
}
.AnyTagClassName
{
color: #CF8A50;
}
</style>
background-color css
<style>
a { background-color: #CF8A50; }
a { background-color: rgb(207,138,80); }
div.DivClassName
{
background-color: #CF8A50;
}
.BgClassName
{
background-color: #CF8A50;
}
</style>
border-color css
<style>
span { border-color: #CF8A50; }
span { border-color: rgb(207,138,80); }
td.TdClassName
{
border-color: #CF8A50;
}
.TagClassName
{
border-color: #CF8A50;
}
</style>