Shades of Hopbush #CB71AD
Tints of Hopbush #CB71AD
RGB
CMYK
RGB Variations
Color information
#CB71AD (or 0xCB71AD) is known color: Hopbush. HEX triplet: CB, 71 and AD. RGB value is (203,113,173). Sum of RGB (Red+Green+Blue) = 203+113+173=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB71AD is #348E52. Grayscale: #929292. Windows color (decimal): -3444307 or 11366859. OLE color: 11366859.
HSL color Cylindrical-coordinate representation of color #CB71AD: hue angle of 320º 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 #CB71AD is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 173 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.20 |
| HSL | 320º | 0.46% | 0.62% | - |
| HSV(B) | 320º | 0.44% | 0.8% | - |
| XYZ | 38.08 | 27.52 | 42.84 | - |
| YUV | 146.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 173 | 0 | 0.44 | 0.15 | 0.20 | 320 | 0.46 | 0.62 |
| Hex | CB | 71 | AD | 0 | 2C | F | 14 | 140 | 2E | 3E |
| Octal | 313 | 161 | 255 | 0 | 54 | 17 | 24 | 500 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10101101 | 0 | 101100 | 1111 | 10100 | 101000000 | 101110 | 111110 |
Color Harmonies of #CB71AD
Complementary color
Monochromatic Colors of #CB71AD
Black with #CB71AD
Text Example
Text Example
White with #CB71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71AD; }
p { color: rgb(203,113,173); }
H1.HeaderClassName
{
color: #CB71AD;
}
.AnyTagClassName
{
color: #CB71AD;
}
</style>
background-color css
<style>
a { background-color: #CB71AD; }
a { background-color: rgb(203,113,173); }
div.DivClassName
{
background-color: #CB71AD;
}
.BgClassName
{
background-color: #CB71AD;
}
</style>
border-color css
<style>
span { border-color: #CB71AD; }
span { border-color: rgb(203,113,173); }
td.TdClassName
{
border-color: #CB71AD;
}
.TagClassName
{
border-color: #CB71AD;
}
</style>