Shades of Whiskey #CB8A5B
Tints of Whiskey #CB8A5B
RGB
CMYK
RGB Variations
Color information
#CB8A5B (or 0xCB8A5B) is known color: Whiskey. HEX triplet: CB, 8A and 5B. RGB value is (203,138,91). Sum of RGB (Red+Green+Blue) = 203+138+91=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A5B is #3475A4. Grayscale: #989898. Windows color (decimal): -3437989 or 5999307. OLE color: 5999307.
HSL color Cylindrical-coordinate representation of color #CB8A5B: hue angle of 25.18º 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 #CB8A5B is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 91 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.20 |
| HSL | 25.18º | 0.52% | 0.58% | - |
| HSV(B) | 25.18º | 0.55% | 0.8% | - |
| XYZ | 35.61 | 31.63 | 14.13 | - |
| YUV | 152.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 91 | 0 | 0.32 | 0.55 | 0.20 | 25.18 | 0.52 | 0.58 |
| Hex | CB | 8A | 5B | 0 | 20 | 37 | 14 | 19 | 34 | 3A |
| Octal | 313 | 212 | 133 | 0 | 40 | 67 | 24 | 31 | 64 | 72 |
| Binary | 11001011 | 10001010 | 1011011 | 0 | 100000 | 110111 | 10100 | 11001 | 110100 | 111010 |
Color Harmonies of #CB8A5B
Complementary color
Monochromatic Colors of #CB8A5B
Black with #CB8A5B
Text Example
Text Example
White with #CB8A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A5B; }
p { color: rgb(203,138,91); }
H1.HeaderClassName
{
color: #CB8A5B;
}
.AnyTagClassName
{
color: #CB8A5B;
}
</style>
background-color css
<style>
a { background-color: #CB8A5B; }
a { background-color: rgb(203,138,91); }
div.DivClassName
{
background-color: #CB8A5B;
}
.BgClassName
{
background-color: #CB8A5B;
}
</style>
border-color css
<style>
span { border-color: #CB8A5B; }
span { border-color: rgb(203,138,91); }
td.TdClassName
{
border-color: #CB8A5B;
}
.TagClassName
{
border-color: #CB8A5B;
}
</style>