Shades of Hopbush #CB73AB
Tints of Hopbush #CB73AB
RGB
CMYK
RGB Variations
Color information
#CB73AB (or 0xCB73AB) is known color: Hopbush. HEX triplet: CB, 73 and AB. RGB value is (203,115,171). Sum of RGB (Red+Green+Blue) = 203+115+171=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB73AB is #348C54. Grayscale: #939393. Windows color (decimal): -3443797 or 11236299. OLE color: 11236299.
HSL color Cylindrical-coordinate representation of color #CB73AB: hue angle of 321.82º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB73AB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 171 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.20 |
| HSL | 321.82º | 0.46% | 0.62% | - |
| HSV(B) | 321.82º | 0.43% | 0.8% | - |
| XYZ | 38.11 | 27.9 | 41.9 | - |
| YUV | 147.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 171 | 0 | 0.43 | 0.16 | 0.20 | 321.82 | 0.46 | 0.62 |
| Hex | CB | 73 | AB | 0 | 2B | 10 | 14 | 142 | 2E | 3E |
| Octal | 313 | 163 | 253 | 0 | 53 | 20 | 24 | 502 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10101011 | 0 | 101011 | 10000 | 10100 | 101000010 | 101110 | 111110 |
Color Harmonies of #CB73AB
Complementary color
Monochromatic Colors of #CB73AB
Black with #CB73AB
Text Example
Text Example
White with #CB73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73AB; }
p { color: rgb(203,115,171); }
H1.HeaderClassName
{
color: #CB73AB;
}
.AnyTagClassName
{
color: #CB73AB;
}
</style>
background-color css
<style>
a { background-color: #CB73AB; }
a { background-color: rgb(203,115,171); }
div.DivClassName
{
background-color: #CB73AB;
}
.BgClassName
{
background-color: #CB73AB;
}
</style>
border-color css
<style>
span { border-color: #CB73AB; }
span { border-color: rgb(203,115,171); }
td.TdClassName
{
border-color: #CB73AB;
}
.TagClassName
{
border-color: #CB73AB;
}
</style>