Shades of Whiskey #CB8C5C
Tints of Whiskey #CB8C5C
RGB
CMYK
RGB Variations
Color information
#CB8C5C (or 0xCB8C5C) is known color: Whiskey. HEX triplet: CB, 8C and 5C. RGB value is (203,140,92). Sum of RGB (Red+Green+Blue) = 203+140+92=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C5C is #3473A3. Grayscale: #999999. Windows color (decimal): -3437476 or 6065355. OLE color: 6065355.
HSL color Cylindrical-coordinate representation of color #CB8C5C: hue angle of 25.95º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB8C5C is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 92 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.20 |
| HSL | 25.95º | 0.52% | 0.58% | - |
| HSV(B) | 25.95º | 0.55% | 0.8% | - |
| XYZ | 35.94 | 32.23 | 14.45 | - |
| YUV | 153.37 | 93.37 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 92 | 0 | 0.31 | 0.55 | 0.20 | 25.95 | 0.52 | 0.58 |
| Hex | CB | 8C | 5C | 0 | 1F | 37 | 14 | 1A | 34 | 3A |
| Octal | 313 | 214 | 134 | 0 | 37 | 67 | 24 | 32 | 64 | 72 |
| Binary | 11001011 | 10001100 | 1011100 | 0 | 11111 | 110111 | 10100 | 11010 | 110100 | 111010 |
Color Harmonies of #CB8C5C
Complementary color
Monochromatic Colors of #CB8C5C
Black with #CB8C5C
Text Example
Text Example
White with #CB8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C5C; }
p { color: rgb(203,140,92); }
H1.HeaderClassName
{
color: #CB8C5C;
}
.AnyTagClassName
{
color: #CB8C5C;
}
</style>
background-color css
<style>
a { background-color: #CB8C5C; }
a { background-color: rgb(203,140,92); }
div.DivClassName
{
background-color: #CB8C5C;
}
.BgClassName
{
background-color: #CB8C5C;
}
</style>
border-color css
<style>
span { border-color: #CB8C5C; }
span { border-color: rgb(203,140,92); }
td.TdClassName
{
border-color: #CB8C5C;
}
.TagClassName
{
border-color: #CB8C5C;
}
</style>