Shades of Hopbush #C572AC
Tints of Hopbush #C572AC
RGB
CMYK
RGB Variations
Color information
#C572AC (or 0xC572AC) is known color: Hopbush. HEX triplet: C5, 72 and AC. RGB value is (197,114,172). Sum of RGB (Red+Green+Blue) = 197+114+172=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C572AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C572AC is #3A8D53. Grayscale: #919191. Windows color (decimal): -3837268 or 11301573. OLE color: 11301573.
HSL color Cylindrical-coordinate representation of color #C572AC: hue angle of 318.07º 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 #C572AC is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 172 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.23 |
| HSL | 318.07º | 0.42% | 0.61% | - |
| HSV(B) | 318.07º | 0.42% | 0.77% | - |
| XYZ | 36.49 | 26.88 | 42.3 | - |
| YUV | 145.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 172 | 0 | 0.42 | 0.13 | 0.23 | 318.07 | 0.42 | 0.61 |
| Hex | C5 | 72 | AC | 0 | 2A | D | 17 | 13E | 2A | 3D |
| Octal | 305 | 162 | 254 | 0 | 52 | 15 | 27 | 476 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10101100 | 0 | 101010 | 1101 | 10111 | 100111110 | 101010 | 111101 |
Color Harmonies of #C572AC
Complementary color
Monochromatic Colors of #C572AC
Black with #C572AC
Text Example
Text Example
White with #C572AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572AC; }
p { color: rgb(197,114,172); }
H1.HeaderClassName
{
color: #C572AC;
}
.AnyTagClassName
{
color: #C572AC;
}
</style>
background-color css
<style>
a { background-color: #C572AC; }
a { background-color: rgb(197,114,172); }
div.DivClassName
{
background-color: #C572AC;
}
.BgClassName
{
background-color: #C572AC;
}
</style>
border-color css
<style>
span { border-color: #C572AC; }
span { border-color: rgb(197,114,172); }
td.TdClassName
{
border-color: #C572AC;
}
.TagClassName
{
border-color: #C572AC;
}
</style>