Shades of Hopbush #CB5E9A
Tints of Hopbush #CB5E9A
RGB
CMYK
RGB Variations
Color information
#CB5E9A (or 0xCB5E9A) is known color: Hopbush. HEX triplet: CB, 5E and 9A. RGB value is (203,94,154). Sum of RGB (Red+Green+Blue) = 203+94+154=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E9A is #34A165. Grayscale: #858585. Windows color (decimal): -3449190 or 10116811. OLE color: 10116811.
HSL color Cylindrical-coordinate representation of color #CB5E9A: hue angle of 326.97º 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 #CB5E9A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 154 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.20 |
| HSL | 326.97º | 0.51% | 0.58% | - |
| HSV(B) | 326.97º | 0.54% | 0.8% | - |
| XYZ | 34.46 | 23.04 | 33.2 | - |
| YUV | 133.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 154 | 0 | 0.54 | 0.24 | 0.20 | 326.97 | 0.51 | 0.58 |
| Hex | CB | 5E | 9A | 0 | 36 | 18 | 14 | 147 | 33 | 3A |
| Octal | 313 | 136 | 232 | 0 | 66 | 30 | 24 | 507 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10011010 | 0 | 110110 | 11000 | 10100 | 101000111 | 110011 | 111010 |
Color Harmonies of #CB5E9A
Complementary color
Monochromatic Colors of #CB5E9A
Black with #CB5E9A
Text Example
Text Example
White with #CB5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E9A; }
p { color: rgb(203,94,154); }
H1.HeaderClassName
{
color: #CB5E9A;
}
.AnyTagClassName
{
color: #CB5E9A;
}
</style>
background-color css
<style>
a { background-color: #CB5E9A; }
a { background-color: rgb(203,94,154); }
div.DivClassName
{
background-color: #CB5E9A;
}
.BgClassName
{
background-color: #CB5E9A;
}
</style>
border-color css
<style>
span { border-color: #CB5E9A; }
span { border-color: rgb(203,94,154); }
td.TdClassName
{
border-color: #CB5E9A;
}
.TagClassName
{
border-color: #CB5E9A;
}
</style>