Shades of Whiskey Sour #CF8F50
Tints of Whiskey Sour #CF8F50
RGB
CMYK
RGB Variations
Color information
#CF8F50 (or 0xCF8F50) is known color: Whiskey Sour. HEX triplet: CF, 8F and 50. RGB value is (207,143,80). Sum of RGB (Red+Green+Blue) = 207+143+80=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F50 is #3070AF. Grayscale: #9B9B9B. Windows color (decimal): -3174576 or 5279695. OLE color: 5279695.
HSL color Cylindrical-coordinate representation of color #CF8F50: hue angle of 29.76º 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 #CF8F50 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 80 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.19 |
| HSL | 29.76º | 0.57% | 0.56% | - |
| HSV(B) | 29.76º | 0.61% | 0.81% | - |
| XYZ | 37 | 33.49 | 12.1 | - |
| YUV | 154.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 80 | 0 | 0.31 | 0.61 | 0.19 | 29.76 | 0.57 | 0.56 |
| Hex | CF | 8F | 50 | 0 | 1F | 3D | 13 | 1E | 39 | 38 |
| Octal | 317 | 217 | 120 | 0 | 37 | 75 | 23 | 36 | 71 | 70 |
| Binary | 11001111 | 10001111 | 1010000 | 0 | 11111 | 111101 | 10011 | 11110 | 111001 | 111000 |
Color Harmonies of #CF8F50
Complementary color
Monochromatic Colors of #CF8F50
Black with #CF8F50
Text Example
Text Example
White with #CF8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F50; }
p { color: rgb(207,143,80); }
H1.HeaderClassName
{
color: #CF8F50;
}
.AnyTagClassName
{
color: #CF8F50;
}
</style>
background-color css
<style>
a { background-color: #CF8F50; }
a { background-color: rgb(207,143,80); }
div.DivClassName
{
background-color: #CF8F50;
}
.BgClassName
{
background-color: #CF8F50;
}
</style>
border-color css
<style>
span { border-color: #CF8F50; }
span { border-color: rgb(207,143,80); }
td.TdClassName
{
border-color: #CF8F50;
}
.TagClassName
{
border-color: #CF8F50;
}
</style>