Shades of Hopbush #C575A5
Tints of Hopbush #C575A5
RGB
CMYK
RGB Variations
Color information
#C575A5 (or 0xC575A5) is known color: Hopbush. HEX triplet: C5, 75 and A5. RGB value is (197,117,165). Sum of RGB (Red+Green+Blue) = 197+117+165=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C575A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575A5 is #3A8A5A. Grayscale: #929292. Windows color (decimal): -3836507 or 10843589. OLE color: 10843589.
HSL color Cylindrical-coordinate representation of color #C575A5: hue angle of 324º 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 #C575A5 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 165 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.23 |
| HSL | 324º | 0.41% | 0.62% | - |
| HSV(B) | 324º | 0.41% | 0.77% | - |
| XYZ | 36.18 | 27.31 | 38.96 | - |
| YUV | 146.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 165 | 0 | 0.41 | 0.16 | 0.23 | 324 | 0.41 | 0.62 |
| Hex | C5 | 75 | A5 | 0 | 29 | 10 | 17 | 144 | 29 | 3E |
| Octal | 305 | 165 | 245 | 0 | 51 | 20 | 27 | 504 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10100101 | 0 | 101001 | 10000 | 10111 | 101000100 | 101001 | 111110 |
Color Harmonies of #C575A5
Complementary color
Monochromatic Colors of #C575A5
Black with #C575A5
Text Example
Text Example
White with #C575A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575A5; }
p { color: rgb(197,117,165); }
H1.HeaderClassName
{
color: #C575A5;
}
.AnyTagClassName
{
color: #C575A5;
}
</style>
background-color css
<style>
a { background-color: #C575A5; }
a { background-color: rgb(197,117,165); }
div.DivClassName
{
background-color: #C575A5;
}
.BgClassName
{
background-color: #C575A5;
}
</style>
border-color css
<style>
span { border-color: #C575A5; }
span { border-color: rgb(197,117,165); }
td.TdClassName
{
border-color: #C575A5;
}
.TagClassName
{
border-color: #C575A5;
}
</style>