Shades of Hopbush #CB5E90
Tints of Hopbush #CB5E90
RGB
CMYK
RGB Variations
Color information
#CB5E90 (or 0xCB5E90) is known color: Hopbush. HEX triplet: CB, 5E and 90. RGB value is (203,94,144). Sum of RGB (Red+Green+Blue) = 203+94+144=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E90 is #34A16F. Grayscale: #848484. Windows color (decimal): -3449200 or 9461451. OLE color: 9461451.
HSL color Cylindrical-coordinate representation of color #CB5E90: hue angle of 332.48º 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 #CB5E90 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 144 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.20 |
| HSL | 332.48º | 0.51% | 0.58% | - |
| HSV(B) | 332.48º | 0.54% | 0.8% | - |
| XYZ | 33.67 | 22.72 | 29 | - |
| YUV | 132.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 144 | 0 | 0.54 | 0.29 | 0.20 | 332.48 | 0.51 | 0.58 |
| Hex | CB | 5E | 90 | 0 | 36 | 1D | 14 | 14C | 33 | 3A |
| Octal | 313 | 136 | 220 | 0 | 66 | 35 | 24 | 514 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10010000 | 0 | 110110 | 11101 | 10100 | 101001100 | 110011 | 111010 |
Color Harmonies of #CB5E90
Complementary color
Monochromatic Colors of #CB5E90
Black with #CB5E90
Text Example
Text Example
White with #CB5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E90; }
p { color: rgb(203,94,144); }
H1.HeaderClassName
{
color: #CB5E90;
}
.AnyTagClassName
{
color: #CB5E90;
}
</style>
background-color css
<style>
a { background-color: #CB5E90; }
a { background-color: rgb(203,94,144); }
div.DivClassName
{
background-color: #CB5E90;
}
.BgClassName
{
background-color: #CB5E90;
}
</style>
border-color css
<style>
span { border-color: #CB5E90; }
span { border-color: rgb(203,94,144); }
td.TdClassName
{
border-color: #CB5E90;
}
.TagClassName
{
border-color: #CB5E90;
}
</style>