Shades of Hopbush #C070A0
Tints of Hopbush #C070A0
RGB
CMYK
RGB Variations
Color information
#C070A0 (or 0xC070A0) is known color: Hopbush. HEX triplet: C0, 70 and A0. RGB value is (192,112,160). Sum of RGB (Red+Green+Blue) = 192+112+160=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A0 is #3F8F5F. Grayscale: #8D8D8D. Windows color (decimal): -4165472 or 10514624. OLE color: 10514624.
HSL color Cylindrical-coordinate representation of color #C070A0: hue angle of 324º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C070A0 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 160 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.25 |
| HSL | 324º | 0.39% | 0.6% | - |
| HSV(B) | 324º | 0.42% | 0.75% | - |
| XYZ | 33.88 | 25.33 | 36.36 | - |
| YUV | 141.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 160 | 0 | 0.42 | 0.17 | 0.25 | 324 | 0.39 | 0.6 |
| Hex | C0 | 70 | A0 | 0 | 2A | 11 | 19 | 144 | 27 | 3C |
| Octal | 300 | 160 | 240 | 0 | 52 | 21 | 31 | 504 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10100000 | 0 | 101010 | 10001 | 11001 | 101000100 | 100111 | 111100 |
Color Harmonies of #C070A0
Complementary color
Monochromatic Colors of #C070A0
Black with #C070A0
Text Example
Text Example
White with #C070A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070A0; }
p { color: rgb(192,112,160); }
H1.HeaderClassName
{
color: #C070A0;
}
.AnyTagClassName
{
color: #C070A0;
}
</style>
background-color css
<style>
a { background-color: #C070A0; }
a { background-color: rgb(192,112,160); }
div.DivClassName
{
background-color: #C070A0;
}
.BgClassName
{
background-color: #C070A0;
}
</style>
border-color css
<style>
span { border-color: #C070A0; }
span { border-color: rgb(192,112,160); }
td.TdClassName
{
border-color: #C070A0;
}
.TagClassName
{
border-color: #C070A0;
}
</style>