Shades of Hopbush #C071A3
Tints of Hopbush #C071A3
RGB
CMYK
RGB Variations
Color information
#C071A3 (or 0xC071A3) is known color: Hopbush. HEX triplet: C0, 71 and A3. RGB value is (192,113,163). Sum of RGB (Red+Green+Blue) = 192+113+163=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C071A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071A3 is #3F8E5C. Grayscale: #8E8E8E. Windows color (decimal): -4165213 or 10711488. OLE color: 10711488.
HSL color Cylindrical-coordinate representation of color #C071A3: hue angle of 322.03º degrees, saturation: 0.39, 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 #C071A3 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 163 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.25 |
| HSL | 322.03º | 0.39% | 0.6% | - |
| HSV(B) | 322.03º | 0.41% | 0.75% | - |
| XYZ | 34.25 | 25.66 | 37.8 | - |
| YUV | 142.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 163 | 0 | 0.41 | 0.15 | 0.25 | 322.03 | 0.39 | 0.6 |
| Hex | C0 | 71 | A3 | 0 | 29 | F | 19 | 142 | 27 | 3C |
| Octal | 300 | 161 | 243 | 0 | 51 | 17 | 31 | 502 | 47 | 74 |
| Binary | 11000000 | 1110001 | 10100011 | 0 | 101001 | 1111 | 11001 | 101000010 | 100111 | 111100 |
Color Harmonies of #C071A3
Complementary color
Monochromatic Colors of #C071A3
Black with #C071A3
Text Example
Text Example
White with #C071A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071A3; }
p { color: rgb(192,113,163); }
H1.HeaderClassName
{
color: #C071A3;
}
.AnyTagClassName
{
color: #C071A3;
}
</style>
background-color css
<style>
a { background-color: #C071A3; }
a { background-color: rgb(192,113,163); }
div.DivClassName
{
background-color: #C071A3;
}
.BgClassName
{
background-color: #C071A3;
}
</style>
border-color css
<style>
span { border-color: #C071A3; }
span { border-color: rgb(192,113,163); }
td.TdClassName
{
border-color: #C071A3;
}
.TagClassName
{
border-color: #C071A3;
}
</style>