Shades of Hopbush #CB5E84
Tints of Hopbush #CB5E84
RGB
CMYK
RGB Variations
Color information
#CB5E84 (or 0xCB5E84) is known color: Hopbush. HEX triplet: CB, 5E and 84. RGB value is (203,94,132). Sum of RGB (Red+Green+Blue) = 203+94+132=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E84 is #34A17B. Grayscale: #828282. Windows color (decimal): -3449212 or 8675019. OLE color: 8675019.
HSL color Cylindrical-coordinate representation of color #CB5E84: hue angle of 339.08º 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 #CB5E84 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 132 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.20 |
| HSL | 339.08º | 0.51% | 0.58% | - |
| HSV(B) | 339.08º | 0.54% | 0.8% | - |
| XYZ | 32.8 | 22.37 | 24.42 | - |
| YUV | 130.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 132 | 0 | 0.54 | 0.35 | 0.20 | 339.08 | 0.51 | 0.58 |
| Hex | CB | 5E | 84 | 0 | 36 | 23 | 14 | 153 | 33 | 3A |
| Octal | 313 | 136 | 204 | 0 | 66 | 43 | 24 | 523 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10000100 | 0 | 110110 | 100011 | 10100 | 101010011 | 110011 | 111010 |
Color Harmonies of #CB5E84
Complementary color
Monochromatic Colors of #CB5E84
Black with #CB5E84
Text Example
Text Example
White with #CB5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E84; }
p { color: rgb(203,94,132); }
H1.HeaderClassName
{
color: #CB5E84;
}
.AnyTagClassName
{
color: #CB5E84;
}
</style>
background-color css
<style>
a { background-color: #CB5E84; }
a { background-color: rgb(203,94,132); }
div.DivClassName
{
background-color: #CB5E84;
}
.BgClassName
{
background-color: #CB5E84;
}
</style>
border-color css
<style>
span { border-color: #CB5E84; }
span { border-color: rgb(203,94,132); }
td.TdClassName
{
border-color: #CB5E84;
}
.TagClassName
{
border-color: #CB5E84;
}
</style>