Shades of Hopbush #C575AB
Tints of Hopbush #C575AB
RGB
CMYK
RGB Variations
Color information
#C575AB (or 0xC575AB) is known color: Hopbush. HEX triplet: C5, 75 and AB. RGB value is (197,117,171). Sum of RGB (Red+Green+Blue) = 197+117+171=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AB is #3A8A54. Grayscale: #929292. Windows color (decimal): -3836501 or 11236805. OLE color: 11236805.
HSL color Cylindrical-coordinate representation of color #C575AB: hue angle of 319.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 #C575AB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 171 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.23 |
| HSL | 319.5º | 0.41% | 0.62% | - |
| HSV(B) | 319.5º | 0.41% | 0.77% | - |
| XYZ | 36.74 | 27.53 | 41.91 | - |
| YUV | 147.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 171 | 0 | 0.41 | 0.13 | 0.23 | 319.5 | 0.41 | 0.62 |
| Hex | C5 | 75 | AB | 0 | 29 | D | 17 | 140 | 29 | 3E |
| Octal | 305 | 165 | 253 | 0 | 51 | 15 | 27 | 500 | 51 | 76 |
| Binary | 11000101 | 1110101 | 10101011 | 0 | 101001 | 1101 | 10111 | 101000000 | 101001 | 111110 |
Color Harmonies of #C575AB
Complementary color
Monochromatic Colors of #C575AB
Black with #C575AB
Text Example
Text Example
White with #C575AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575AB; }
p { color: rgb(197,117,171); }
H1.HeaderClassName
{
color: #C575AB;
}
.AnyTagClassName
{
color: #C575AB;
}
</style>
background-color css
<style>
a { background-color: #C575AB; }
a { background-color: rgb(197,117,171); }
div.DivClassName
{
background-color: #C575AB;
}
.BgClassName
{
background-color: #C575AB;
}
</style>
border-color css
<style>
span { border-color: #C575AB; }
span { border-color: rgb(197,117,171); }
td.TdClassName
{
border-color: #C575AB;
}
.TagClassName
{
border-color: #C575AB;
}
</style>