Shades of Whiskey Sour #CF955D
Tints of Whiskey Sour #CF955D
RGB
CMYK
RGB Variations
Color information
#CF955D (or 0xCF955D) is known color: Whiskey Sour. HEX triplet: CF, 95 and 5D. RGB value is (207,149,93). Sum of RGB (Red+Green+Blue) = 207+149+93=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF955D is #306AA2. Grayscale: #A0A0A0. Windows color (decimal): -3173027 or 6133199. OLE color: 6133199.
HSL color Cylindrical-coordinate representation of color #CF955D: hue angle of 29.47º 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 #CF955D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 93 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.19 |
| HSL | 29.47º | 0.54% | 0.59% | - |
| HSV(B) | 29.47º | 0.55% | 0.81% | - |
| XYZ | 38.46 | 35.55 | 15.19 | - |
| YUV | 159.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 93 | 0 | 0.28 | 0.55 | 0.19 | 29.47 | 0.54 | 0.59 |
| Hex | CF | 95 | 5D | 0 | 1C | 37 | 13 | 1D | 36 | 3B |
| Octal | 317 | 225 | 135 | 0 | 34 | 67 | 23 | 35 | 66 | 73 |
| Binary | 11001111 | 10010101 | 1011101 | 0 | 11100 | 110111 | 10011 | 11101 | 110110 | 111011 |
Color Harmonies of #CF955D
Complementary color
Monochromatic Colors of #CF955D
Black with #CF955D
Text Example
Text Example
White with #CF955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF955D; }
p { color: rgb(207,149,93); }
H1.HeaderClassName
{
color: #CF955D;
}
.AnyTagClassName
{
color: #CF955D;
}
</style>
background-color css
<style>
a { background-color: #CF955D; }
a { background-color: rgb(207,149,93); }
div.DivClassName
{
background-color: #CF955D;
}
.BgClassName
{
background-color: #CF955D;
}
</style>
border-color css
<style>
span { border-color: #CF955D; }
span { border-color: rgb(207,149,93); }
td.TdClassName
{
border-color: #CF955D;
}
.TagClassName
{
border-color: #CF955D;
}
</style>