Shades of Hopbush #C072A0
Tints of Hopbush #C072A0
RGB
CMYK
RGB Variations
Color information
#C072A0 (or 0xC072A0) is known color: Hopbush. HEX triplet: C0, 72 and A0. RGB value is (192,114,160). Sum of RGB (Red+Green+Blue) = 192+114+160=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C072A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072A0 is #3F8D5F. Grayscale: #8E8E8E. Windows color (decimal): -4164960 or 10515136. OLE color: 10515136.
HSL color Cylindrical-coordinate representation of color #C072A0: hue angle of 324.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C072A0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 160 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.25 |
| HSL | 324.62º | 0.38% | 0.6% | - |
| HSV(B) | 324.62º | 0.41% | 0.75% | - |
| XYZ | 34.1 | 25.78 | 36.44 | - |
| YUV | 142.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 160 | 0 | 0.41 | 0.17 | 0.25 | 324.62 | 0.38 | 0.6 |
| Hex | C0 | 72 | A0 | 0 | 29 | 11 | 19 | 145 | 26 | 3C |
| Octal | 300 | 162 | 240 | 0 | 51 | 21 | 31 | 505 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10100000 | 0 | 101001 | 10001 | 11001 | 101000101 | 100110 | 111100 |
Color Harmonies of #C072A0
Complementary color
Monochromatic Colors of #C072A0
Black with #C072A0
Text Example
Text Example
White with #C072A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072A0; }
p { color: rgb(192,114,160); }
H1.HeaderClassName
{
color: #C072A0;
}
.AnyTagClassName
{
color: #C072A0;
}
</style>
background-color css
<style>
a { background-color: #C072A0; }
a { background-color: rgb(192,114,160); }
div.DivClassName
{
background-color: #C072A0;
}
.BgClassName
{
background-color: #C072A0;
}
</style>
border-color css
<style>
span { border-color: #C072A0; }
span { border-color: rgb(192,114,160); }
td.TdClassName
{
border-color: #C072A0;
}
.TagClassName
{
border-color: #C072A0;
}
</style>