Shades of Whiskey Sour #CF955A
Tints of Whiskey Sour #CF955A
RGB
CMYK
RGB Variations
Color information
#CF955A (or 0xCF955A) is known color: Whiskey Sour. HEX triplet: CF, 95 and 5A. RGB value is (207,149,90). Sum of RGB (Red+Green+Blue) = 207+149+90=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF955A is #306AA5. Grayscale: #9F9F9F. Windows color (decimal): -3173030 or 5936591. OLE color: 5936591.
HSL color Cylindrical-coordinate representation of color #CF955A: hue angle of 30.26º 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 #CF955A is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 90 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.19 |
| HSL | 30.26º | 0.55% | 0.58% | - |
| HSV(B) | 30.26º | 0.57% | 0.81% | - |
| XYZ | 38.33 | 35.5 | 14.5 | - |
| YUV | 159.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 90 | 0 | 0.28 | 0.57 | 0.19 | 30.26 | 0.55 | 0.58 |
| Hex | CF | 95 | 5A | 0 | 1C | 39 | 13 | 1E | 37 | 3A |
| Octal | 317 | 225 | 132 | 0 | 34 | 71 | 23 | 36 | 67 | 72 |
| Binary | 11001111 | 10010101 | 1011010 | 0 | 11100 | 111001 | 10011 | 11110 | 110111 | 111010 |
Color Harmonies of #CF955A
Complementary color
Monochromatic Colors of #CF955A
Black with #CF955A
Text Example
Text Example
White with #CF955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF955A; }
p { color: rgb(207,149,90); }
H1.HeaderClassName
{
color: #CF955A;
}
.AnyTagClassName
{
color: #CF955A;
}
</style>
background-color css
<style>
a { background-color: #CF955A; }
a { background-color: rgb(207,149,90); }
div.DivClassName
{
background-color: #CF955A;
}
.BgClassName
{
background-color: #CF955A;
}
</style>
border-color css
<style>
span { border-color: #CF955A; }
span { border-color: rgb(207,149,90); }
td.TdClassName
{
border-color: #CF955A;
}
.TagClassName
{
border-color: #CF955A;
}
</style>