Shades of Whiskey #CB885D
Tints of Whiskey #CB885D
RGB
CMYK
RGB Variations
Color information
#CB885D (or 0xCB885D) is known color: Whiskey. HEX triplet: CB, 88 and 5D. RGB value is (203,136,93). Sum of RGB (Red+Green+Blue) = 203+136+93=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885D is #3477A2. Grayscale: #979797. Windows color (decimal): -3438499 or 6129867. OLE color: 6129867.
HSL color Cylindrical-coordinate representation of color #CB885D: hue angle of 23.45º 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 #CB885D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 93 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.20 |
| HSL | 23.45º | 0.51% | 0.58% | - |
| HSV(B) | 23.45º | 0.54% | 0.8% | - |
| XYZ | 35.41 | 31.1 | 14.49 | - |
| YUV | 151.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 93 | 0 | 0.33 | 0.54 | 0.20 | 23.45 | 0.51 | 0.58 |
| Hex | CB | 88 | 5D | 0 | 21 | 36 | 14 | 17 | 33 | 3A |
| Octal | 313 | 210 | 135 | 0 | 41 | 66 | 24 | 27 | 63 | 72 |
| Binary | 11001011 | 10001000 | 1011101 | 0 | 100001 | 110110 | 10100 | 10111 | 110011 | 111010 |
Color Harmonies of #CB885D
Complementary color
Monochromatic Colors of #CB885D
Black with #CB885D
Text Example
Text Example
White with #CB885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB885D; }
p { color: rgb(203,136,93); }
H1.HeaderClassName
{
color: #CB885D;
}
.AnyTagClassName
{
color: #CB885D;
}
</style>
background-color css
<style>
a { background-color: #CB885D; }
a { background-color: rgb(203,136,93); }
div.DivClassName
{
background-color: #CB885D;
}
.BgClassName
{
background-color: #CB885D;
}
</style>
border-color css
<style>
span { border-color: #CB885D; }
span { border-color: rgb(203,136,93); }
td.TdClassName
{
border-color: #CB885D;
}
.TagClassName
{
border-color: #CB885D;
}
</style>