Shades of Whiskey Sour #CF8C5C
Tints of Whiskey Sour #CF8C5C
RGB
CMYK
RGB Variations
Color information
#CF8C5C (or 0xCF8C5C) is known color: Whiskey Sour. HEX triplet: CF, 8C and 5C. RGB value is (207,140,92). Sum of RGB (Red+Green+Blue) = 207+140+92=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C5C is #3073A3. Grayscale: #9A9A9A. Windows color (decimal): -3175332 or 6065359. OLE color: 6065359.
HSL color Cylindrical-coordinate representation of color #CF8C5C: hue angle of 25.04º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF8C5C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 92 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.19 |
| HSL | 25.04º | 0.55% | 0.59% | - |
| HSV(B) | 25.04º | 0.56% | 0.81% | - |
| XYZ | 37.04 | 32.79 | 14.5 | - |
| YUV | 154.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 92 | 0 | 0.32 | 0.56 | 0.19 | 25.04 | 0.55 | 0.59 |
| Hex | CF | 8C | 5C | 0 | 20 | 38 | 13 | 19 | 37 | 3B |
| Octal | 317 | 214 | 134 | 0 | 40 | 70 | 23 | 31 | 67 | 73 |
| Binary | 11001111 | 10001100 | 1011100 | 0 | 100000 | 111000 | 10011 | 11001 | 110111 | 111011 |
Color Harmonies of #CF8C5C
Complementary color
Monochromatic Colors of #CF8C5C
Black with #CF8C5C
Text Example
Text Example
White with #CF8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C5C; }
p { color: rgb(207,140,92); }
H1.HeaderClassName
{
color: #CF8C5C;
}
.AnyTagClassName
{
color: #CF8C5C;
}
</style>
background-color css
<style>
a { background-color: #CF8C5C; }
a { background-color: rgb(207,140,92); }
div.DivClassName
{
background-color: #CF8C5C;
}
.BgClassName
{
background-color: #CF8C5C;
}
</style>
border-color css
<style>
span { border-color: #CF8C5C; }
span { border-color: rgb(207,140,92); }
td.TdClassName
{
border-color: #CF8C5C;
}
.TagClassName
{
border-color: #CF8C5C;
}
</style>