Shades of Hopbush #C570AC
Tints of Hopbush #C570AC
RGB
CMYK
RGB Variations
Color information
#C570AC (or 0xC570AC) is known color: Hopbush. HEX triplet: C5, 70 and AC. RGB value is (197,112,172). Sum of RGB (Red+Green+Blue) = 197+112+172=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C570AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C570AC is #3A8F53. Grayscale: #909090. Windows color (decimal): -3837780 or 11301061. OLE color: 11301061.
HSL color Cylindrical-coordinate representation of color #C570AC: hue angle of 317.65º 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 #C570AC is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 172 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.23 |
| HSL | 317.65º | 0.42% | 0.61% | - |
| HSV(B) | 317.65º | 0.43% | 0.77% | - |
| XYZ | 36.27 | 26.44 | 42.22 | - |
| YUV | 144.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 172 | 0 | 0.43 | 0.13 | 0.23 | 317.65 | 0.42 | 0.61 |
| Hex | C5 | 70 | AC | 0 | 2B | D | 17 | 13E | 2A | 3D |
| Octal | 305 | 160 | 254 | 0 | 53 | 15 | 27 | 476 | 52 | 75 |
| Binary | 11000101 | 1110000 | 10101100 | 0 | 101011 | 1101 | 10111 | 100111110 | 101010 | 111101 |
Color Harmonies of #C570AC
Complementary color
Monochromatic Colors of #C570AC
Black with #C570AC
Text Example
Text Example
White with #C570AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C570AC; }
p { color: rgb(197,112,172); }
H1.HeaderClassName
{
color: #C570AC;
}
.AnyTagClassName
{
color: #C570AC;
}
</style>
background-color css
<style>
a { background-color: #C570AC; }
a { background-color: rgb(197,112,172); }
div.DivClassName
{
background-color: #C570AC;
}
.BgClassName
{
background-color: #C570AC;
}
</style>
border-color css
<style>
span { border-color: #C570AC; }
span { border-color: rgb(197,112,172); }
td.TdClassName
{
border-color: #C570AC;
}
.TagClassName
{
border-color: #C570AC;
}
</style>