Shades of Hopbush #C572A2
Tints of Hopbush #C572A2
RGB
CMYK
RGB Variations
Color information
#C572A2 (or 0xC572A2) is known color: Hopbush. HEX triplet: C5, 72 and A2. RGB value is (197,114,162). Sum of RGB (Red+Green+Blue) = 197+114+162=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C572A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C572A2 is #3A8D5D. Grayscale: #909090. Windows color (decimal): -3837278 or 10646213. OLE color: 10646213.
HSL color Cylindrical-coordinate representation of color #C572A2: hue angle of 325.3º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C572A2 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 162 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.23 |
| HSL | 325.3º | 0.42% | 0.61% | - |
| HSV(B) | 325.3º | 0.42% | 0.77% | - |
| XYZ | 35.56 | 26.51 | 37.43 | - |
| YUV | 144.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 162 | 0 | 0.42 | 0.18 | 0.23 | 325.3 | 0.42 | 0.61 |
| Hex | C5 | 72 | A2 | 0 | 2A | 12 | 17 | 145 | 2A | 3D |
| Octal | 305 | 162 | 242 | 0 | 52 | 22 | 27 | 505 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10100010 | 0 | 101010 | 10010 | 10111 | 101000101 | 101010 | 111101 |
Color Harmonies of #C572A2
Complementary color
Monochromatic Colors of #C572A2
Black with #C572A2
Text Example
Text Example
White with #C572A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572A2; }
p { color: rgb(197,114,162); }
H1.HeaderClassName
{
color: #C572A2;
}
.AnyTagClassName
{
color: #C572A2;
}
</style>
background-color css
<style>
a { background-color: #C572A2; }
a { background-color: rgb(197,114,162); }
div.DivClassName
{
background-color: #C572A2;
}
.BgClassName
{
background-color: #C572A2;
}
</style>
border-color css
<style>
span { border-color: #C572A2; }
span { border-color: rgb(197,114,162); }
td.TdClassName
{
border-color: #C572A2;
}
.TagClassName
{
border-color: #C572A2;
}
</style>