Shades of Whiskey #CB8C65
Tints of Whiskey #CB8C65
RGB
CMYK
RGB Variations
Color information
#CB8C65 (or 0xCB8C65) is known color: Whiskey. HEX triplet: CB, 8C and 65. RGB value is (203,140,101). Sum of RGB (Red+Green+Blue) = 203+140+101=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C65 is #34739A. Grayscale: #9A9A9A. Windows color (decimal): -3437467 or 6655179. OLE color: 6655179.
HSL color Cylindrical-coordinate representation of color #CB8C65: hue angle of 22.94º 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 #CB8C65 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 101 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.20 |
| HSL | 22.94º | 0.5% | 0.6% | - |
| HSV(B) | 22.94º | 0.5% | 0.8% | - |
| XYZ | 36.36 | 32.39 | 16.65 | - |
| YUV | 154.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 101 | 0 | 0.31 | 0.50 | 0.20 | 22.94 | 0.5 | 0.6 |
| Hex | CB | 8C | 65 | 0 | 1F | 32 | 14 | 17 | 32 | 3C |
| Octal | 313 | 214 | 145 | 0 | 37 | 62 | 24 | 27 | 62 | 74 |
| Binary | 11001011 | 10001100 | 1100101 | 0 | 11111 | 110010 | 10100 | 10111 | 110010 | 111100 |
Color Harmonies of #CB8C65
Complementary color
Monochromatic Colors of #CB8C65
Black with #CB8C65
Text Example
Text Example
White with #CB8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C65; }
p { color: rgb(203,140,101); }
H1.HeaderClassName
{
color: #CB8C65;
}
.AnyTagClassName
{
color: #CB8C65;
}
</style>
background-color css
<style>
a { background-color: #CB8C65; }
a { background-color: rgb(203,140,101); }
div.DivClassName
{
background-color: #CB8C65;
}
.BgClassName
{
background-color: #CB8C65;
}
</style>
border-color css
<style>
span { border-color: #CB8C65; }
span { border-color: rgb(203,140,101); }
td.TdClassName
{
border-color: #CB8C65;
}
.TagClassName
{
border-color: #CB8C65;
}
</style>