Shades of Hopbush #C575A3
Tints of Hopbush #C575A3
RGB
CMYK
RGB Variations
Color information
#C575A3 (or 0xC575A3) is known color: Hopbush. HEX triplet: C5, 75 and A3. RGB value is (197,117,163). Sum of RGB (Red+Green+Blue) = 197+117+163=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C575A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575A3 is #3A8A5C. Grayscale: #929292. Windows color (decimal): -3836509 or 10712517. OLE color: 10712517.
HSL color Cylindrical-coordinate representation of color #C575A3: hue angle of 325.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C575A3 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 163 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.23 |
| HSL | 325.5º | 0.41% | 0.62% | - |
| HSV(B) | 325.5º | 0.41% | 0.77% | - |
| XYZ | 36 | 27.24 | 38.01 | - |
| YUV | 146.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 163 | 0 | 0.41 | 0.17 | 0.23 | 325.5 | 0.41 | 0.62 |
| Hex | C5 | 75 | A3 | 0 | 29 | 11 | 17 | 146 | 29 | 3E |
| Octal | 305 | 165 | 243 | 0 | 51 | 21 | 27 | 506 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10100011 | 0 | 101001 | 10001 | 10111 | 101000110 | 101001 | 111110 |
Color Harmonies of #C575A3
Complementary color
Monochromatic Colors of #C575A3
Black with #C575A3
Text Example
Text Example
White with #C575A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575A3; }
p { color: rgb(197,117,163); }
H1.HeaderClassName
{
color: #C575A3;
}
.AnyTagClassName
{
color: #C575A3;
}
</style>
background-color css
<style>
a { background-color: #C575A3; }
a { background-color: rgb(197,117,163); }
div.DivClassName
{
background-color: #C575A3;
}
.BgClassName
{
background-color: #C575A3;
}
</style>
border-color css
<style>
span { border-color: #C575A3; }
span { border-color: rgb(197,117,163); }
td.TdClassName
{
border-color: #C575A3;
}
.TagClassName
{
border-color: #C575A3;
}
</style>