Shades of Whiskey #CB8D67
Tints of Whiskey #CB8D67
RGB
CMYK
RGB Variations
Color information
#CB8D67 (or 0xCB8D67) is known color: Whiskey. HEX triplet: CB, 8D and 67. RGB value is (203,141,103). Sum of RGB (Red+Green+Blue) = 203+141+103=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D67 is #347298. Grayscale: #9B9B9B. Windows color (decimal): -3437209 or 6786507. OLE color: 6786507.
HSL color Cylindrical-coordinate representation of color #CB8D67: hue angle of 22.8º 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 #CB8D67 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 103 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.20 |
| HSL | 22.8º | 0.49% | 0.6% | - |
| HSV(B) | 22.8º | 0.49% | 0.8% | - |
| XYZ | 36.6 | 32.73 | 17.22 | - |
| YUV | 155.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 103 | 0 | 0.31 | 0.49 | 0.20 | 22.8 | 0.49 | 0.6 |
| Hex | CB | 8D | 67 | 0 | 1F | 31 | 14 | 17 | 31 | 3C |
| Octal | 313 | 215 | 147 | 0 | 37 | 61 | 24 | 27 | 61 | 74 |
| Binary | 11001011 | 10001101 | 1100111 | 0 | 11111 | 110001 | 10100 | 10111 | 110001 | 111100 |
Color Harmonies of #CB8D67
Complementary color
Monochromatic Colors of #CB8D67
Black with #CB8D67
Text Example
Text Example
White with #CB8D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D67; }
p { color: rgb(203,141,103); }
H1.HeaderClassName
{
color: #CB8D67;
}
.AnyTagClassName
{
color: #CB8D67;
}
</style>
background-color css
<style>
a { background-color: #CB8D67; }
a { background-color: rgb(203,141,103); }
div.DivClassName
{
background-color: #CB8D67;
}
.BgClassName
{
background-color: #CB8D67;
}
</style>
border-color css
<style>
span { border-color: #CB8D67; }
span { border-color: rgb(203,141,103); }
td.TdClassName
{
border-color: #CB8D67;
}
.TagClassName
{
border-color: #CB8D67;
}
</style>