Shades of Whiskey Sour #CF904F
Tints of Whiskey Sour #CF904F
RGB
CMYK
RGB Variations
Color information
#CF904F (or 0xCF904F) is known color: Whiskey Sour. HEX triplet: CF, 90 and 4F. RGB value is (207,144,79). Sum of RGB (Red+Green+Blue) = 207+144+79=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF904F is #306FB0. Grayscale: #9B9B9B. Windows color (decimal): -3174321 or 5214415. OLE color: 5214415.
HSL color Cylindrical-coordinate representation of color #CF904F: hue angle of 30.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF904F is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 79 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.19 |
| HSL | 30.47º | 0.57% | 0.56% | - |
| HSV(B) | 30.47º | 0.62% | 0.81% | - |
| XYZ | 37.12 | 33.78 | 11.96 | - |
| YUV | 155.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 79 | 0 | 0.30 | 0.62 | 0.19 | 30.47 | 0.57 | 0.56 |
| Hex | CF | 90 | 4F | 0 | 1E | 3E | 13 | 1E | 39 | 38 |
| Octal | 317 | 220 | 117 | 0 | 36 | 76 | 23 | 36 | 71 | 70 |
| Binary | 11001111 | 10010000 | 1001111 | 0 | 11110 | 111110 | 10011 | 11110 | 111001 | 111000 |
Color Harmonies of #CF904F
Complementary color
Monochromatic Colors of #CF904F
Black with #CF904F
Text Example
Text Example
White with #CF904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF904F; }
p { color: rgb(207,144,79); }
H1.HeaderClassName
{
color: #CF904F;
}
.AnyTagClassName
{
color: #CF904F;
}
</style>
background-color css
<style>
a { background-color: #CF904F; }
a { background-color: rgb(207,144,79); }
div.DivClassName
{
background-color: #CF904F;
}
.BgClassName
{
background-color: #CF904F;
}
</style>
border-color css
<style>
span { border-color: #CF904F; }
span { border-color: rgb(207,144,79); }
td.TdClassName
{
border-color: #CF904F;
}
.TagClassName
{
border-color: #CF904F;
}
</style>