Shades of Hopbush #CC72A5
Tints of Hopbush #CC72A5
RGB
CMYK
RGB Variations
Color information
#CC72A5 (or 0xCC72A5) is known color: Hopbush. HEX triplet: CC, 72 and A5. RGB value is (204,114,165). Sum of RGB (Red+Green+Blue) = 204+114+165=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72A5 is #338D5A. Grayscale: #929292. Windows color (decimal): -3378523 or 10842828. OLE color: 10842828.
HSL color Cylindrical-coordinate representation of color #CC72A5: hue angle of 326º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72A5 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 165 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.2 |
| HSL | 326º | 0.47% | 0.62% | - |
| HSV(B) | 326º | 0.44% | 0.8% | - |
| XYZ | 37.71 | 27.59 | 38.93 | - |
| YUV | 146.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 165 | 0 | 0.44 | 0.19 | 0.2 | 326 | 0.47 | 0.62 |
| Hex | CC | 72 | A5 | 0 | 2C | 13 | 14 | 146 | 2F | 3E |
| Octal | 314 | 162 | 245 | 0 | 54 | 23 | 24 | 506 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10100101 | 0 | 101100 | 10011 | 10100 | 101000110 | 101111 | 111110 |
Color Harmonies of #CC72A5
Complementary color
Monochromatic Colors of #CC72A5
Black with #CC72A5
Text Example
Text Example
White with #CC72A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72A5; }
p { color: rgb(204,114,165); }
H1.HeaderClassName
{
color: #CC72A5;
}
.AnyTagClassName
{
color: #CC72A5;
}
</style>
background-color css
<style>
a { background-color: #CC72A5; }
a { background-color: rgb(204,114,165); }
div.DivClassName
{
background-color: #CC72A5;
}
.BgClassName
{
background-color: #CC72A5;
}
</style>
border-color css
<style>
span { border-color: #CC72A5; }
span { border-color: rgb(204,114,165); }
td.TdClassName
{
border-color: #CC72A5;
}
.TagClassName
{
border-color: #CC72A5;
}
</style>