Shades of Whiskey #CB8D5D
Tints of Whiskey #CB8D5D
RGB
CMYK
RGB Variations
Color information
#CB8D5D (or 0xCB8D5D) is known color: Whiskey. HEX triplet: CB, 8D and 5D. RGB value is (203,141,93). Sum of RGB (Red+Green+Blue) = 203+141+93=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D5D is #3472A2. Grayscale: #9A9A9A. Windows color (decimal): -3437219 or 6131147. OLE color: 6131147.
HSL color Cylindrical-coordinate representation of color #CB8D5D: hue angle of 26.18º 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 #CB8D5D is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 93 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.20 |
| HSL | 26.18º | 0.51% | 0.58% | - |
| HSV(B) | 26.18º | 0.54% | 0.8% | - |
| XYZ | 36.13 | 32.54 | 14.73 | - |
| YUV | 154.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 93 | 0 | 0.31 | 0.54 | 0.20 | 26.18 | 0.51 | 0.58 |
| Hex | CB | 8D | 5D | 0 | 1F | 36 | 14 | 1A | 33 | 3A |
| Octal | 313 | 215 | 135 | 0 | 37 | 66 | 24 | 32 | 63 | 72 |
| Binary | 11001011 | 10001101 | 1011101 | 0 | 11111 | 110110 | 10100 | 11010 | 110011 | 111010 |
Color Harmonies of #CB8D5D
Complementary color
Monochromatic Colors of #CB8D5D
Black with #CB8D5D
Text Example
Text Example
White with #CB8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D5D; }
p { color: rgb(203,141,93); }
H1.HeaderClassName
{
color: #CB8D5D;
}
.AnyTagClassName
{
color: #CB8D5D;
}
</style>
background-color css
<style>
a { background-color: #CB8D5D; }
a { background-color: rgb(203,141,93); }
div.DivClassName
{
background-color: #CB8D5D;
}
.BgClassName
{
background-color: #CB8D5D;
}
</style>
border-color css
<style>
span { border-color: #CB8D5D; }
span { border-color: rgb(203,141,93); }
td.TdClassName
{
border-color: #CB8D5D;
}
.TagClassName
{
border-color: #CB8D5D;
}
</style>