Shades of Whiskey #CB8F61
Tints of Whiskey #CB8F61
RGB
CMYK
RGB Variations
Color information
#CB8F61 (or 0xCB8F61) is known color: Whiskey. HEX triplet: CB, 8F and 61. RGB value is (203,143,97). Sum of RGB (Red+Green+Blue) = 203+143+97=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F61 is #34709E. Grayscale: #9B9B9B. Windows color (decimal): -3436703 or 6393803. OLE color: 6393803.
HSL color Cylindrical-coordinate representation of color #CB8F61: hue angle of 26.04º 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 #CB8F61 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 97 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.20 |
| HSL | 26.04º | 0.5% | 0.59% | - |
| HSV(B) | 26.04º | 0.52% | 0.8% | - |
| XYZ | 36.61 | 33.2 | 15.79 | - |
| YUV | 155.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 97 | 0 | 0.30 | 0.52 | 0.20 | 26.04 | 0.5 | 0.59 |
| Hex | CB | 8F | 61 | 0 | 1E | 34 | 14 | 1A | 32 | 3B |
| Octal | 313 | 217 | 141 | 0 | 36 | 64 | 24 | 32 | 62 | 73 |
| Binary | 11001011 | 10001111 | 1100001 | 0 | 11110 | 110100 | 10100 | 11010 | 110010 | 111011 |
Color Harmonies of #CB8F61
Complementary color
Monochromatic Colors of #CB8F61
Black with #CB8F61
Text Example
Text Example
White with #CB8F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F61; }
p { color: rgb(203,143,97); }
H1.HeaderClassName
{
color: #CB8F61;
}
.AnyTagClassName
{
color: #CB8F61;
}
</style>
background-color css
<style>
a { background-color: #CB8F61; }
a { background-color: rgb(203,143,97); }
div.DivClassName
{
background-color: #CB8F61;
}
.BgClassName
{
background-color: #CB8F61;
}
</style>
border-color css
<style>
span { border-color: #CB8F61; }
span { border-color: rgb(203,143,97); }
td.TdClassName
{
border-color: #CB8F61;
}
.TagClassName
{
border-color: #CB8F61;
}
</style>