Shades of Whiskey Sour #CB8B57
Tints of Whiskey Sour #CB8B57
RGB
CMYK
RGB Variations
Color information
#CB8B57 (or 0xCB8B57) is known color: Whiskey Sour. HEX triplet: CB, 8B and 57. RGB value is (203,139,87). Sum of RGB (Red+Green+Blue) = 203+139+87=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B57 is #3474A8. Grayscale: #989898. Windows color (decimal): -3437737 or 5737419. OLE color: 5737419.
HSL color Cylindrical-coordinate representation of color #CB8B57: hue angle of 26.9º 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 #CB8B57 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 87 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.20 |
| HSL | 26.9º | 0.53% | 0.57% | - |
| HSV(B) | 26.9º | 0.57% | 0.8% | - |
| XYZ | 35.58 | 31.85 | 13.29 | - |
| YUV | 152.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 87 | 0 | 0.32 | 0.57 | 0.20 | 26.9 | 0.53 | 0.57 |
| Hex | CB | 8B | 57 | 0 | 20 | 39 | 14 | 1B | 35 | 39 |
| Octal | 313 | 213 | 127 | 0 | 40 | 71 | 24 | 33 | 65 | 71 |
| Binary | 11001011 | 10001011 | 1010111 | 0 | 100000 | 111001 | 10100 | 11011 | 110101 | 111001 |
Color Harmonies of #CB8B57
Complementary color
Monochromatic Colors of #CB8B57
Black with #CB8B57
Text Example
Text Example
White with #CB8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B57; }
p { color: rgb(203,139,87); }
H1.HeaderClassName
{
color: #CB8B57;
}
.AnyTagClassName
{
color: #CB8B57;
}
</style>
background-color css
<style>
a { background-color: #CB8B57; }
a { background-color: rgb(203,139,87); }
div.DivClassName
{
background-color: #CB8B57;
}
.BgClassName
{
background-color: #CB8B57;
}
</style>
border-color css
<style>
span { border-color: #CB8B57; }
span { border-color: rgb(203,139,87); }
td.TdClassName
{
border-color: #CB8B57;
}
.TagClassName
{
border-color: #CB8B57;
}
</style>