Shades of Hopbush #C572A1
Tints of Hopbush #C572A1
RGB
CMYK
RGB Variations
Color information
#C572A1 (or 0xC572A1) is known color: Hopbush. HEX triplet: C5, 72 and A1. RGB value is (197,114,161). Sum of RGB (Red+Green+Blue) = 197+114+161=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C572A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C572A1 is #3A8D5E. Grayscale: #909090. Windows color (decimal): -3837279 or 10580677. OLE color: 10580677.
HSL color Cylindrical-coordinate representation of color #C572A1: hue angle of 326.02º 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 #C572A1 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 161 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.23 |
| HSL | 326.02º | 0.42% | 0.61% | - |
| HSV(B) | 326.02º | 0.42% | 0.77% | - |
| XYZ | 35.48 | 26.48 | 36.96 | - |
| YUV | 144.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 161 | 0 | 0.42 | 0.18 | 0.23 | 326.02 | 0.42 | 0.61 |
| Hex | C5 | 72 | A1 | 0 | 2A | 12 | 17 | 146 | 2A | 3D |
| Octal | 305 | 162 | 241 | 0 | 52 | 22 | 27 | 506 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10100001 | 0 | 101010 | 10010 | 10111 | 101000110 | 101010 | 111101 |
Color Harmonies of #C572A1
Complementary color
Monochromatic Colors of #C572A1
Black with #C572A1
Text Example
Text Example
White with #C572A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572A1; }
p { color: rgb(197,114,161); }
H1.HeaderClassName
{
color: #C572A1;
}
.AnyTagClassName
{
color: #C572A1;
}
</style>
background-color css
<style>
a { background-color: #C572A1; }
a { background-color: rgb(197,114,161); }
div.DivClassName
{
background-color: #C572A1;
}
.BgClassName
{
background-color: #C572A1;
}
</style>
border-color css
<style>
span { border-color: #C572A1; }
span { border-color: rgb(197,114,161); }
td.TdClassName
{
border-color: #C572A1;
}
.TagClassName
{
border-color: #C572A1;
}
</style>