Shades of Whiskey Sour #CF8F4F
Tints of Whiskey Sour #CF8F4F
RGB
CMYK
RGB Variations
Color information
#CF8F4F (or 0xCF8F4F) is known color: Whiskey Sour. HEX triplet: CF, 8F and 4F. RGB value is (207,143,79). Sum of RGB (Red+Green+Blue) = 207+143+79=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F4F is #3070B0. Grayscale: #9B9B9B. Windows color (decimal): -3174577 or 5214159. OLE color: 5214159.
HSL color Cylindrical-coordinate representation of color #CF8F4F: 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.62%. Process color model (Four color, CMYK) of #CF8F4F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 79 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.19 |
| HSL | 30º | 0.57% | 0.56% | - |
| HSV(B) | 30º | 0.62% | 0.81% | - |
| XYZ | 36.97 | 33.47 | 11.91 | - |
| YUV | 154.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 79 | 0 | 0.31 | 0.62 | 0.19 | 30 | 0.57 | 0.56 |
| Hex | CF | 8F | 4F | 0 | 1F | 3E | 13 | 1E | 39 | 38 |
| Octal | 317 | 217 | 117 | 0 | 37 | 76 | 23 | 36 | 71 | 70 |
| Binary | 11001111 | 10001111 | 1001111 | 0 | 11111 | 111110 | 10011 | 11110 | 111001 | 111000 |
Color Harmonies of #CF8F4F
Complementary color
Monochromatic Colors of #CF8F4F
Black with #CF8F4F
Text Example
Text Example
White with #CF8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F4F; }
p { color: rgb(207,143,79); }
H1.HeaderClassName
{
color: #CF8F4F;
}
.AnyTagClassName
{
color: #CF8F4F;
}
</style>
background-color css
<style>
a { background-color: #CF8F4F; }
a { background-color: rgb(207,143,79); }
div.DivClassName
{
background-color: #CF8F4F;
}
.BgClassName
{
background-color: #CF8F4F;
}
</style>
border-color css
<style>
span { border-color: #CF8F4F; }
span { border-color: rgb(207,143,79); }
td.TdClassName
{
border-color: #CF8F4F;
}
.TagClassName
{
border-color: #CF8F4F;
}
</style>