Shades of Hopbush #CC70AF
Tints of Hopbush #CC70AF
RGB
CMYK
RGB Variations
Color information
#CC70AF (or 0xCC70AF) is known color: Hopbush. HEX triplet: CC, 70 and AF. RGB value is (204,112,175). Sum of RGB (Red+Green+Blue) = 204+112+175=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC70AF is #338F50. Grayscale: #929292. Windows color (decimal): -3379025 or 11497676. OLE color: 11497676.
HSL color Cylindrical-coordinate representation of color #CC70AF: hue angle of 318.91º 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 #CC70AF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 175 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.2 |
| HSL | 318.91º | 0.47% | 0.62% | - |
| HSV(B) | 318.91º | 0.45% | 0.8% | - |
| XYZ | 38.43 | 27.52 | 43.84 | - |
| YUV | 146.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 175 | 0 | 0.45 | 0.14 | 0.2 | 318.91 | 0.47 | 0.62 |
| Hex | CC | 70 | AF | 0 | 2D | E | 14 | 13F | 2F | 3E |
| Octal | 314 | 160 | 257 | 0 | 55 | 16 | 24 | 477 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10101111 | 0 | 101101 | 1110 | 10100 | 100111111 | 101111 | 111110 |
Color Harmonies of #CC70AF
Complementary color
Monochromatic Colors of #CC70AF
Black with #CC70AF
Text Example
Text Example
White with #CC70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70AF; }
p { color: rgb(204,112,175); }
H1.HeaderClassName
{
color: #CC70AF;
}
.AnyTagClassName
{
color: #CC70AF;
}
</style>
background-color css
<style>
a { background-color: #CC70AF; }
a { background-color: rgb(204,112,175); }
div.DivClassName
{
background-color: #CC70AF;
}
.BgClassName
{
background-color: #CC70AF;
}
</style>
border-color css
<style>
span { border-color: #CC70AF; }
span { border-color: rgb(204,112,175); }
td.TdClassName
{
border-color: #CC70AF;
}
.TagClassName
{
border-color: #CC70AF;
}
</style>