Shades of Hopbush #C571A0
Tints of Hopbush #C571A0
RGB
CMYK
RGB Variations
Color information
#C571A0 (or 0xC571A0) is known color: Hopbush. HEX triplet: C5, 71 and A0. RGB value is (197,113,160). Sum of RGB (Red+Green+Blue) = 197+113+160=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C571A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C571A0 is #3A8E5F. Grayscale: #8F8F8F. Windows color (decimal): -3837536 or 10514885. OLE color: 10514885.
HSL color Cylindrical-coordinate representation of color #C571A0: hue angle of 326.43º 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 #C571A0 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 160 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.23 |
| HSL | 326.43º | 0.42% | 0.61% | - |
| HSV(B) | 326.43º | 0.43% | 0.77% | - |
| XYZ | 35.28 | 26.22 | 36.46 | - |
| YUV | 143.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 160 | 0 | 0.43 | 0.19 | 0.23 | 326.43 | 0.42 | 0.61 |
| Hex | C5 | 71 | A0 | 0 | 2B | 13 | 17 | 146 | 2A | 3D |
| Octal | 305 | 161 | 240 | 0 | 53 | 23 | 27 | 506 | 52 | 75 |
| Binary | 11000101 | 1110001 | 10100000 | 0 | 101011 | 10011 | 10111 | 101000110 | 101010 | 111101 |
Color Harmonies of #C571A0
Complementary color
Monochromatic Colors of #C571A0
Black with #C571A0
Text Example
Text Example
White with #C571A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571A0; }
p { color: rgb(197,113,160); }
H1.HeaderClassName
{
color: #C571A0;
}
.AnyTagClassName
{
color: #C571A0;
}
</style>
background-color css
<style>
a { background-color: #C571A0; }
a { background-color: rgb(197,113,160); }
div.DivClassName
{
background-color: #C571A0;
}
.BgClassName
{
background-color: #C571A0;
}
</style>
border-color css
<style>
span { border-color: #C571A0; }
span { border-color: rgb(197,113,160); }
td.TdClassName
{
border-color: #C571A0;
}
.TagClassName
{
border-color: #C571A0;
}
</style>