Shades of Whiskey #CB9363
Tints of Whiskey #CB9363
RGB
CMYK
RGB Variations
Color information
#CB9363 (or 0xCB9363) is known color: Whiskey. HEX triplet: CB, 93 and 63. RGB value is (203,147,99). Sum of RGB (Red+Green+Blue) = 203+147+99=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9363 is #346C9C. Grayscale: #9E9E9E. Windows color (decimal): -3435677 or 6525899. OLE color: 6525899.
HSL color Cylindrical-coordinate representation of color #CB9363: hue angle of 27.69º 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 #CB9363 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 99 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.20 |
| HSL | 27.69º | 0.5% | 0.59% | - |
| HSV(B) | 27.69º | 0.51% | 0.8% | - |
| XYZ | 37.31 | 34.46 | 16.49 | - |
| YUV | 158.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 99 | 0 | 0.28 | 0.51 | 0.20 | 27.69 | 0.5 | 0.59 |
| Hex | CB | 93 | 63 | 0 | 1C | 33 | 14 | 1C | 32 | 3B |
| Octal | 313 | 223 | 143 | 0 | 34 | 63 | 24 | 34 | 62 | 73 |
| Binary | 11001011 | 10010011 | 1100011 | 0 | 11100 | 110011 | 10100 | 11100 | 110010 | 111011 |
Color Harmonies of #CB9363
Complementary color
Monochromatic Colors of #CB9363
Black with #CB9363
Text Example
Text Example
White with #CB9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9363; }
p { color: rgb(203,147,99); }
H1.HeaderClassName
{
color: #CB9363;
}
.AnyTagClassName
{
color: #CB9363;
}
</style>
background-color css
<style>
a { background-color: #CB9363; }
a { background-color: rgb(203,147,99); }
div.DivClassName
{
background-color: #CB9363;
}
.BgClassName
{
background-color: #CB9363;
}
</style>
border-color css
<style>
span { border-color: #CB9363; }
span { border-color: rgb(203,147,99); }
td.TdClassName
{
border-color: #CB9363;
}
.TagClassName
{
border-color: #CB9363;
}
</style>