Shades of Whiskey #CB9365
Tints of Whiskey #CB9365
RGB
CMYK
RGB Variations
Color information
#CB9365 (or 0xCB9365) is known color: Whiskey. HEX triplet: CB, 93 and 65. RGB value is (203,147,101). Sum of RGB (Red+Green+Blue) = 203+147+101=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9365 is #346C9A. Grayscale: #9E9E9E. Windows color (decimal): -3435675 or 6656971. OLE color: 6656971.
HSL color Cylindrical-coordinate representation of color #CB9365: hue angle of 27.06º 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 #CB9365 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 101 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.20 |
| HSL | 27.06º | 0.5% | 0.6% | - |
| HSV(B) | 27.06º | 0.5% | 0.8% | - |
| XYZ | 37.41 | 34.5 | 17 | - |
| YUV | 158.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 101 | 0 | 0.28 | 0.50 | 0.20 | 27.06 | 0.5 | 0.6 |
| Hex | CB | 93 | 65 | 0 | 1C | 32 | 14 | 1B | 32 | 3C |
| Octal | 313 | 223 | 145 | 0 | 34 | 62 | 24 | 33 | 62 | 74 |
| Binary | 11001011 | 10010011 | 1100101 | 0 | 11100 | 110010 | 10100 | 11011 | 110010 | 111100 |
Color Harmonies of #CB9365
Complementary color
Monochromatic Colors of #CB9365
Black with #CB9365
Text Example
Text Example
White with #CB9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9365; }
p { color: rgb(203,147,101); }
H1.HeaderClassName
{
color: #CB9365;
}
.AnyTagClassName
{
color: #CB9365;
}
</style>
background-color css
<style>
a { background-color: #CB9365; }
a { background-color: rgb(203,147,101); }
div.DivClassName
{
background-color: #CB9365;
}
.BgClassName
{
background-color: #CB9365;
}
</style>
border-color css
<style>
span { border-color: #CB9365; }
span { border-color: rgb(203,147,101); }
td.TdClassName
{
border-color: #CB9365;
}
.TagClassName
{
border-color: #CB9365;
}
</style>