Shades of Hopbush #CC7AAA
Tints of Hopbush #CC7AAA
RGB
CMYK
RGB Variations
Color information
#CC7AAA (or 0xCC7AAA) is known color: Hopbush. HEX triplet: CC, 7A and AA. RGB value is (204,122,170). Sum of RGB (Red+Green+Blue) = 204+122+170=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7AAA is #338555. Grayscale: #979797. Windows color (decimal): -3376470 or 11172556. OLE color: 11172556.
HSL color Cylindrical-coordinate representation of color #CC7AAA: hue angle of 324.88º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7AAA is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 170 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.2 |
| HSL | 324.88º | 0.45% | 0.64% | - |
| HSV(B) | 324.88º | 0.4% | 0.8% | - |
| XYZ | 39.12 | 29.66 | 41.69 | - |
| YUV | 151.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 170 | 0 | 0.40 | 0.17 | 0.2 | 324.88 | 0.45 | 0.64 |
| Hex | CC | 7A | AA | 0 | 28 | 11 | 14 | 145 | 2D | 40 |
| Octal | 314 | 172 | 252 | 0 | 50 | 21 | 24 | 505 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10101010 | 0 | 101000 | 10001 | 10100 | 101000101 | 101101 | 1000000 |
Color Harmonies of #CC7AAA
Complementary color
Monochromatic Colors of #CC7AAA
Black with #CC7AAA
Text Example
Text Example
White with #CC7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7AAA; }
p { color: rgb(204,122,170); }
H1.HeaderClassName
{
color: #CC7AAA;
}
.AnyTagClassName
{
color: #CC7AAA;
}
</style>
background-color css
<style>
a { background-color: #CC7AAA; }
a { background-color: rgb(204,122,170); }
div.DivClassName
{
background-color: #CC7AAA;
}
.BgClassName
{
background-color: #CC7AAA;
}
</style>
border-color css
<style>
span { border-color: #CC7AAA; }
span { border-color: rgb(204,122,170); }
td.TdClassName
{
border-color: #CC7AAA;
}
.TagClassName
{
border-color: #CC7AAA;
}
</style>