Shades of Whiskey Sour #CF8A55
Tints of Whiskey Sour #CF8A55
RGB
CMYK
RGB Variations
Color information
#CF8A55 (or 0xCF8A55) is known color: Whiskey Sour. HEX triplet: CF, 8A and 55. RGB value is (207,138,85). Sum of RGB (Red+Green+Blue) = 207+138+85=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A55 is #3075AA. Grayscale: #989898. Windows color (decimal): -3175851 or 5606095. OLE color: 5606095.
HSL color Cylindrical-coordinate representation of color #CF8A55: hue angle of 26.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF8A55 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 85 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.19 |
| HSL | 26.07º | 0.56% | 0.57% | - |
| HSV(B) | 26.07º | 0.59% | 0.81% | - |
| XYZ | 36.46 | 32.1 | 12.87 | - |
| YUV | 152.59 | 89.86 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 85 | 0 | 0.33 | 0.59 | 0.19 | 26.07 | 0.56 | 0.57 |
| Hex | CF | 8A | 55 | 0 | 21 | 3B | 13 | 1A | 38 | 39 |
| Octal | 317 | 212 | 125 | 0 | 41 | 73 | 23 | 32 | 70 | 71 |
| Binary | 11001111 | 10001010 | 1010101 | 0 | 100001 | 111011 | 10011 | 11010 | 111000 | 111001 |
Color Harmonies of #CF8A55
Complementary color
Monochromatic Colors of #CF8A55
Black with #CF8A55
Text Example
Text Example
White with #CF8A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A55; }
p { color: rgb(207,138,85); }
H1.HeaderClassName
{
color: #CF8A55;
}
.AnyTagClassName
{
color: #CF8A55;
}
</style>
background-color css
<style>
a { background-color: #CF8A55; }
a { background-color: rgb(207,138,85); }
div.DivClassName
{
background-color: #CF8A55;
}
.BgClassName
{
background-color: #CF8A55;
}
</style>
border-color css
<style>
span { border-color: #CF8A55; }
span { border-color: rgb(207,138,85); }
td.TdClassName
{
border-color: #CF8A55;
}
.TagClassName
{
border-color: #CF8A55;
}
</style>