Shades of Whiskey #CB8B65
Tints of Whiskey #CB8B65
RGB
CMYK
RGB Variations
Color information
#CB8B65 (or 0xCB8B65) is known color: Whiskey. HEX triplet: CB, 8B and 65. RGB value is (203,139,101). Sum of RGB (Red+Green+Blue) = 203+139+101=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B65 is #34749A. Grayscale: #9A9A9A. Windows color (decimal): -3437723 or 6654923. OLE color: 6654923.
HSL color Cylindrical-coordinate representation of color #CB8B65: hue angle of 22.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB8B65 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 101 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.20 |
| HSL | 22.35º | 0.5% | 0.6% | - |
| HSV(B) | 22.35º | 0.5% | 0.8% | - |
| XYZ | 36.21 | 32.1 | 16.6 | - |
| YUV | 153.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 101 | 0 | 0.32 | 0.50 | 0.20 | 22.35 | 0.5 | 0.6 |
| Hex | CB | 8B | 65 | 0 | 20 | 32 | 14 | 16 | 32 | 3C |
| Octal | 313 | 213 | 145 | 0 | 40 | 62 | 24 | 26 | 62 | 74 |
| Binary | 11001011 | 10001011 | 1100101 | 0 | 100000 | 110010 | 10100 | 10110 | 110010 | 111100 |
Color Harmonies of #CB8B65
Complementary color
Monochromatic Colors of #CB8B65
Black with #CB8B65
Text Example
Text Example
White with #CB8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B65; }
p { color: rgb(203,139,101); }
H1.HeaderClassName
{
color: #CB8B65;
}
.AnyTagClassName
{
color: #CB8B65;
}
</style>
background-color css
<style>
a { background-color: #CB8B65; }
a { background-color: rgb(203,139,101); }
div.DivClassName
{
background-color: #CB8B65;
}
.BgClassName
{
background-color: #CB8B65;
}
</style>
border-color css
<style>
span { border-color: #CB8B65; }
span { border-color: rgb(203,139,101); }
td.TdClassName
{
border-color: #CB8B65;
}
.TagClassName
{
border-color: #CB8B65;
}
</style>