Shades of Whiskey Sour #CF9A5B
Tints of Whiskey Sour #CF9A5B
RGB
CMYK
RGB Variations
Color information
#CF9A5B (or 0xCF9A5B) is known color: Whiskey Sour. HEX triplet: CF, 9A and 5B. RGB value is (207,154,91). Sum of RGB (Red+Green+Blue) = 207+154+91=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A5B is #3065A4. Grayscale: #A2A2A2. Windows color (decimal): -3171749 or 6003407. OLE color: 6003407.
HSL color Cylindrical-coordinate representation of color #CF9A5B: hue angle of 32.59º 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 #CF9A5B is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 91 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.19 |
| HSL | 32.59º | 0.55% | 0.58% | - |
| HSV(B) | 32.59º | 0.56% | 0.81% | - |
| XYZ | 39.18 | 37.13 | 15 | - |
| YUV | 162.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 91 | 0 | 0.26 | 0.56 | 0.19 | 32.59 | 0.55 | 0.58 |
| Hex | CF | 9A | 5B | 0 | 1A | 38 | 13 | 21 | 37 | 3A |
| Octal | 317 | 232 | 133 | 0 | 32 | 70 | 23 | 41 | 67 | 72 |
| Binary | 11001111 | 10011010 | 1011011 | 0 | 11010 | 111000 | 10011 | 100001 | 110111 | 111010 |
Color Harmonies of #CF9A5B
Complementary color
Monochromatic Colors of #CF9A5B
Black with #CF9A5B
Text Example
Text Example
White with #CF9A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A5B; }
p { color: rgb(207,154,91); }
H1.HeaderClassName
{
color: #CF9A5B;
}
.AnyTagClassName
{
color: #CF9A5B;
}
</style>
background-color css
<style>
a { background-color: #CF9A5B; }
a { background-color: rgb(207,154,91); }
div.DivClassName
{
background-color: #CF9A5B;
}
.BgClassName
{
background-color: #CF9A5B;
}
</style>
border-color css
<style>
span { border-color: #CF9A5B; }
span { border-color: rgb(207,154,91); }
td.TdClassName
{
border-color: #CF9A5B;
}
.TagClassName
{
border-color: #CF9A5B;
}
</style>