Shades of Hopbush #CB73AD
Tints of Hopbush #CB73AD
RGB
CMYK
RGB Variations
Color information
#CB73AD (or 0xCB73AD) is known color: Hopbush. HEX triplet: CB, 73 and AD. RGB value is (203,115,173). Sum of RGB (Red+Green+Blue) = 203+115+173=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB73AD is #348C52. Grayscale: #939393. Windows color (decimal): -3443795 or 11367371. OLE color: 11367371.
HSL color Cylindrical-coordinate representation of color #CB73AD: hue angle of 320.45º 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 #CB73AD is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 173 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.20 |
| HSL | 320.45º | 0.46% | 0.62% | - |
| HSV(B) | 320.45º | 0.43% | 0.8% | - |
| XYZ | 38.3 | 27.98 | 42.92 | - |
| YUV | 147.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 173 | 0 | 0.43 | 0.15 | 0.20 | 320.45 | 0.46 | 0.62 |
| Hex | CB | 73 | AD | 0 | 2B | F | 14 | 140 | 2E | 3E |
| Octal | 313 | 163 | 255 | 0 | 53 | 17 | 24 | 500 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10101101 | 0 | 101011 | 1111 | 10100 | 101000000 | 101110 | 111110 |
Color Harmonies of #CB73AD
Complementary color
Monochromatic Colors of #CB73AD
Black with #CB73AD
Text Example
Text Example
White with #CB73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB73AD; }
p { color: rgb(203,115,173); }
H1.HeaderClassName
{
color: #CB73AD;
}
.AnyTagClassName
{
color: #CB73AD;
}
</style>
background-color css
<style>
a { background-color: #CB73AD; }
a { background-color: rgb(203,115,173); }
div.DivClassName
{
background-color: #CB73AD;
}
.BgClassName
{
background-color: #CB73AD;
}
</style>
border-color css
<style>
span { border-color: #CB73AD; }
span { border-color: rgb(203,115,173); }
td.TdClassName
{
border-color: #CB73AD;
}
.TagClassName
{
border-color: #CB73AD;
}
</style>