Shades of Hopbush #CC70AB
Tints of Hopbush #CC70AB
RGB
CMYK
RGB Variations
Color information
#CC70AB (or 0xCC70AB) is known color: Hopbush. HEX triplet: CC, 70 and AB. RGB value is (204,112,171). Sum of RGB (Red+Green+Blue) = 204+112+171=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70AB is #338F54. Grayscale: #929292. Windows color (decimal): -3379029 or 11235532. OLE color: 11235532.
HSL color Cylindrical-coordinate representation of color #CC70AB: hue angle of 321.52º 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 #CC70AB is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 171 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.2 |
| HSL | 321.52º | 0.47% | 0.62% | - |
| HSV(B) | 321.52º | 0.45% | 0.8% | - |
| XYZ | 38.05 | 27.37 | 41.8 | - |
| YUV | 146.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 171 | 0 | 0.45 | 0.16 | 0.2 | 321.52 | 0.47 | 0.62 |
| Hex | CC | 70 | AB | 0 | 2D | 10 | 14 | 142 | 2F | 3E |
| Octal | 314 | 160 | 253 | 0 | 55 | 20 | 24 | 502 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10101011 | 0 | 101101 | 10000 | 10100 | 101000010 | 101111 | 111110 |
Color Harmonies of #CC70AB
Complementary color
Monochromatic Colors of #CC70AB
Black with #CC70AB
Text Example
Text Example
White with #CC70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70AB; }
p { color: rgb(204,112,171); }
H1.HeaderClassName
{
color: #CC70AB;
}
.AnyTagClassName
{
color: #CC70AB;
}
</style>
background-color css
<style>
a { background-color: #CC70AB; }
a { background-color: rgb(204,112,171); }
div.DivClassName
{
background-color: #CC70AB;
}
.BgClassName
{
background-color: #CC70AB;
}
</style>
border-color css
<style>
span { border-color: #CC70AB; }
span { border-color: rgb(204,112,171); }
td.TdClassName
{
border-color: #CC70AB;
}
.TagClassName
{
border-color: #CC70AB;
}
</style>