Shades of Hopbush #CB5D87
Tints of Hopbush #CB5D87
RGB
CMYK
RGB Variations
Color information
#CB5D87 (or 0xCB5D87) is known color: Hopbush. HEX triplet: CB, 5D and 87. RGB value is (203,93,135). Sum of RGB (Red+Green+Blue) = 203+93+135=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D87 is #34A278. Grayscale: #828282. Windows color (decimal): -3449465 or 8871371. OLE color: 8871371.
HSL color Cylindrical-coordinate representation of color #CB5D87: hue angle of 337.09º 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 #CB5D87 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 135 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.20 |
| HSL | 337.09º | 0.51% | 0.58% | - |
| HSV(B) | 337.09º | 0.54% | 0.8% | - |
| XYZ | 32.92 | 22.27 | 25.49 | - |
| YUV | 130.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 135 | 0 | 0.54 | 0.33 | 0.20 | 337.09 | 0.51 | 0.58 |
| Hex | CB | 5D | 87 | 0 | 36 | 21 | 14 | 151 | 33 | 3A |
| Octal | 313 | 135 | 207 | 0 | 66 | 41 | 24 | 521 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10000111 | 0 | 110110 | 100001 | 10100 | 101010001 | 110011 | 111010 |
Color Harmonies of #CB5D87
Complementary color
Monochromatic Colors of #CB5D87
Black with #CB5D87
Text Example
Text Example
White with #CB5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D87; }
p { color: rgb(203,93,135); }
H1.HeaderClassName
{
color: #CB5D87;
}
.AnyTagClassName
{
color: #CB5D87;
}
</style>
background-color css
<style>
a { background-color: #CB5D87; }
a { background-color: rgb(203,93,135); }
div.DivClassName
{
background-color: #CB5D87;
}
.BgClassName
{
background-color: #CB5D87;
}
</style>
border-color css
<style>
span { border-color: #CB5D87; }
span { border-color: rgb(203,93,135); }
td.TdClassName
{
border-color: #CB5D87;
}
.TagClassName
{
border-color: #CB5D87;
}
</style>