Shades of Whiskey #CB885C
Tints of Whiskey #CB885C
RGB
CMYK
RGB Variations
Color information
#CB885C (or 0xCB885C) is known color: Whiskey. HEX triplet: CB, 88 and 5C. RGB value is (203,136,92). Sum of RGB (Red+Green+Blue) = 203+136+92=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885C is #3477A3. Grayscale: #979797. Windows color (decimal): -3438500 or 6064331. OLE color: 6064331.
HSL color Cylindrical-coordinate representation of color #CB885C: hue angle of 23.78º 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 #CB885C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 92 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.20 |
| HSL | 23.78º | 0.52% | 0.58% | - |
| HSV(B) | 23.78º | 0.55% | 0.8% | - |
| XYZ | 35.36 | 31.08 | 14.26 | - |
| YUV | 151.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 92 | 0 | 0.33 | 0.55 | 0.20 | 23.78 | 0.52 | 0.58 |
| Hex | CB | 88 | 5C | 0 | 21 | 37 | 14 | 18 | 34 | 3A |
| Octal | 313 | 210 | 134 | 0 | 41 | 67 | 24 | 30 | 64 | 72 |
| Binary | 11001011 | 10001000 | 1011100 | 0 | 100001 | 110111 | 10100 | 11000 | 110100 | 111010 |
Color Harmonies of #CB885C
Complementary color
Monochromatic Colors of #CB885C
Black with #CB885C
Text Example
Text Example
White with #CB885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB885C; }
p { color: rgb(203,136,92); }
H1.HeaderClassName
{
color: #CB885C;
}
.AnyTagClassName
{
color: #CB885C;
}
</style>
background-color css
<style>
a { background-color: #CB885C; }
a { background-color: rgb(203,136,92); }
div.DivClassName
{
background-color: #CB885C;
}
.BgClassName
{
background-color: #CB885C;
}
</style>
border-color css
<style>
span { border-color: #CB885C; }
span { border-color: rgb(203,136,92); }
td.TdClassName
{
border-color: #CB885C;
}
.TagClassName
{
border-color: #CB885C;
}
</style>