Shades of Whiskey #CB8C68
Tints of Whiskey #CB8C68
RGB
CMYK
RGB Variations
Color information
#CB8C68 (or 0xCB8C68) is known color: Whiskey. HEX triplet: CB, 8C and 68. RGB value is (203,140,104). Sum of RGB (Red+Green+Blue) = 203+140+104=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C68 is #347397. Grayscale: #9A9A9A. Windows color (decimal): -3437464 or 6851787. OLE color: 6851787.
HSL color Cylindrical-coordinate representation of color #CB8C68: hue angle of 21.82º 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 #CB8C68 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 104 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.20 |
| HSL | 21.82º | 0.49% | 0.6% | - |
| HSV(B) | 21.82º | 0.49% | 0.8% | - |
| XYZ | 36.51 | 32.45 | 17.44 | - |
| YUV | 154.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 104 | 0 | 0.31 | 0.49 | 0.20 | 21.82 | 0.49 | 0.6 |
| Hex | CB | 8C | 68 | 0 | 1F | 31 | 14 | 16 | 31 | 3C |
| Octal | 313 | 214 | 150 | 0 | 37 | 61 | 24 | 26 | 61 | 74 |
| Binary | 11001011 | 10001100 | 1101000 | 0 | 11111 | 110001 | 10100 | 10110 | 110001 | 111100 |
Color Harmonies of #CB8C68
Complementary color
Monochromatic Colors of #CB8C68
Black with #CB8C68
Text Example
Text Example
White with #CB8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C68; }
p { color: rgb(203,140,104); }
H1.HeaderClassName
{
color: #CB8C68;
}
.AnyTagClassName
{
color: #CB8C68;
}
</style>
background-color css
<style>
a { background-color: #CB8C68; }
a { background-color: rgb(203,140,104); }
div.DivClassName
{
background-color: #CB8C68;
}
.BgClassName
{
background-color: #CB8C68;
}
</style>
border-color css
<style>
span { border-color: #CB8C68; }
span { border-color: rgb(203,140,104); }
td.TdClassName
{
border-color: #CB8C68;
}
.TagClassName
{
border-color: #CB8C68;
}
</style>