Shades of Hopbush #CB7290
Tints of Hopbush #CB7290
RGB
CMYK
RGB Variations
Color information
#CB7290 (or 0xCB7290) is known color: Hopbush. HEX triplet: CB, 72 and 90. RGB value is (203,114,144). Sum of RGB (Red+Green+Blue) = 203+114+144=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7290 is #348D6F. Grayscale: #909090. Windows color (decimal): -3444080 or 9466571. OLE color: 9466571.
HSL color Cylindrical-coordinate representation of color #CB7290: hue angle of 339.78º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7290 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 144 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.20 |
| HSL | 339.78º | 0.46% | 0.62% | - |
| HSV(B) | 339.78º | 0.44% | 0.8% | - |
| XYZ | 35.68 | 26.74 | 29.67 | - |
| YUV | 144.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 144 | 0 | 0.44 | 0.29 | 0.20 | 339.78 | 0.46 | 0.62 |
| Hex | CB | 72 | 90 | 0 | 2C | 1D | 14 | 154 | 2E | 3E |
| Octal | 313 | 162 | 220 | 0 | 54 | 35 | 24 | 524 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10010000 | 0 | 101100 | 11101 | 10100 | 101010100 | 101110 | 111110 |
Color Harmonies of #CB7290
Complementary color
Monochromatic Colors of #CB7290
Black with #CB7290
Text Example
Text Example
White with #CB7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7290; }
p { color: rgb(203,114,144); }
H1.HeaderClassName
{
color: #CB7290;
}
.AnyTagClassName
{
color: #CB7290;
}
</style>
background-color css
<style>
a { background-color: #CB7290; }
a { background-color: rgb(203,114,144); }
div.DivClassName
{
background-color: #CB7290;
}
.BgClassName
{
background-color: #CB7290;
}
</style>
border-color css
<style>
span { border-color: #CB7290; }
span { border-color: rgb(203,114,144); }
td.TdClassName
{
border-color: #CB7290;
}
.TagClassName
{
border-color: #CB7290;
}
</style>