Shades of Whiskey Sour #CF955B
Tints of Whiskey Sour #CF955B
RGB
CMYK
RGB Variations
Color information
#CF955B (or 0xCF955B) is known color: Whiskey Sour. HEX triplet: CF, 95 and 5B. RGB value is (207,149,91). Sum of RGB (Red+Green+Blue) = 207+149+91=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF955B is #306AA4. Grayscale: #A0A0A0. Windows color (decimal): -3173029 or 6002127. OLE color: 6002127.
HSL color Cylindrical-coordinate representation of color #CF955B: hue angle of 30º 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 #CF955B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 91 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.19 |
| HSL | 30º | 0.55% | 0.58% | - |
| HSV(B) | 30º | 0.56% | 0.81% | - |
| XYZ | 38.37 | 35.52 | 14.73 | - |
| YUV | 159.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 91 | 0 | 0.28 | 0.56 | 0.19 | 30 | 0.55 | 0.58 |
| Hex | CF | 95 | 5B | 0 | 1C | 38 | 13 | 1E | 37 | 3A |
| Octal | 317 | 225 | 133 | 0 | 34 | 70 | 23 | 36 | 67 | 72 |
| Binary | 11001111 | 10010101 | 1011011 | 0 | 11100 | 111000 | 10011 | 11110 | 110111 | 111010 |
Color Harmonies of #CF955B
Complementary color
Monochromatic Colors of #CF955B
Black with #CF955B
Text Example
Text Example
White with #CF955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF955B; }
p { color: rgb(207,149,91); }
H1.HeaderClassName
{
color: #CF955B;
}
.AnyTagClassName
{
color: #CF955B;
}
</style>
background-color css
<style>
a { background-color: #CF955B; }
a { background-color: rgb(207,149,91); }
div.DivClassName
{
background-color: #CF955B;
}
.BgClassName
{
background-color: #CF955B;
}
</style>
border-color css
<style>
span { border-color: #CF955B; }
span { border-color: rgb(207,149,91); }
td.TdClassName
{
border-color: #CF955B;
}
.TagClassName
{
border-color: #CF955B;
}
</style>