Shades of Whiskey Sour #CB985F
Tints of Whiskey Sour #CB985F
RGB
CMYK
RGB Variations
Color information
#CB985F (or 0xCB985F) is known color: Whiskey Sour. HEX triplet: CB, 98 and 5F. RGB value is (203,152,95). Sum of RGB (Red+Green+Blue) = 203+152+95=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB985F is #3467A0. Grayscale: #A1A1A1. Windows color (decimal): -3434401 or 6265035. OLE color: 6265035.
HSL color Cylindrical-coordinate representation of color #CB985F: hue angle of 31.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB985F is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 95 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.20 |
| HSL | 31.67º | 0.51% | 0.58% | - |
| HSV(B) | 31.67º | 0.53% | 0.8% | - |
| XYZ | 37.92 | 35.98 | 15.77 | - |
| YUV | 160.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 95 | 0 | 0.25 | 0.53 | 0.20 | 31.67 | 0.51 | 0.58 |
| Hex | CB | 98 | 5F | 0 | 19 | 35 | 14 | 20 | 33 | 3A |
| Octal | 313 | 230 | 137 | 0 | 31 | 65 | 24 | 40 | 63 | 72 |
| Binary | 11001011 | 10011000 | 1011111 | 0 | 11001 | 110101 | 10100 | 100000 | 110011 | 111010 |
Color Harmonies of #CB985F
Complementary color
Monochromatic Colors of #CB985F
Black with #CB985F
Text Example
Text Example
White with #CB985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB985F; }
p { color: rgb(203,152,95); }
H1.HeaderClassName
{
color: #CB985F;
}
.AnyTagClassName
{
color: #CB985F;
}
</style>
background-color css
<style>
a { background-color: #CB985F; }
a { background-color: rgb(203,152,95); }
div.DivClassName
{
background-color: #CB985F;
}
.BgClassName
{
background-color: #CB985F;
}
</style>
border-color css
<style>
span { border-color: #CB985F; }
span { border-color: rgb(203,152,95); }
td.TdClassName
{
border-color: #CB985F;
}
.TagClassName
{
border-color: #CB985F;
}
</style>