Shades of Hopbush #CB5D93
Tints of Hopbush #CB5D93
RGB
CMYK
RGB Variations
Color information
#CB5D93 (or 0xCB5D93) is known color: Hopbush. HEX triplet: CB, 5D and 93. RGB value is (203,93,147). Sum of RGB (Red+Green+Blue) = 203+93+147=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D93 is #34A26C. Grayscale: #838383. Windows color (decimal): -3449453 or 9657803. OLE color: 9657803.
HSL color Cylindrical-coordinate representation of color #CB5D93: hue angle of 330.55º 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 #CB5D93 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 147 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.20 |
| HSL | 330.55º | 0.51% | 0.58% | - |
| HSV(B) | 330.55º | 0.54% | 0.8% | - |
| XYZ | 33.81 | 22.63 | 30.19 | - |
| YUV | 132.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 147 | 0 | 0.54 | 0.28 | 0.20 | 330.55 | 0.51 | 0.58 |
| Hex | CB | 5D | 93 | 0 | 36 | 1C | 14 | 14B | 33 | 3A |
| Octal | 313 | 135 | 223 | 0 | 66 | 34 | 24 | 513 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10010011 | 0 | 110110 | 11100 | 10100 | 101001011 | 110011 | 111010 |
Color Harmonies of #CB5D93
Complementary color
Monochromatic Colors of #CB5D93
Black with #CB5D93
Text Example
Text Example
White with #CB5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D93; }
p { color: rgb(203,93,147); }
H1.HeaderClassName
{
color: #CB5D93;
}
.AnyTagClassName
{
color: #CB5D93;
}
</style>
background-color css
<style>
a { background-color: #CB5D93; }
a { background-color: rgb(203,93,147); }
div.DivClassName
{
background-color: #CB5D93;
}
.BgClassName
{
background-color: #CB5D93;
}
</style>
border-color css
<style>
span { border-color: #CB5D93; }
span { border-color: rgb(203,93,147); }
td.TdClassName
{
border-color: #CB5D93;
}
.TagClassName
{
border-color: #CB5D93;
}
</style>