Shades of Hopbush #CC7AA8
Tints of Hopbush #CC7AA8
RGB
CMYK
RGB Variations
Color information
#CC7AA8 (or 0xCC7AA8) is known color: Hopbush. HEX triplet: CC, 7A and A8. RGB value is (204,122,168). Sum of RGB (Red+Green+Blue) = 204+122+168=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7AA8 is #338557. Grayscale: #979797. Windows color (decimal): -3376472 or 11041484. OLE color: 11041484.
HSL color Cylindrical-coordinate representation of color #CC7AA8: hue angle of 326.34º 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 #CC7AA8 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 168 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.2 |
| HSL | 326.34º | 0.45% | 0.64% | - |
| HSV(B) | 326.34º | 0.4% | 0.8% | - |
| XYZ | 38.93 | 29.58 | 40.7 | - |
| YUV | 151.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 168 | 0 | 0.40 | 0.18 | 0.2 | 326.34 | 0.45 | 0.64 |
| Hex | CC | 7A | A8 | 0 | 28 | 12 | 14 | 146 | 2D | 40 |
| Octal | 314 | 172 | 250 | 0 | 50 | 22 | 24 | 506 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10101000 | 0 | 101000 | 10010 | 10100 | 101000110 | 101101 | 1000000 |
Color Harmonies of #CC7AA8
Complementary color
Monochromatic Colors of #CC7AA8
Black with #CC7AA8
Text Example
Text Example
White with #CC7AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7AA8; }
p { color: rgb(204,122,168); }
H1.HeaderClassName
{
color: #CC7AA8;
}
.AnyTagClassName
{
color: #CC7AA8;
}
</style>
background-color css
<style>
a { background-color: #CC7AA8; }
a { background-color: rgb(204,122,168); }
div.DivClassName
{
background-color: #CC7AA8;
}
.BgClassName
{
background-color: #CC7AA8;
}
</style>
border-color css
<style>
span { border-color: #CC7AA8; }
span { border-color: rgb(204,122,168); }
td.TdClassName
{
border-color: #CC7AA8;
}
.TagClassName
{
border-color: #CC7AA8;
}
</style>