Shades of Hopbush #CB5D98
Tints of Hopbush #CB5D98
RGB
CMYK
RGB Variations
Color information
#CB5D98 (or 0xCB5D98) is known color: Hopbush. HEX triplet: CB, 5D and 98. RGB value is (203,93,152). Sum of RGB (Red+Green+Blue) = 203+93+152=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D98 is #34A267. Grayscale: #848484. Windows color (decimal): -3449448 or 9985483. OLE color: 9985483.
HSL color Cylindrical-coordinate representation of color #CB5D98: hue angle of 327.82º 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 #CB5D98 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 152 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.20 |
| HSL | 327.82º | 0.51% | 0.58% | - |
| HSV(B) | 327.82º | 0.54% | 0.8% | - |
| XYZ | 34.21 | 22.79 | 32.3 | - |
| YUV | 132.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 152 | 0 | 0.54 | 0.25 | 0.20 | 327.82 | 0.51 | 0.58 |
| Hex | CB | 5D | 98 | 0 | 36 | 19 | 14 | 148 | 33 | 3A |
| Octal | 313 | 135 | 230 | 0 | 66 | 31 | 24 | 510 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10011000 | 0 | 110110 | 11001 | 10100 | 101001000 | 110011 | 111010 |
Color Harmonies of #CB5D98
Complementary color
Monochromatic Colors of #CB5D98
Black with #CB5D98
Text Example
Text Example
White with #CB5D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D98; }
p { color: rgb(203,93,152); }
H1.HeaderClassName
{
color: #CB5D98;
}
.AnyTagClassName
{
color: #CB5D98;
}
</style>
background-color css
<style>
a { background-color: #CB5D98; }
a { background-color: rgb(203,93,152); }
div.DivClassName
{
background-color: #CB5D98;
}
.BgClassName
{
background-color: #CB5D98;
}
</style>
border-color css
<style>
span { border-color: #CB5D98; }
span { border-color: rgb(203,93,152); }
td.TdClassName
{
border-color: #CB5D98;
}
.TagClassName
{
border-color: #CB5D98;
}
</style>