Shades of Hopbush #CB5E92
Tints of Hopbush #CB5E92
RGB
CMYK
RGB Variations
Color information
#CB5E92 (or 0xCB5E92) is known color: Hopbush. HEX triplet: CB, 5E and 92. RGB value is (203,94,146). Sum of RGB (Red+Green+Blue) = 203+94+146=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E92 is #34A16D. Grayscale: #848484. Windows color (decimal): -3449198 or 9592523. OLE color: 9592523.
HSL color Cylindrical-coordinate representation of color #CB5E92: hue angle of 331.38º 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 #CB5E92 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 146 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.20 |
| HSL | 331.38º | 0.51% | 0.58% | - |
| HSV(B) | 331.38º | 0.54% | 0.8% | - |
| XYZ | 33.82 | 22.78 | 29.81 | - |
| YUV | 132.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 146 | 0 | 0.54 | 0.28 | 0.20 | 331.38 | 0.51 | 0.58 |
| Hex | CB | 5E | 92 | 0 | 36 | 1C | 14 | 14B | 33 | 3A |
| Octal | 313 | 136 | 222 | 0 | 66 | 34 | 24 | 513 | 63 | 72 |
| Binary | 11001011 | 1011110 | 10010010 | 0 | 110110 | 11100 | 10100 | 101001011 | 110011 | 111010 |
Color Harmonies of #CB5E92
Complementary color
Monochromatic Colors of #CB5E92
Black with #CB5E92
Text Example
Text Example
White with #CB5E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E92; }
p { color: rgb(203,94,146); }
H1.HeaderClassName
{
color: #CB5E92;
}
.AnyTagClassName
{
color: #CB5E92;
}
</style>
background-color css
<style>
a { background-color: #CB5E92; }
a { background-color: rgb(203,94,146); }
div.DivClassName
{
background-color: #CB5E92;
}
.BgClassName
{
background-color: #CB5E92;
}
</style>
border-color css
<style>
span { border-color: #CB5E92; }
span { border-color: rgb(203,94,146); }
td.TdClassName
{
border-color: #CB5E92;
}
.TagClassName
{
border-color: #CB5E92;
}
</style>