Shades of Whiskey #CB8B67
Tints of Whiskey #CB8B67
RGB
CMYK
RGB Variations
Color information
#CB8B67 (or 0xCB8B67) is known color: Whiskey. HEX triplet: CB, 8B and 67. RGB value is (203,139,103). Sum of RGB (Red+Green+Blue) = 203+139+103=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B67 is #347498. Grayscale: #9A9A9A. Windows color (decimal): -3437721 or 6785995. OLE color: 6785995.
HSL color Cylindrical-coordinate representation of color #CB8B67: hue angle of 21.6º 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 #CB8B67 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 103 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.20 |
| HSL | 21.6º | 0.49% | 0.6% | - |
| HSV(B) | 21.6º | 0.49% | 0.8% | - |
| XYZ | 36.31 | 32.14 | 17.12 | - |
| YUV | 154.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 103 | 0 | 0.32 | 0.49 | 0.20 | 21.6 | 0.49 | 0.6 |
| Hex | CB | 8B | 67 | 0 | 20 | 31 | 14 | 16 | 31 | 3C |
| Octal | 313 | 213 | 147 | 0 | 40 | 61 | 24 | 26 | 61 | 74 |
| Binary | 11001011 | 10001011 | 1100111 | 0 | 100000 | 110001 | 10100 | 10110 | 110001 | 111100 |
Color Harmonies of #CB8B67
Complementary color
Monochromatic Colors of #CB8B67
Black with #CB8B67
Text Example
Text Example
White with #CB8B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B67; }
p { color: rgb(203,139,103); }
H1.HeaderClassName
{
color: #CB8B67;
}
.AnyTagClassName
{
color: #CB8B67;
}
</style>
background-color css
<style>
a { background-color: #CB8B67; }
a { background-color: rgb(203,139,103); }
div.DivClassName
{
background-color: #CB8B67;
}
.BgClassName
{
background-color: #CB8B67;
}
</style>
border-color css
<style>
span { border-color: #CB8B67; }
span { border-color: rgb(203,139,103); }
td.TdClassName
{
border-color: #CB8B67;
}
.TagClassName
{
border-color: #CB8B67;
}
</style>