Shades of Whiskey Sour #CB8753
Tints of Whiskey Sour #CB8753
RGB
CMYK
RGB Variations
Color information
#CB8753 (or 0xCB8753) is known color: Whiskey Sour. HEX triplet: CB, 87 and 53. RGB value is (203,135,83). Sum of RGB (Red+Green+Blue) = 203+135+83=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8753 is #3478AC. Grayscale: #959595. Windows color (decimal): -3438765 or 5474251. OLE color: 5474251.
HSL color Cylindrical-coordinate representation of color #CB8753: hue angle of 26º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB8753 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 83 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.20 |
| HSL | 26º | 0.54% | 0.56% | - |
| HSV(B) | 26º | 0.59% | 0.8% | - |
| XYZ | 34.85 | 30.65 | 12.26 | - |
| YUV | 149.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 83 | 0 | 0.33 | 0.59 | 0.20 | 26 | 0.54 | 0.56 |
| Hex | CB | 87 | 53 | 0 | 21 | 3B | 14 | 1A | 36 | 38 |
| Octal | 313 | 207 | 123 | 0 | 41 | 73 | 24 | 32 | 66 | 70 |
| Binary | 11001011 | 10000111 | 1010011 | 0 | 100001 | 111011 | 10100 | 11010 | 110110 | 111000 |
Color Harmonies of #CB8753
Complementary color
Monochromatic Colors of #CB8753
Black with #CB8753
Text Example
Text Example
White with #CB8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8753; }
p { color: rgb(203,135,83); }
H1.HeaderClassName
{
color: #CB8753;
}
.AnyTagClassName
{
color: #CB8753;
}
</style>
background-color css
<style>
a { background-color: #CB8753; }
a { background-color: rgb(203,135,83); }
div.DivClassName
{
background-color: #CB8753;
}
.BgClassName
{
background-color: #CB8753;
}
</style>
border-color css
<style>
span { border-color: #CB8753; }
span { border-color: rgb(203,135,83); }
td.TdClassName
{
border-color: #CB8753;
}
.TagClassName
{
border-color: #CB8753;
}
</style>