Shades of Whiskey Sour #CF8B5C
Tints of Whiskey Sour #CF8B5C
RGB
CMYK
RGB Variations
Color information
#CF8B5C (or 0xCF8B5C) is known color: Whiskey Sour. HEX triplet: CF, 8B and 5C. RGB value is (207,139,92). Sum of RGB (Red+Green+Blue) = 207+139+92=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B5C is #3074A3. Grayscale: #9A9A9A. Windows color (decimal): -3175588 or 6065103. OLE color: 6065103.
HSL color Cylindrical-coordinate representation of color #CF8B5C: hue angle of 24.52º 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 #CF8B5C is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 92 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.19 |
| HSL | 24.52º | 0.55% | 0.59% | - |
| HSV(B) | 24.52º | 0.56% | 0.81% | - |
| XYZ | 36.9 | 32.5 | 14.45 | - |
| YUV | 153.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 92 | 0 | 0.33 | 0.56 | 0.19 | 24.52 | 0.55 | 0.59 |
| Hex | CF | 8B | 5C | 0 | 21 | 38 | 13 | 19 | 37 | 3B |
| Octal | 317 | 213 | 134 | 0 | 41 | 70 | 23 | 31 | 67 | 73 |
| Binary | 11001111 | 10001011 | 1011100 | 0 | 100001 | 111000 | 10011 | 11001 | 110111 | 111011 |
Color Harmonies of #CF8B5C
Complementary color
Monochromatic Colors of #CF8B5C
Black with #CF8B5C
Text Example
Text Example
White with #CF8B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B5C; }
p { color: rgb(207,139,92); }
H1.HeaderClassName
{
color: #CF8B5C;
}
.AnyTagClassName
{
color: #CF8B5C;
}
</style>
background-color css
<style>
a { background-color: #CF8B5C; }
a { background-color: rgb(207,139,92); }
div.DivClassName
{
background-color: #CF8B5C;
}
.BgClassName
{
background-color: #CF8B5C;
}
</style>
border-color css
<style>
span { border-color: #CF8B5C; }
span { border-color: rgb(207,139,92); }
td.TdClassName
{
border-color: #CF8B5C;
}
.TagClassName
{
border-color: #CF8B5C;
}
</style>