Shades of Whiskey Sour #CF915B
Tints of Whiskey Sour #CF915B
RGB
CMYK
RGB Variations
Color information
#CF915B (or 0xCF915B) is known color: Whiskey Sour. HEX triplet: CF, 91 and 5B. RGB value is (207,145,91). Sum of RGB (Red+Green+Blue) = 207+145+91=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF915B is #306EA4. Grayscale: #9D9D9D. Windows color (decimal): -3174053 or 6001103. OLE color: 6001103.
HSL color Cylindrical-coordinate representation of color #CF915B: hue angle of 27.93º 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 #CF915B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 91 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.19 |
| HSL | 27.93º | 0.55% | 0.58% | - |
| HSV(B) | 27.93º | 0.56% | 0.81% | - |
| XYZ | 37.75 | 34.27 | 14.52 | - |
| YUV | 157.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 91 | 0 | 0.30 | 0.56 | 0.19 | 27.93 | 0.55 | 0.58 |
| Hex | CF | 91 | 5B | 0 | 1E | 38 | 13 | 1C | 37 | 3A |
| Octal | 317 | 221 | 133 | 0 | 36 | 70 | 23 | 34 | 67 | 72 |
| Binary | 11001111 | 10010001 | 1011011 | 0 | 11110 | 111000 | 10011 | 11100 | 110111 | 111010 |
Color Harmonies of #CF915B
Complementary color
Monochromatic Colors of #CF915B
Black with #CF915B
Text Example
Text Example
White with #CF915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF915B; }
p { color: rgb(207,145,91); }
H1.HeaderClassName
{
color: #CF915B;
}
.AnyTagClassName
{
color: #CF915B;
}
</style>
background-color css
<style>
a { background-color: #CF915B; }
a { background-color: rgb(207,145,91); }
div.DivClassName
{
background-color: #CF915B;
}
.BgClassName
{
background-color: #CF915B;
}
</style>
border-color css
<style>
span { border-color: #CF915B; }
span { border-color: rgb(207,145,91); }
td.TdClassName
{
border-color: #CF915B;
}
.TagClassName
{
border-color: #CF915B;
}
</style>