Shades of Whiskey Sour #CF9052
Tints of Whiskey Sour #CF9052
RGB
CMYK
RGB Variations
Color information
#CF9052 (or 0xCF9052) is known color: Whiskey Sour. HEX triplet: CF, 90 and 52. RGB value is (207,144,82). Sum of RGB (Red+Green+Blue) = 207+144+82=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9052 is #306FAD. Grayscale: #9C9C9C. Windows color (decimal): -3174318 or 5411023. OLE color: 5411023.
HSL color Cylindrical-coordinate representation of color #CF9052: hue angle of 29.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF9052 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 82 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.19 |
| HSL | 29.76º | 0.57% | 0.57% | - |
| HSV(B) | 29.76º | 0.6% | 0.81% | - |
| XYZ | 37.23 | 33.82 | 12.55 | - |
| YUV | 155.77 | 86.37 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 82 | 0 | 0.30 | 0.60 | 0.19 | 29.76 | 0.57 | 0.57 |
| Hex | CF | 90 | 52 | 0 | 1E | 3C | 13 | 1E | 39 | 39 |
| Octal | 317 | 220 | 122 | 0 | 36 | 74 | 23 | 36 | 71 | 71 |
| Binary | 11001111 | 10010000 | 1010010 | 0 | 11110 | 111100 | 10011 | 11110 | 111001 | 111001 |
Color Harmonies of #CF9052
Complementary color
Monochromatic Colors of #CF9052
Black with #CF9052
Text Example
Text Example
White with #CF9052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9052; }
p { color: rgb(207,144,82); }
H1.HeaderClassName
{
color: #CF9052;
}
.AnyTagClassName
{
color: #CF9052;
}
</style>
background-color css
<style>
a { background-color: #CF9052; }
a { background-color: rgb(207,144,82); }
div.DivClassName
{
background-color: #CF9052;
}
.BgClassName
{
background-color: #CF9052;
}
</style>
border-color css
<style>
span { border-color: #CF9052; }
span { border-color: rgb(207,144,82); }
td.TdClassName
{
border-color: #CF9052;
}
.TagClassName
{
border-color: #CF9052;
}
</style>