Shades of Hopbush #CB5E93
Tints of Hopbush #CB5E93
RGB
CMYK
RGB Variations
Color information
#CB5E93 (or 0xCB5E93) is known color: Hopbush. HEX triplet: CB, 5E and 93. RGB value is (203,94,147). Sum of RGB (Red+Green+Blue) = 203+94+147=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E93 is #34A16C. Grayscale: #848484. Windows color (decimal): -3449197 or 9658059. OLE color: 9658059.
HSL color Cylindrical-coordinate representation of color #CB5E93: hue angle of 330.83º 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 #CB5E93 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 147 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.20 |
| HSL | 330.83º | 0.51% | 0.58% | - |
| HSV(B) | 330.83º | 0.54% | 0.8% | - |
| XYZ | 33.9 | 22.81 | 30.22 | - |
| YUV | 132.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 147 | 0 | 0.54 | 0.28 | 0.20 | 330.83 | 0.51 | 0.58 |
| Hex | CB | 5E | 93 | 0 | 36 | 1C | 14 | 14B | 33 | 3A |
| Octal | 313 | 136 | 223 | 0 | 66 | 34 | 24 | 513 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10010011 | 0 | 110110 | 11100 | 10100 | 101001011 | 110011 | 111010 |
Color Harmonies of #CB5E93
Complementary color
Monochromatic Colors of #CB5E93
Black with #CB5E93
Text Example
Text Example
White with #CB5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E93; }
p { color: rgb(203,94,147); }
H1.HeaderClassName
{
color: #CB5E93;
}
.AnyTagClassName
{
color: #CB5E93;
}
</style>
background-color css
<style>
a { background-color: #CB5E93; }
a { background-color: rgb(203,94,147); }
div.DivClassName
{
background-color: #CB5E93;
}
.BgClassName
{
background-color: #CB5E93;
}
</style>
border-color css
<style>
span { border-color: #CB5E93; }
span { border-color: rgb(203,94,147); }
td.TdClassName
{
border-color: #CB5E93;
}
.TagClassName
{
border-color: #CB5E93;
}
</style>