Shades of Hopbush #CC7AA2
Tints of Hopbush #CC7AA2
RGB
CMYK
RGB Variations
Color information
#CC7AA2 (or 0xCC7AA2) is known color: Hopbush. HEX triplet: CC, 7A and A2. RGB value is (204,122,162). Sum of RGB (Red+Green+Blue) = 204+122+162=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7AA2 is #33855D. Grayscale: #969696. Windows color (decimal): -3376478 or 10648268. OLE color: 10648268.
HSL color Cylindrical-coordinate representation of color #CC7AA2: hue angle of 330.73º 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 #CC7AA2 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 162 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.2 |
| HSL | 330.73º | 0.45% | 0.64% | - |
| HSV(B) | 330.73º | 0.4% | 0.8% | - |
| XYZ | 38.38 | 29.37 | 37.83 | - |
| YUV | 151.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 162 | 0 | 0.40 | 0.21 | 0.2 | 330.73 | 0.45 | 0.64 |
| Hex | CC | 7A | A2 | 0 | 28 | 15 | 14 | 14B | 2D | 40 |
| Octal | 314 | 172 | 242 | 0 | 50 | 25 | 24 | 513 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10100010 | 0 | 101000 | 10101 | 10100 | 101001011 | 101101 | 1000000 |
Color Harmonies of #CC7AA2
Complementary color
Monochromatic Colors of #CC7AA2
Black with #CC7AA2
Text Example
Text Example
White with #CC7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7AA2; }
p { color: rgb(204,122,162); }
H1.HeaderClassName
{
color: #CC7AA2;
}
.AnyTagClassName
{
color: #CC7AA2;
}
</style>
background-color css
<style>
a { background-color: #CC7AA2; }
a { background-color: rgb(204,122,162); }
div.DivClassName
{
background-color: #CC7AA2;
}
.BgClassName
{
background-color: #CC7AA2;
}
</style>
border-color css
<style>
span { border-color: #CC7AA2; }
span { border-color: rgb(204,122,162); }
td.TdClassName
{
border-color: #CC7AA2;
}
.TagClassName
{
border-color: #CC7AA2;
}
</style>