Shades of Whiskey #CB8B64
Tints of Whiskey #CB8B64
RGB
CMYK
RGB Variations
Color information
#CB8B64 (or 0xCB8B64) is known color: Whiskey. HEX triplet: CB, 8B and 64. RGB value is (203,139,100). Sum of RGB (Red+Green+Blue) = 203+139+100=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B64 is #34749B. Grayscale: #999999. Windows color (decimal): -3437724 or 6589387. OLE color: 6589387.
HSL color Cylindrical-coordinate representation of color #CB8B64: hue angle of 22.72º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB8B64 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 100 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.20 |
| HSL | 22.72º | 0.5% | 0.59% | - |
| HSV(B) | 22.72º | 0.51% | 0.8% | - |
| XYZ | 36.16 | 32.08 | 16.34 | - |
| YUV | 153.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 100 | 0 | 0.32 | 0.51 | 0.20 | 22.72 | 0.5 | 0.59 |
| Hex | CB | 8B | 64 | 0 | 20 | 33 | 14 | 17 | 32 | 3B |
| Octal | 313 | 213 | 144 | 0 | 40 | 63 | 24 | 27 | 62 | 73 |
| Binary | 11001011 | 10001011 | 1100100 | 0 | 100000 | 110011 | 10100 | 10111 | 110010 | 111011 |
Color Harmonies of #CB8B64
Complementary color
Monochromatic Colors of #CB8B64
Black with #CB8B64
Text Example
Text Example
White with #CB8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B64; }
p { color: rgb(203,139,100); }
H1.HeaderClassName
{
color: #CB8B64;
}
.AnyTagClassName
{
color: #CB8B64;
}
</style>
background-color css
<style>
a { background-color: #CB8B64; }
a { background-color: rgb(203,139,100); }
div.DivClassName
{
background-color: #CB8B64;
}
.BgClassName
{
background-color: #CB8B64;
}
</style>
border-color css
<style>
span { border-color: #CB8B64; }
span { border-color: rgb(203,139,100); }
td.TdClassName
{
border-color: #CB8B64;
}
.TagClassName
{
border-color: #CB8B64;
}
</style>