Shades of Whiskey #CB8E5E
Tints of Whiskey #CB8E5E
RGB
CMYK
RGB Variations
Color information
#CB8E5E (or 0xCB8E5E) is known color: Whiskey. HEX triplet: CB, 8E and 5E. RGB value is (203,142,94). Sum of RGB (Red+Green+Blue) = 203+142+94=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E5E is #3471A1. Grayscale: #9B9B9B. Windows color (decimal): -3436962 or 6196939. OLE color: 6196939.
HSL color Cylindrical-coordinate representation of color #CB8E5E: hue angle of 26.42º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB8E5E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 94 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.20 |
| HSL | 26.42º | 0.51% | 0.58% | - |
| HSV(B) | 26.42º | 0.54% | 0.8% | - |
| XYZ | 36.32 | 32.85 | 15.02 | - |
| YUV | 154.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 94 | 0 | 0.30 | 0.54 | 0.20 | 26.42 | 0.51 | 0.58 |
| Hex | CB | 8E | 5E | 0 | 1E | 36 | 14 | 1A | 33 | 3A |
| Octal | 313 | 216 | 136 | 0 | 36 | 66 | 24 | 32 | 63 | 72 |
| Binary | 11001011 | 10001110 | 1011110 | 0 | 11110 | 110110 | 10100 | 11010 | 110011 | 111010 |
Color Harmonies of #CB8E5E
Complementary color
Monochromatic Colors of #CB8E5E
Black with #CB8E5E
Text Example
Text Example
White with #CB8E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8E5E; }
p { color: rgb(203,142,94); }
H1.HeaderClassName
{
color: #CB8E5E;
}
.AnyTagClassName
{
color: #CB8E5E;
}
</style>
background-color css
<style>
a { background-color: #CB8E5E; }
a { background-color: rgb(203,142,94); }
div.DivClassName
{
background-color: #CB8E5E;
}
.BgClassName
{
background-color: #CB8E5E;
}
</style>
border-color css
<style>
span { border-color: #CB8E5E; }
span { border-color: rgb(203,142,94); }
td.TdClassName
{
border-color: #CB8E5E;
}
.TagClassName
{
border-color: #CB8E5E;
}
</style>