Shades of Hopbush #CC71AD
Tints of Hopbush #CC71AD
RGB
CMYK
RGB Variations
Color information
#CC71AD (or 0xCC71AD) is known color: Hopbush. HEX triplet: CC, 71 and AD. RGB value is (204,113,173). Sum of RGB (Red+Green+Blue) = 204+113+173=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC71AD is #338E52. Grayscale: #929292. Windows color (decimal): -3378771 or 11366860. OLE color: 11366860.
HSL color Cylindrical-coordinate representation of color #CC71AD: hue angle of 320.44º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71AD is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 173 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.2 |
| HSL | 320.44º | 0.47% | 0.62% | - |
| HSV(B) | 320.44º | 0.45% | 0.8% | - |
| XYZ | 38.35 | 27.66 | 42.85 | - |
| YUV | 147.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 173 | 0 | 0.45 | 0.15 | 0.2 | 320.44 | 0.47 | 0.62 |
| Hex | CC | 71 | AD | 0 | 2D | F | 14 | 140 | 2F | 3E |
| Octal | 314 | 161 | 255 | 0 | 55 | 17 | 24 | 500 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10101101 | 0 | 101101 | 1111 | 10100 | 101000000 | 101111 | 111110 |
Color Harmonies of #CC71AD
Complementary color
Monochromatic Colors of #CC71AD
Black with #CC71AD
Text Example
Text Example
White with #CC71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71AD; }
p { color: rgb(204,113,173); }
H1.HeaderClassName
{
color: #CC71AD;
}
.AnyTagClassName
{
color: #CC71AD;
}
</style>
background-color css
<style>
a { background-color: #CC71AD; }
a { background-color: rgb(204,113,173); }
div.DivClassName
{
background-color: #CC71AD;
}
.BgClassName
{
background-color: #CC71AD;
}
</style>
border-color css
<style>
span { border-color: #CC71AD; }
span { border-color: rgb(204,113,173); }
td.TdClassName
{
border-color: #CC71AD;
}
.TagClassName
{
border-color: #CC71AD;
}
</style>