Shades of Hopbush #CB5E8D
Tints of Hopbush #CB5E8D
RGB
CMYK
RGB Variations
Color information
#CB5E8D (or 0xCB5E8D) is known color: Hopbush. HEX triplet: CB, 5E and 8D. RGB value is (203,94,141). Sum of RGB (Red+Green+Blue) = 203+94+141=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E8D is #34A172. Grayscale: #838383. Windows color (decimal): -3449203 or 9264843. OLE color: 9264843.
HSL color Cylindrical-coordinate representation of color #CB5E8D: hue angle of 334.13º 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 #CB5E8D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 141 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.20 |
| HSL | 334.13º | 0.51% | 0.58% | - |
| HSV(B) | 334.13º | 0.54% | 0.8% | - |
| XYZ | 33.44 | 22.63 | 27.8 | - |
| YUV | 131.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 141 | 0 | 0.54 | 0.31 | 0.20 | 334.13 | 0.51 | 0.58 |
| Hex | CB | 5E | 8D | 0 | 36 | 1F | 14 | 14E | 33 | 3A |
| Octal | 313 | 136 | 215 | 0 | 66 | 37 | 24 | 516 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10001101 | 0 | 110110 | 11111 | 10100 | 101001110 | 110011 | 111010 |
Color Harmonies of #CB5E8D
Complementary color
Monochromatic Colors of #CB5E8D
Black with #CB5E8D
Text Example
Text Example
White with #CB5E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E8D; }
p { color: rgb(203,94,141); }
H1.HeaderClassName
{
color: #CB5E8D;
}
.AnyTagClassName
{
color: #CB5E8D;
}
</style>
background-color css
<style>
a { background-color: #CB5E8D; }
a { background-color: rgb(203,94,141); }
div.DivClassName
{
background-color: #CB5E8D;
}
.BgClassName
{
background-color: #CB5E8D;
}
</style>
border-color css
<style>
span { border-color: #CB5E8D; }
span { border-color: rgb(203,94,141); }
td.TdClassName
{
border-color: #CB5E8D;
}
.TagClassName
{
border-color: #CB5E8D;
}
</style>