Shades of Whiskey Sour #CF8F5C
Tints of Whiskey Sour #CF8F5C
RGB
CMYK
RGB Variations
Color information
#CF8F5C (or 0xCF8F5C) is known color: Whiskey Sour. HEX triplet: CF, 8F and 5C. RGB value is (207,143,92). Sum of RGB (Red+Green+Blue) = 207+143+92=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8F5C is #3070A3. Grayscale: #9C9C9C. Windows color (decimal): -3174564 or 6066127. OLE color: 6066127.
HSL color Cylindrical-coordinate representation of color #CF8F5C: hue angle of 26.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF8F5C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 92 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.19 |
| HSL | 26.61º | 0.55% | 0.59% | - |
| HSV(B) | 26.61º | 0.56% | 0.81% | - |
| XYZ | 37.49 | 33.68 | 14.65 | - |
| YUV | 156.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 92 | 0 | 0.31 | 0.56 | 0.19 | 26.61 | 0.55 | 0.59 |
| Hex | CF | 8F | 5C | 0 | 1F | 38 | 13 | 1B | 37 | 3B |
| Octal | 317 | 217 | 134 | 0 | 37 | 70 | 23 | 33 | 67 | 73 |
| Binary | 11001111 | 10001111 | 1011100 | 0 | 11111 | 111000 | 10011 | 11011 | 110111 | 111011 |
Color Harmonies of #CF8F5C
Complementary color
Monochromatic Colors of #CF8F5C
Black with #CF8F5C
Text Example
Text Example
White with #CF8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F5C; }
p { color: rgb(207,143,92); }
H1.HeaderClassName
{
color: #CF8F5C;
}
.AnyTagClassName
{
color: #CF8F5C;
}
</style>
background-color css
<style>
a { background-color: #CF8F5C; }
a { background-color: rgb(207,143,92); }
div.DivClassName
{
background-color: #CF8F5C;
}
.BgClassName
{
background-color: #CF8F5C;
}
</style>
border-color css
<style>
span { border-color: #CF8F5C; }
span { border-color: rgb(207,143,92); }
td.TdClassName
{
border-color: #CF8F5C;
}
.TagClassName
{
border-color: #CF8F5C;
}
</style>