Shades of Whiskey Sour #CF9C5D
Tints of Whiskey Sour #CF9C5D
RGB
CMYK
RGB Variations
Color information
#CF9C5D (or 0xCF9C5D) is known color: Whiskey Sour. HEX triplet: CF, 9C and 5D. RGB value is (207,156,93). Sum of RGB (Red+Green+Blue) = 207+156+93=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C5D is #3063A2. Grayscale: #A4A4A4. Windows color (decimal): -3171235 or 6134991. OLE color: 6134991.
HSL color Cylindrical-coordinate representation of color #CF9C5D: hue angle of 33.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF9C5D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 93 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.19 |
| HSL | 33.16º | 0.54% | 0.59% | - |
| HSV(B) | 33.16º | 0.55% | 0.81% | - |
| XYZ | 39.6 | 37.83 | 15.57 | - |
| YUV | 164.07 | 87.9 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 93 | 0 | 0.25 | 0.55 | 0.19 | 33.16 | 0.54 | 0.59 |
| Hex | CF | 9C | 5D | 0 | 19 | 37 | 13 | 21 | 36 | 3B |
| Octal | 317 | 234 | 135 | 0 | 31 | 67 | 23 | 41 | 66 | 73 |
| Binary | 11001111 | 10011100 | 1011101 | 0 | 11001 | 110111 | 10011 | 100001 | 110110 | 111011 |
Color Harmonies of #CF9C5D
Complementary color
Monochromatic Colors of #CF9C5D
Black with #CF9C5D
Text Example
Text Example
White with #CF9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C5D; }
p { color: rgb(207,156,93); }
H1.HeaderClassName
{
color: #CF9C5D;
}
.AnyTagClassName
{
color: #CF9C5D;
}
</style>
background-color css
<style>
a { background-color: #CF9C5D; }
a { background-color: rgb(207,156,93); }
div.DivClassName
{
background-color: #CF9C5D;
}
.BgClassName
{
background-color: #CF9C5D;
}
</style>
border-color css
<style>
span { border-color: #CF9C5D; }
span { border-color: rgb(207,156,93); }
td.TdClassName
{
border-color: #CF9C5D;
}
.TagClassName
{
border-color: #CF9C5D;
}
</style>