Shades of Whiskey #CB885B
Tints of Whiskey #CB885B
RGB
CMYK
RGB Variations
Color information
#CB885B (or 0xCB885B) is known color: Whiskey. HEX triplet: CB, 88 and 5B. RGB value is (203,136,91). Sum of RGB (Red+Green+Blue) = 203+136+91=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885B is #3477A4. Grayscale: #979797. Windows color (decimal): -3438501 or 5998795. OLE color: 5998795.
HSL color Cylindrical-coordinate representation of color #CB885B: hue angle of 24.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB885B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 91 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.20 |
| HSL | 24.11º | 0.52% | 0.58% | - |
| HSV(B) | 24.11º | 0.55% | 0.8% | - |
| XYZ | 35.32 | 31.06 | 14.03 | - |
| YUV | 150.9 | 94.2 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 91 | 0 | 0.33 | 0.55 | 0.20 | 24.11 | 0.52 | 0.58 |
| Hex | CB | 88 | 5B | 0 | 21 | 37 | 14 | 18 | 34 | 3A |
| Octal | 313 | 210 | 133 | 0 | 41 | 67 | 24 | 30 | 64 | 72 |
| Binary | 11001011 | 10001000 | 1011011 | 0 | 100001 | 110111 | 10100 | 11000 | 110100 | 111010 |
Color Harmonies of #CB885B
Complementary color
Monochromatic Colors of #CB885B
Black with #CB885B
Text Example
Text Example
White with #CB885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB885B; }
p { color: rgb(203,136,91); }
H1.HeaderClassName
{
color: #CB885B;
}
.AnyTagClassName
{
color: #CB885B;
}
</style>
background-color css
<style>
a { background-color: #CB885B; }
a { background-color: rgb(203,136,91); }
div.DivClassName
{
background-color: #CB885B;
}
.BgClassName
{
background-color: #CB885B;
}
</style>
border-color css
<style>
span { border-color: #CB885B; }
span { border-color: rgb(203,136,91); }
td.TdClassName
{
border-color: #CB885B;
}
.TagClassName
{
border-color: #CB885B;
}
</style>