Shades of Whiskey Sour #CB8D5A
Tints of Whiskey Sour #CB8D5A
RGB
CMYK
RGB Variations
Color information
#CB8D5A (or 0xCB8D5A) is known color: Whiskey Sour. HEX triplet: CB, 8D and 5A. RGB value is (203,141,90). Sum of RGB (Red+Green+Blue) = 203+141+90=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D5A is #3472A5. Grayscale: #999999. Windows color (decimal): -3437222 or 5934539. OLE color: 5934539.
HSL color Cylindrical-coordinate representation of color #CB8D5A: hue angle of 27.08º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB8D5A is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 90 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.20 |
| HSL | 27.08º | 0.52% | 0.57% | - |
| HSV(B) | 27.08º | 0.56% | 0.8% | - |
| XYZ | 36 | 32.48 | 14.05 | - |
| YUV | 153.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 90 | 0 | 0.31 | 0.56 | 0.20 | 27.08 | 0.52 | 0.57 |
| Hex | CB | 8D | 5A | 0 | 1F | 38 | 14 | 1B | 34 | 39 |
| Octal | 313 | 215 | 132 | 0 | 37 | 70 | 24 | 33 | 64 | 71 |
| Binary | 11001011 | 10001101 | 1011010 | 0 | 11111 | 111000 | 10100 | 11011 | 110100 | 111001 |
Color Harmonies of #CB8D5A
Complementary color
Monochromatic Colors of #CB8D5A
Black with #CB8D5A
Text Example
Text Example
White with #CB8D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D5A; }
p { color: rgb(203,141,90); }
H1.HeaderClassName
{
color: #CB8D5A;
}
.AnyTagClassName
{
color: #CB8D5A;
}
</style>
background-color css
<style>
a { background-color: #CB8D5A; }
a { background-color: rgb(203,141,90); }
div.DivClassName
{
background-color: #CB8D5A;
}
.BgClassName
{
background-color: #CB8D5A;
}
</style>
border-color css
<style>
span { border-color: #CB8D5A; }
span { border-color: rgb(203,141,90); }
td.TdClassName
{
border-color: #CB8D5A;
}
.TagClassName
{
border-color: #CB8D5A;
}
</style>