Shades of Whiskey #CB9367
Tints of Whiskey #CB9367
RGB
CMYK
RGB Variations
Color information
#CB9367 (or 0xCB9367) is known color: Whiskey. HEX triplet: CB, 93 and 67. RGB value is (203,147,103). Sum of RGB (Red+Green+Blue) = 203+147+103=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9367 is #346C98. Grayscale: #9E9E9E. Windows color (decimal): -3435673 or 6788043. OLE color: 6788043.
HSL color Cylindrical-coordinate representation of color #CB9367: hue angle of 26.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB9367 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 103 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.20 |
| HSL | 26.4º | 0.49% | 0.6% | - |
| HSV(B) | 26.4º | 0.49% | 0.8% | - |
| XYZ | 37.51 | 34.54 | 17.52 | - |
| YUV | 158.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 103 | 0 | 0.28 | 0.49 | 0.20 | 26.4 | 0.49 | 0.6 |
| Hex | CB | 93 | 67 | 0 | 1C | 31 | 14 | 1A | 31 | 3C |
| Octal | 313 | 223 | 147 | 0 | 34 | 61 | 24 | 32 | 61 | 74 |
| Binary | 11001011 | 10010011 | 1100111 | 0 | 11100 | 110001 | 10100 | 11010 | 110001 | 111100 |
Color Harmonies of #CB9367
Complementary color
Monochromatic Colors of #CB9367
Black with #CB9367
Text Example
Text Example
White with #CB9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9367; }
p { color: rgb(203,147,103); }
H1.HeaderClassName
{
color: #CB9367;
}
.AnyTagClassName
{
color: #CB9367;
}
</style>
background-color css
<style>
a { background-color: #CB9367; }
a { background-color: rgb(203,147,103); }
div.DivClassName
{
background-color: #CB9367;
}
.BgClassName
{
background-color: #CB9367;
}
</style>
border-color css
<style>
span { border-color: #CB9367; }
span { border-color: rgb(203,147,103); }
td.TdClassName
{
border-color: #CB9367;
}
.TagClassName
{
border-color: #CB9367;
}
</style>