Shades of Whiskey Sour #CF955C
Tints of Whiskey Sour #CF955C
RGB
CMYK
RGB Variations
Color information
#CF955C (or 0xCF955C) is known color: Whiskey Sour. HEX triplet: CF, 95 and 5C. RGB value is (207,149,92). Sum of RGB (Red+Green+Blue) = 207+149+92=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF955C is #306AA3. Grayscale: #A0A0A0. Windows color (decimal): -3173028 or 6067663. OLE color: 6067663.
HSL color Cylindrical-coordinate representation of color #CF955C: hue angle of 29.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF955C is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 92 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.19 |
| HSL | 29.74º | 0.55% | 0.59% | - |
| HSV(B) | 29.74º | 0.56% | 0.81% | - |
| XYZ | 38.41 | 35.53 | 14.96 | - |
| YUV | 159.84 | 89.72 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 92 | 0 | 0.28 | 0.56 | 0.19 | 29.74 | 0.55 | 0.59 |
| Hex | CF | 95 | 5C | 0 | 1C | 38 | 13 | 1E | 37 | 3B |
| Octal | 317 | 225 | 134 | 0 | 34 | 70 | 23 | 36 | 67 | 73 |
| Binary | 11001111 | 10010101 | 1011100 | 0 | 11100 | 111000 | 10011 | 11110 | 110111 | 111011 |
Color Harmonies of #CF955C
Complementary color
Monochromatic Colors of #CF955C
Black with #CF955C
Text Example
Text Example
White with #CF955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF955C; }
p { color: rgb(207,149,92); }
H1.HeaderClassName
{
color: #CF955C;
}
.AnyTagClassName
{
color: #CF955C;
}
</style>
background-color css
<style>
a { background-color: #CF955C; }
a { background-color: rgb(207,149,92); }
div.DivClassName
{
background-color: #CF955C;
}
.BgClassName
{
background-color: #CF955C;
}
</style>
border-color css
<style>
span { border-color: #CF955C; }
span { border-color: rgb(207,149,92); }
td.TdClassName
{
border-color: #CF955C;
}
.TagClassName
{
border-color: #CF955C;
}
</style>