Shades of Hopbush #CC70AC
Tints of Hopbush #CC70AC
RGB
CMYK
RGB Variations
Color information
#CC70AC (or 0xCC70AC) is known color: Hopbush. HEX triplet: CC, 70 and AC. RGB value is (204,112,172). Sum of RGB (Red+Green+Blue) = 204+112+172=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70AC is #338F53. Grayscale: #929292. Windows color (decimal): -3379028 or 11301068. OLE color: 11301068.
HSL color Cylindrical-coordinate representation of color #CC70AC: hue angle of 320.87º 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 #CC70AC is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 172 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.2 |
| HSL | 320.87º | 0.47% | 0.62% | - |
| HSV(B) | 320.87º | 0.45% | 0.8% | - |
| XYZ | 38.14 | 27.4 | 42.31 | - |
| YUV | 146.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 172 | 0 | 0.45 | 0.16 | 0.2 | 320.87 | 0.47 | 0.62 |
| Hex | CC | 70 | AC | 0 | 2D | 10 | 14 | 141 | 2F | 3E |
| Octal | 314 | 160 | 254 | 0 | 55 | 20 | 24 | 501 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10101100 | 0 | 101101 | 10000 | 10100 | 101000001 | 101111 | 111110 |
Color Harmonies of #CC70AC
Complementary color
Monochromatic Colors of #CC70AC
Black with #CC70AC
Text Example
Text Example
White with #CC70AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70AC; }
p { color: rgb(204,112,172); }
H1.HeaderClassName
{
color: #CC70AC;
}
.AnyTagClassName
{
color: #CC70AC;
}
</style>
background-color css
<style>
a { background-color: #CC70AC; }
a { background-color: rgb(204,112,172); }
div.DivClassName
{
background-color: #CC70AC;
}
.BgClassName
{
background-color: #CC70AC;
}
</style>
border-color css
<style>
span { border-color: #CC70AC; }
span { border-color: rgb(204,112,172); }
td.TdClassName
{
border-color: #CC70AC;
}
.TagClassName
{
border-color: #CC70AC;
}
</style>