Shades of Whiskey Sour #CB8656
Tints of Whiskey Sour #CB8656
RGB
CMYK
RGB Variations
Color information
#CB8656 (or 0xCB8656) is known color: Whiskey Sour. HEX triplet: CB, 86 and 56. RGB value is (203,134,86). Sum of RGB (Red+Green+Blue) = 203+134+86=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8656 is #3479A9. Grayscale: #959595. Windows color (decimal): -3439018 or 5670603. OLE color: 5670603.
HSL color Cylindrical-coordinate representation of color #CB8656: hue angle of 24.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB8656 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 86 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.20 |
| HSL | 24.62º | 0.53% | 0.57% | - |
| HSV(B) | 24.62º | 0.58% | 0.8% | - |
| XYZ | 34.83 | 30.42 | 12.84 | - |
| YUV | 149.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 86 | 0 | 0.34 | 0.58 | 0.20 | 24.62 | 0.53 | 0.57 |
| Hex | CB | 86 | 56 | 0 | 22 | 3A | 14 | 19 | 35 | 39 |
| Octal | 313 | 206 | 126 | 0 | 42 | 72 | 24 | 31 | 65 | 71 |
| Binary | 11001011 | 10000110 | 1010110 | 0 | 100010 | 111010 | 10100 | 11001 | 110101 | 111001 |
Color Harmonies of #CB8656
Complementary color
Monochromatic Colors of #CB8656
Black with #CB8656
Text Example
Text Example
White with #CB8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8656; }
p { color: rgb(203,134,86); }
H1.HeaderClassName
{
color: #CB8656;
}
.AnyTagClassName
{
color: #CB8656;
}
</style>
background-color css
<style>
a { background-color: #CB8656; }
a { background-color: rgb(203,134,86); }
div.DivClassName
{
background-color: #CB8656;
}
.BgClassName
{
background-color: #CB8656;
}
</style>
border-color css
<style>
span { border-color: #CB8656; }
span { border-color: rgb(203,134,86); }
td.TdClassName
{
border-color: #CB8656;
}
.TagClassName
{
border-color: #CB8656;
}
</style>