Shades of Whiskey Sour #CF8C5A
Tints of Whiskey Sour #CF8C5A
RGB
CMYK
RGB Variations
Color information
#CF8C5A (or 0xCF8C5A) is known color: Whiskey Sour. HEX triplet: CF, 8C and 5A. RGB value is (207,140,90). Sum of RGB (Red+Green+Blue) = 207+140+90=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8C5A is #3073A5. Grayscale: #9A9A9A. Windows color (decimal): -3175334 or 5934287. OLE color: 5934287.
HSL color Cylindrical-coordinate representation of color #CF8C5A: hue angle of 25.64º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF8C5A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 90 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.19 |
| HSL | 25.64º | 0.55% | 0.58% | - |
| HSV(B) | 25.64º | 0.57% | 0.81% | - |
| XYZ | 36.96 | 32.76 | 14.05 | - |
| YUV | 154.33 | 91.7 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 90 | 0 | 0.32 | 0.57 | 0.19 | 25.64 | 0.55 | 0.58 |
| Hex | CF | 8C | 5A | 0 | 20 | 39 | 13 | 1A | 37 | 3A |
| Octal | 317 | 214 | 132 | 0 | 40 | 71 | 23 | 32 | 67 | 72 |
| Binary | 11001111 | 10001100 | 1011010 | 0 | 100000 | 111001 | 10011 | 11010 | 110111 | 111010 |
Color Harmonies of #CF8C5A
Complementary color
Monochromatic Colors of #CF8C5A
Black with #CF8C5A
Text Example
Text Example
White with #CF8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C5A; }
p { color: rgb(207,140,90); }
H1.HeaderClassName
{
color: #CF8C5A;
}
.AnyTagClassName
{
color: #CF8C5A;
}
</style>
background-color css
<style>
a { background-color: #CF8C5A; }
a { background-color: rgb(207,140,90); }
div.DivClassName
{
background-color: #CF8C5A;
}
.BgClassName
{
background-color: #CF8C5A;
}
</style>
border-color css
<style>
span { border-color: #CF8C5A; }
span { border-color: rgb(207,140,90); }
td.TdClassName
{
border-color: #CF8C5A;
}
.TagClassName
{
border-color: #CF8C5A;
}
</style>