Shades of Hopbush #C570A3
Tints of Hopbush #C570A3
RGB
CMYK
RGB Variations
Color information
#C570A3 (or 0xC570A3) is known color: Hopbush. HEX triplet: C5, 70 and A3. RGB value is (197,112,163). Sum of RGB (Red+Green+Blue) = 197+112+163=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C570A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C570A3 is #3A8F5C. Grayscale: #8F8F8F. Windows color (decimal): -3837789 or 10711237. OLE color: 10711237.
HSL color Cylindrical-coordinate representation of color #C570A3: hue angle of 324º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C570A3 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 163 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.23 |
| HSL | 324º | 0.42% | 0.61% | - |
| HSV(B) | 324º | 0.43% | 0.77% | - |
| XYZ | 35.43 | 26.1 | 37.82 | - |
| YUV | 143.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 163 | 0 | 0.43 | 0.17 | 0.23 | 324 | 0.42 | 0.61 |
| Hex | C5 | 70 | A3 | 0 | 2B | 11 | 17 | 144 | 2A | 3D |
| Octal | 305 | 160 | 243 | 0 | 53 | 21 | 27 | 504 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10100011 | 0 | 101011 | 10001 | 10111 | 101000100 | 101010 | 111101 |
Color Harmonies of #C570A3
Complementary color
Monochromatic Colors of #C570A3
Black with #C570A3
Text Example
Text Example
White with #C570A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570A3; }
p { color: rgb(197,112,163); }
H1.HeaderClassName
{
color: #C570A3;
}
.AnyTagClassName
{
color: #C570A3;
}
</style>
background-color css
<style>
a { background-color: #C570A3; }
a { background-color: rgb(197,112,163); }
div.DivClassName
{
background-color: #C570A3;
}
.BgClassName
{
background-color: #C570A3;
}
</style>
border-color css
<style>
span { border-color: #C570A3; }
span { border-color: rgb(197,112,163); }
td.TdClassName
{
border-color: #C570A3;
}
.TagClassName
{
border-color: #C570A3;
}
</style>