Shades of Whiskey Sour #CB8755
Tints of Whiskey Sour #CB8755
RGB
CMYK
RGB Variations
Color information
#CB8755 (or 0xCB8755) is known color: Whiskey Sour. HEX triplet: CB, 87 and 55. RGB value is (203,135,85). Sum of RGB (Red+Green+Blue) = 203+135+85=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8755 is #3478AA. Grayscale: #959595. Windows color (decimal): -3438763 or 5605323. OLE color: 5605323.
HSL color Cylindrical-coordinate representation of color #CB8755: hue angle of 25.42º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB8755 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 85 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.20 |
| HSL | 25.42º | 0.53% | 0.56% | - |
| HSV(B) | 25.42º | 0.58% | 0.8% | - |
| XYZ | 34.93 | 30.68 | 12.68 | - |
| YUV | 149.63 | 91.53 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 85 | 0 | 0.33 | 0.58 | 0.20 | 25.42 | 0.53 | 0.56 |
| Hex | CB | 87 | 55 | 0 | 21 | 3A | 14 | 19 | 35 | 38 |
| Octal | 313 | 207 | 125 | 0 | 41 | 72 | 24 | 31 | 65 | 70 |
| Binary | 11001011 | 10000111 | 1010101 | 0 | 100001 | 111010 | 10100 | 11001 | 110101 | 111000 |
Color Harmonies of #CB8755
Complementary color
Monochromatic Colors of #CB8755
Black with #CB8755
Text Example
Text Example
White with #CB8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8755; }
p { color: rgb(203,135,85); }
H1.HeaderClassName
{
color: #CB8755;
}
.AnyTagClassName
{
color: #CB8755;
}
</style>
background-color css
<style>
a { background-color: #CB8755; }
a { background-color: rgb(203,135,85); }
div.DivClassName
{
background-color: #CB8755;
}
.BgClassName
{
background-color: #CB8755;
}
</style>
border-color css
<style>
span { border-color: #CB8755; }
span { border-color: rgb(203,135,85); }
td.TdClassName
{
border-color: #CB8755;
}
.TagClassName
{
border-color: #CB8755;
}
</style>