Shades of Hopbush #C070A1
Tints of Hopbush #C070A1
RGB
CMYK
RGB Variations
Color information
#C070A1 (or 0xC070A1) is known color: Hopbush. HEX triplet: C0, 70 and A1. RGB value is (192,112,161). Sum of RGB (Red+Green+Blue) = 192+112+161=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A1 is #3F8F5E. Grayscale: #8D8D8D. Windows color (decimal): -4165471 or 10580160. OLE color: 10580160.
HSL color Cylindrical-coordinate representation of color #C070A1: hue angle of 323.25º 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 #C070A1 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 161 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.25 |
| HSL | 323.25º | 0.39% | 0.6% | - |
| HSV(B) | 323.25º | 0.42% | 0.75% | - |
| XYZ | 33.97 | 25.37 | 36.82 | - |
| YUV | 141.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 161 | 0 | 0.42 | 0.16 | 0.25 | 323.25 | 0.39 | 0.6 |
| Hex | C0 | 70 | A1 | 0 | 2A | 10 | 19 | 143 | 27 | 3C |
| Octal | 300 | 160 | 241 | 0 | 52 | 20 | 31 | 503 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10100001 | 0 | 101010 | 10000 | 11001 | 101000011 | 100111 | 111100 |
Color Harmonies of #C070A1
Complementary color
Monochromatic Colors of #C070A1
Black with #C070A1
Text Example
Text Example
White with #C070A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070A1; }
p { color: rgb(192,112,161); }
H1.HeaderClassName
{
color: #C070A1;
}
.AnyTagClassName
{
color: #C070A1;
}
</style>
background-color css
<style>
a { background-color: #C070A1; }
a { background-color: rgb(192,112,161); }
div.DivClassName
{
background-color: #C070A1;
}
.BgClassName
{
background-color: #C070A1;
}
</style>
border-color css
<style>
span { border-color: #C070A1; }
span { border-color: rgb(192,112,161); }
td.TdClassName
{
border-color: #C070A1;
}
.TagClassName
{
border-color: #C070A1;
}
</style>