Shades of Hopbush #CC72AD
Tints of Hopbush #CC72AD
RGB
CMYK
RGB Variations
Color information
#CC72AD (or 0xCC72AD) is known color: Hopbush. HEX triplet: CC, 72 and AD. RGB value is (204,114,173). Sum of RGB (Red+Green+Blue) = 204+114+173=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC72AD is #338D52. Grayscale: #939393. Windows color (decimal): -3378515 or 11367116. OLE color: 11367116.
HSL color Cylindrical-coordinate representation of color #CC72AD: hue angle of 320.67º 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 #CC72AD is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 173 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.2 |
| HSL | 320.67º | 0.47% | 0.62% | - |
| HSV(B) | 320.67º | 0.44% | 0.8% | - |
| XYZ | 38.46 | 27.89 | 42.89 | - |
| YUV | 147.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 173 | 0 | 0.44 | 0.15 | 0.2 | 320.67 | 0.47 | 0.62 |
| Hex | CC | 72 | AD | 0 | 2C | F | 14 | 141 | 2F | 3E |
| Octal | 314 | 162 | 255 | 0 | 54 | 17 | 24 | 501 | 57 | 76 |
| Binary | 11001100 | 1110010 | 10101101 | 0 | 101100 | 1111 | 10100 | 101000001 | 101111 | 111110 |
Color Harmonies of #CC72AD
Complementary color
Monochromatic Colors of #CC72AD
Black with #CC72AD
Text Example
Text Example
White with #CC72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72AD; }
p { color: rgb(204,114,173); }
H1.HeaderClassName
{
color: #CC72AD;
}
.AnyTagClassName
{
color: #CC72AD;
}
</style>
background-color css
<style>
a { background-color: #CC72AD; }
a { background-color: rgb(204,114,173); }
div.DivClassName
{
background-color: #CC72AD;
}
.BgClassName
{
background-color: #CC72AD;
}
</style>
border-color css
<style>
span { border-color: #CC72AD; }
span { border-color: rgb(204,114,173); }
td.TdClassName
{
border-color: #CC72AD;
}
.TagClassName
{
border-color: #CC72AD;
}
</style>