Shades of Hopbush #CB7498
Tints of Hopbush #CB7498
RGB
CMYK
RGB Variations
Color information
#CB7498 (or 0xCB7498) is known color: Hopbush. HEX triplet: CB, 74 and 98. RGB value is (203,116,152). Sum of RGB (Red+Green+Blue) = 203+116+152=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7498 is #348B67. Grayscale: #929292. Windows color (decimal): -3443560 or 9991371. OLE color: 9991371.
HSL color Cylindrical-coordinate representation of color #CB7498: hue angle of 335.17º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7498 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 152 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.20 |
| HSL | 335.17º | 0.46% | 0.63% | - |
| HSV(B) | 335.17º | 0.43% | 0.8% | - |
| XYZ | 36.54 | 27.45 | 33.08 | - |
| YUV | 146.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 152 | 0 | 0.43 | 0.25 | 0.20 | 335.17 | 0.46 | 0.63 |
| Hex | CB | 74 | 98 | 0 | 2B | 19 | 14 | 14F | 2E | 3F |
| Octal | 313 | 164 | 230 | 0 | 53 | 31 | 24 | 517 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10011000 | 0 | 101011 | 11001 | 10100 | 101001111 | 101110 | 111111 |
Color Harmonies of #CB7498
Complementary color
Monochromatic Colors of #CB7498
Black with #CB7498
Text Example
Text Example
White with #CB7498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7498; }
p { color: rgb(203,116,152); }
H1.HeaderClassName
{
color: #CB7498;
}
.AnyTagClassName
{
color: #CB7498;
}
</style>
background-color css
<style>
a { background-color: #CB7498; }
a { background-color: rgb(203,116,152); }
div.DivClassName
{
background-color: #CB7498;
}
.BgClassName
{
background-color: #CB7498;
}
</style>
border-color css
<style>
span { border-color: #CB7498; }
span { border-color: rgb(203,116,152); }
td.TdClassName
{
border-color: #CB7498;
}
.TagClassName
{
border-color: #CB7498;
}
</style>