Shades of Whiskey Sour #CF9051
Tints of Whiskey Sour #CF9051
RGB
CMYK
RGB Variations
Color information
#CF9051 (or 0xCF9051) is known color: Whiskey Sour. HEX triplet: CF, 90 and 51. RGB value is (207,144,81). Sum of RGB (Red+Green+Blue) = 207+144+81=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9051 is #306FAE. Grayscale: #9B9B9B. Windows color (decimal): -3174319 or 5345487. OLE color: 5345487.
HSL color Cylindrical-coordinate representation of color #CF9051: hue angle of 30º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF9051 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 81 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.19 |
| HSL | 30º | 0.57% | 0.56% | - |
| HSV(B) | 30º | 0.61% | 0.81% | - |
| XYZ | 37.19 | 33.81 | 12.35 | - |
| YUV | 155.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 81 | 0 | 0.30 | 0.61 | 0.19 | 30 | 0.57 | 0.56 |
| Hex | CF | 90 | 51 | 0 | 1E | 3D | 13 | 1E | 39 | 38 |
| Octal | 317 | 220 | 121 | 0 | 36 | 75 | 23 | 36 | 71 | 70 |
| Binary | 11001111 | 10010000 | 1010001 | 0 | 11110 | 111101 | 10011 | 11110 | 111001 | 111000 |
Color Harmonies of #CF9051
Complementary color
Monochromatic Colors of #CF9051
Black with #CF9051
Text Example
Text Example
White with #CF9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9051; }
p { color: rgb(207,144,81); }
H1.HeaderClassName
{
color: #CF9051;
}
.AnyTagClassName
{
color: #CF9051;
}
</style>
background-color css
<style>
a { background-color: #CF9051; }
a { background-color: rgb(207,144,81); }
div.DivClassName
{
background-color: #CF9051;
}
.BgClassName
{
background-color: #CF9051;
}
</style>
border-color css
<style>
span { border-color: #CF9051; }
span { border-color: rgb(207,144,81); }
td.TdClassName
{
border-color: #CF9051;
}
.TagClassName
{
border-color: #CF9051;
}
</style>