Shades of Whiskey #CB8D64
Tints of Whiskey #CB8D64
RGB
CMYK
RGB Variations
Color information
#CB8D64 (or 0xCB8D64) is known color: Whiskey. HEX triplet: CB, 8D and 64. RGB value is (203,141,100). Sum of RGB (Red+Green+Blue) = 203+141+100=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D64 is #34729B. Grayscale: #9B9B9B. Windows color (decimal): -3437212 or 6589899. OLE color: 6589899.
HSL color Cylindrical-coordinate representation of color #CB8D64: hue angle of 23.88º 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 #CB8D64 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 100 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.20 |
| HSL | 23.88º | 0.5% | 0.59% | - |
| HSV(B) | 23.88º | 0.51% | 0.8% | - |
| XYZ | 36.45 | 32.67 | 16.44 | - |
| YUV | 154.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 100 | 0 | 0.31 | 0.51 | 0.20 | 23.88 | 0.5 | 0.59 |
| Hex | CB | 8D | 64 | 0 | 1F | 33 | 14 | 18 | 32 | 3B |
| Octal | 313 | 215 | 144 | 0 | 37 | 63 | 24 | 30 | 62 | 73 |
| Binary | 11001011 | 10001101 | 1100100 | 0 | 11111 | 110011 | 10100 | 11000 | 110010 | 111011 |
Color Harmonies of #CB8D64
Complementary color
Monochromatic Colors of #CB8D64
Black with #CB8D64
Text Example
Text Example
White with #CB8D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D64; }
p { color: rgb(203,141,100); }
H1.HeaderClassName
{
color: #CB8D64;
}
.AnyTagClassName
{
color: #CB8D64;
}
</style>
background-color css
<style>
a { background-color: #CB8D64; }
a { background-color: rgb(203,141,100); }
div.DivClassName
{
background-color: #CB8D64;
}
.BgClassName
{
background-color: #CB8D64;
}
</style>
border-color css
<style>
span { border-color: #CB8D64; }
span { border-color: rgb(203,141,100); }
td.TdClassName
{
border-color: #CB8D64;
}
.TagClassName
{
border-color: #CB8D64;
}
</style>