Shades of Hopbush #CC71AA
Tints of Hopbush #CC71AA
RGB
CMYK
RGB Variations
Color information
#CC71AA (or 0xCC71AA) is known color: Hopbush. HEX triplet: CC, 71 and AA. RGB value is (204,113,170). Sum of RGB (Red+Green+Blue) = 204+113+170=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC71AA is #338E55. Grayscale: #929292. Windows color (decimal): -3378774 or 11170252. OLE color: 11170252.
HSL color Cylindrical-coordinate representation of color #CC71AA: hue angle of 322.42º 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 #CC71AA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 170 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.2 |
| HSL | 322.42º | 0.47% | 0.62% | - |
| HSV(B) | 322.42º | 0.45% | 0.8% | - |
| XYZ | 38.06 | 27.55 | 41.34 | - |
| YUV | 146.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 170 | 0 | 0.45 | 0.17 | 0.2 | 322.42 | 0.47 | 0.62 |
| Hex | CC | 71 | AA | 0 | 2D | 11 | 14 | 142 | 2F | 3E |
| Octal | 314 | 161 | 252 | 0 | 55 | 21 | 24 | 502 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10101010 | 0 | 101101 | 10001 | 10100 | 101000010 | 101111 | 111110 |
Color Harmonies of #CC71AA
Complementary color
Monochromatic Colors of #CC71AA
Black with #CC71AA
Text Example
Text Example
White with #CC71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71AA; }
p { color: rgb(204,113,170); }
H1.HeaderClassName
{
color: #CC71AA;
}
.AnyTagClassName
{
color: #CC71AA;
}
</style>
background-color css
<style>
a { background-color: #CC71AA; }
a { background-color: rgb(204,113,170); }
div.DivClassName
{
background-color: #CC71AA;
}
.BgClassName
{
background-color: #CC71AA;
}
</style>
border-color css
<style>
span { border-color: #CC71AA; }
span { border-color: rgb(204,113,170); }
td.TdClassName
{
border-color: #CC71AA;
}
.TagClassName
{
border-color: #CC71AA;
}
</style>