Shades of Whiskey #CB9164
Tints of Whiskey #CB9164
RGB
CMYK
RGB Variations
Color information
#CB9164 (or 0xCB9164) is known color: Whiskey. HEX triplet: CB, 91 and 64. RGB value is (203,145,100). Sum of RGB (Red+Green+Blue) = 203+145+100=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9164 is #346E9B. Grayscale: #9D9D9D. Windows color (decimal): -3436188 or 6590923. OLE color: 6590923.
HSL color Cylindrical-coordinate representation of color #CB9164: hue angle of 26.21º 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 #CB9164 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 100 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.20 |
| HSL | 26.21º | 0.5% | 0.59% | - |
| HSV(B) | 26.21º | 0.51% | 0.8% | - |
| XYZ | 37.05 | 33.87 | 16.64 | - |
| YUV | 157.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 100 | 0 | 0.29 | 0.51 | 0.20 | 26.21 | 0.5 | 0.59 |
| Hex | CB | 91 | 64 | 0 | 1D | 33 | 14 | 1A | 32 | 3B |
| Octal | 313 | 221 | 144 | 0 | 35 | 63 | 24 | 32 | 62 | 73 |
| Binary | 11001011 | 10010001 | 1100100 | 0 | 11101 | 110011 | 10100 | 11010 | 110010 | 111011 |
Color Harmonies of #CB9164
Complementary color
Monochromatic Colors of #CB9164
Black with #CB9164
Text Example
Text Example
White with #CB9164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9164; }
p { color: rgb(203,145,100); }
H1.HeaderClassName
{
color: #CB9164;
}
.AnyTagClassName
{
color: #CB9164;
}
</style>
background-color css
<style>
a { background-color: #CB9164; }
a { background-color: rgb(203,145,100); }
div.DivClassName
{
background-color: #CB9164;
}
.BgClassName
{
background-color: #CB9164;
}
</style>
border-color css
<style>
span { border-color: #CB9164; }
span { border-color: rgb(203,145,100); }
td.TdClassName
{
border-color: #CB9164;
}
.TagClassName
{
border-color: #CB9164;
}
</style>