Shades of Hopbush #CB5E86
Tints of Hopbush #CB5E86
RGB
CMYK
RGB Variations
Color information
#CB5E86 (or 0xCB5E86) is known color: Hopbush. HEX triplet: CB, 5E and 86. RGB value is (203,94,134). Sum of RGB (Red+Green+Blue) = 203+94+134=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E86 is #34A179. Grayscale: #838383. Windows color (decimal): -3449210 or 8806091. OLE color: 8806091.
HSL color Cylindrical-coordinate representation of color #CB5E86: hue angle of 337.98º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5E86 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 134 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.20 |
| HSL | 337.98º | 0.51% | 0.58% | - |
| HSV(B) | 337.98º | 0.54% | 0.8% | - |
| XYZ | 32.93 | 22.42 | 25.15 | - |
| YUV | 131.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 134 | 0 | 0.54 | 0.34 | 0.20 | 337.98 | 0.51 | 0.58 |
| Hex | CB | 5E | 86 | 0 | 36 | 22 | 14 | 152 | 33 | 3A |
| Octal | 313 | 136 | 206 | 0 | 66 | 42 | 24 | 522 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10000110 | 0 | 110110 | 100010 | 10100 | 101010010 | 110011 | 111010 |
Color Harmonies of #CB5E86
Complementary color
Monochromatic Colors of #CB5E86
Black with #CB5E86
Text Example
Text Example
White with #CB5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E86; }
p { color: rgb(203,94,134); }
H1.HeaderClassName
{
color: #CB5E86;
}
.AnyTagClassName
{
color: #CB5E86;
}
</style>
background-color css
<style>
a { background-color: #CB5E86; }
a { background-color: rgb(203,94,134); }
div.DivClassName
{
background-color: #CB5E86;
}
.BgClassName
{
background-color: #CB5E86;
}
</style>
border-color css
<style>
span { border-color: #CB5E86; }
span { border-color: rgb(203,94,134); }
td.TdClassName
{
border-color: #CB5E86;
}
.TagClassName
{
border-color: #CB5E86;
}
</style>