Shades of Whiskey Sour #CB8B58
Tints of Whiskey Sour #CB8B58
RGB
CMYK
RGB Variations
Color information
#CB8B58 (or 0xCB8B58) is known color: Whiskey Sour. HEX triplet: CB, 8B and 58. RGB value is (203,139,88). Sum of RGB (Red+Green+Blue) = 203+139+88=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B58 is #3474A7. Grayscale: #989898. Windows color (decimal): -3437736 or 5802955. OLE color: 5802955.
HSL color Cylindrical-coordinate representation of color #CB8B58: hue angle of 26.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB8B58 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 88 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.20 |
| HSL | 26.61º | 0.53% | 0.57% | - |
| HSV(B) | 26.61º | 0.57% | 0.8% | - |
| XYZ | 35.62 | 31.87 | 13.51 | - |
| YUV | 152.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 88 | 0 | 0.32 | 0.57 | 0.20 | 26.61 | 0.53 | 0.57 |
| Hex | CB | 8B | 58 | 0 | 20 | 39 | 14 | 1B | 35 | 39 |
| Octal | 313 | 213 | 130 | 0 | 40 | 71 | 24 | 33 | 65 | 71 |
| Binary | 11001011 | 10001011 | 1011000 | 0 | 100000 | 111001 | 10100 | 11011 | 110101 | 111001 |
Color Harmonies of #CB8B58
Complementary color
Monochromatic Colors of #CB8B58
Black with #CB8B58
Text Example
Text Example
White with #CB8B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B58; }
p { color: rgb(203,139,88); }
H1.HeaderClassName
{
color: #CB8B58;
}
.AnyTagClassName
{
color: #CB8B58;
}
</style>
background-color css
<style>
a { background-color: #CB8B58; }
a { background-color: rgb(203,139,88); }
div.DivClassName
{
background-color: #CB8B58;
}
.BgClassName
{
background-color: #CB8B58;
}
</style>
border-color css
<style>
span { border-color: #CB8B58; }
span { border-color: rgb(203,139,88); }
td.TdClassName
{
border-color: #CB8B58;
}
.TagClassName
{
border-color: #CB8B58;
}
</style>