Shades of Whiskey Sour #CF965D
Tints of Whiskey Sour #CF965D
RGB
CMYK
RGB Variations
Color information
#CF965D (or 0xCF965D) is known color: Whiskey Sour. HEX triplet: CF, 96 and 5D. RGB value is (207,150,93). Sum of RGB (Red+Green+Blue) = 207+150+93=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF965D is #3069A2. Grayscale: #A0A0A0. Windows color (decimal): -3172771 or 6133455. OLE color: 6133455.
HSL color Cylindrical-coordinate representation of color #CF965D: hue angle of 30º 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 #CF965D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 93 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.19 |
| HSL | 30º | 0.54% | 0.59% | - |
| HSV(B) | 30º | 0.55% | 0.81% | - |
| XYZ | 38.61 | 35.87 | 15.24 | - |
| YUV | 160.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 93 | 0 | 0.28 | 0.55 | 0.19 | 30 | 0.54 | 0.59 |
| Hex | CF | 96 | 5D | 0 | 1C | 37 | 13 | 1E | 36 | 3B |
| Octal | 317 | 226 | 135 | 0 | 34 | 67 | 23 | 36 | 66 | 73 |
| Binary | 11001111 | 10010110 | 1011101 | 0 | 11100 | 110111 | 10011 | 11110 | 110110 | 111011 |
Color Harmonies of #CF965D
Complementary color
Monochromatic Colors of #CF965D
Black with #CF965D
Text Example
Text Example
White with #CF965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF965D; }
p { color: rgb(207,150,93); }
H1.HeaderClassName
{
color: #CF965D;
}
.AnyTagClassName
{
color: #CF965D;
}
</style>
background-color css
<style>
a { background-color: #CF965D; }
a { background-color: rgb(207,150,93); }
div.DivClassName
{
background-color: #CF965D;
}
.BgClassName
{
background-color: #CF965D;
}
</style>
border-color css
<style>
span { border-color: #CF965D; }
span { border-color: rgb(207,150,93); }
td.TdClassName
{
border-color: #CF965D;
}
.TagClassName
{
border-color: #CF965D;
}
</style>