Shades of Hopbush #C070A2
Tints of Hopbush #C070A2
RGB
CMYK
RGB Variations
Color information
#C070A2 (or 0xC070A2) is known color: Hopbush. HEX triplet: C0, 70 and A2. RGB value is (192,112,162). Sum of RGB (Red+Green+Blue) = 192+112+162=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C070A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C070A2 is #3F8F5D. Grayscale: #8D8D8D. Windows color (decimal): -4165470 or 10645696. OLE color: 10645696.
HSL color Cylindrical-coordinate representation of color #C070A2: hue angle of 322.5º 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 #C070A2 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 162 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.25 |
| HSL | 322.5º | 0.39% | 0.6% | - |
| HSV(B) | 322.5º | 0.42% | 0.75% | - |
| XYZ | 34.05 | 25.4 | 37.29 | - |
| YUV | 141.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 162 | 0 | 0.42 | 0.16 | 0.25 | 322.5 | 0.39 | 0.6 |
| Hex | C0 | 70 | A2 | 0 | 2A | 10 | 19 | 142 | 27 | 3C |
| Octal | 300 | 160 | 242 | 0 | 52 | 20 | 31 | 502 | 47 | 74 |
| Binary | 11000000 | 1110000 | 10100010 | 0 | 101010 | 10000 | 11001 | 101000010 | 100111 | 111100 |
Color Harmonies of #C070A2
Complementary color
Monochromatic Colors of #C070A2
Black with #C070A2
Text Example
Text Example
White with #C070A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070A2; }
p { color: rgb(192,112,162); }
H1.HeaderClassName
{
color: #C070A2;
}
.AnyTagClassName
{
color: #C070A2;
}
</style>
background-color css
<style>
a { background-color: #C070A2; }
a { background-color: rgb(192,112,162); }
div.DivClassName
{
background-color: #C070A2;
}
.BgClassName
{
background-color: #C070A2;
}
</style>
border-color css
<style>
span { border-color: #C070A2; }
span { border-color: rgb(192,112,162); }
td.TdClassName
{
border-color: #C070A2;
}
.TagClassName
{
border-color: #C070A2;
}
</style>