Shades of Hopbush #C070A3
Tints of Hopbush #C070A3
RGB
CMYK
RGB Variations
Color information
#C070A3 (or 0xC070A3) is known color: Hopbush. HEX triplet: C0, 70 and A3. RGB value is (192,112,163). Sum of RGB (Red+Green+Blue) = 192+112+163=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A3 is #3F8F5C. Grayscale: #8D8D8D. Windows color (decimal): -4165469 or 10711232. OLE color: 10711232.
HSL color Cylindrical-coordinate representation of color #C070A3: hue angle of 321.75º 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 #C070A3 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 163 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.25 |
| HSL | 321.75º | 0.39% | 0.6% | - |
| HSV(B) | 321.75º | 0.42% | 0.75% | - |
| XYZ | 34.14 | 25.44 | 37.76 | - |
| YUV | 141.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 163 | 0 | 0.42 | 0.15 | 0.25 | 321.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | A3 | 0 | 2A | F | 19 | 142 | 27 | 3C |
| Octal | 300 | 160 | 243 | 0 | 52 | 17 | 31 | 502 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10100011 | 0 | 101010 | 1111 | 11001 | 101000010 | 100111 | 111100 |
Color Harmonies of #C070A3
Complementary color
Monochromatic Colors of #C070A3
Black with #C070A3
Text Example
Text Example
White with #C070A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070A3; }
p { color: rgb(192,112,163); }
H1.HeaderClassName
{
color: #C070A3;
}
.AnyTagClassName
{
color: #C070A3;
}
</style>
background-color css
<style>
a { background-color: #C070A3; }
a { background-color: rgb(192,112,163); }
div.DivClassName
{
background-color: #C070A3;
}
.BgClassName
{
background-color: #C070A3;
}
</style>
border-color css
<style>
span { border-color: #C070A3; }
span { border-color: rgb(192,112,163); }
td.TdClassName
{
border-color: #C070A3;
}
.TagClassName
{
border-color: #C070A3;
}
</style>