Shades of Whiskey Sour #CF9A58
Tints of Whiskey Sour #CF9A58
RGB
CMYK
RGB Variations
Color information
#CF9A58 (or 0xCF9A58) is known color: Whiskey Sour. HEX triplet: CF, 9A and 58. RGB value is (207,154,88). Sum of RGB (Red+Green+Blue) = 207+154+88=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A58 is #3065A7. Grayscale: #A2A2A2. Windows color (decimal): -3171752 or 5806799. OLE color: 5806799.
HSL color Cylindrical-coordinate representation of color #CF9A58: hue angle of 33.28º 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 #CF9A58 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 88 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.19 |
| HSL | 33.28º | 0.55% | 0.58% | - |
| HSV(B) | 33.28º | 0.57% | 0.81% | - |
| XYZ | 39.05 | 37.08 | 14.33 | - |
| YUV | 162.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 88 | 0 | 0.26 | 0.57 | 0.19 | 33.28 | 0.55 | 0.58 |
| Hex | CF | 9A | 58 | 0 | 1A | 39 | 13 | 21 | 37 | 3A |
| Octal | 317 | 232 | 130 | 0 | 32 | 71 | 23 | 41 | 67 | 72 |
| Binary | 11001111 | 10011010 | 1011000 | 0 | 11010 | 111001 | 10011 | 100001 | 110111 | 111010 |
Color Harmonies of #CF9A58
Complementary color
Monochromatic Colors of #CF9A58
Black with #CF9A58
Text Example
Text Example
White with #CF9A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A58; }
p { color: rgb(207,154,88); }
H1.HeaderClassName
{
color: #CF9A58;
}
.AnyTagClassName
{
color: #CF9A58;
}
</style>
background-color css
<style>
a { background-color: #CF9A58; }
a { background-color: rgb(207,154,88); }
div.DivClassName
{
background-color: #CF9A58;
}
.BgClassName
{
background-color: #CF9A58;
}
</style>
border-color css
<style>
span { border-color: #CF9A58; }
span { border-color: rgb(207,154,88); }
td.TdClassName
{
border-color: #CF9A58;
}
.TagClassName
{
border-color: #CF9A58;
}
</style>