Shades of Whiskey #CB8D61
Tints of Whiskey #CB8D61
RGB
CMYK
RGB Variations
Color information
#CB8D61 (or 0xCB8D61) is known color: Whiskey. HEX triplet: CB, 8D and 61. RGB value is (203,141,97). Sum of RGB (Red+Green+Blue) = 203+141+97=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D61 is #34729E. Grayscale: #9A9A9A. Windows color (decimal): -3437215 or 6393291. OLE color: 6393291.
HSL color Cylindrical-coordinate representation of color #CB8D61: hue angle of 24.91º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB8D61 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 97 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.20 |
| HSL | 24.91º | 0.5% | 0.59% | - |
| HSV(B) | 24.91º | 0.52% | 0.8% | - |
| XYZ | 36.31 | 32.61 | 15.69 | - |
| YUV | 154.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 97 | 0 | 0.31 | 0.52 | 0.20 | 24.91 | 0.5 | 0.59 |
| Hex | CB | 8D | 61 | 0 | 1F | 34 | 14 | 19 | 32 | 3B |
| Octal | 313 | 215 | 141 | 0 | 37 | 64 | 24 | 31 | 62 | 73 |
| Binary | 11001011 | 10001101 | 1100001 | 0 | 11111 | 110100 | 10100 | 11001 | 110010 | 111011 |
Color Harmonies of #CB8D61
Complementary color
Monochromatic Colors of #CB8D61
Black with #CB8D61
Text Example
Text Example
White with #CB8D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D61; }
p { color: rgb(203,141,97); }
H1.HeaderClassName
{
color: #CB8D61;
}
.AnyTagClassName
{
color: #CB8D61;
}
</style>
background-color css
<style>
a { background-color: #CB8D61; }
a { background-color: rgb(203,141,97); }
div.DivClassName
{
background-color: #CB8D61;
}
.BgClassName
{
background-color: #CB8D61;
}
</style>
border-color css
<style>
span { border-color: #CB8D61; }
span { border-color: rgb(203,141,97); }
td.TdClassName
{
border-color: #CB8D61;
}
.TagClassName
{
border-color: #CB8D61;
}
</style>