Shades of Hopbush #C574A8
Tints of Hopbush #C574A8
RGB
CMYK
RGB Variations
Color information
#C574A8 (or 0xC574A8) is known color: Hopbush. HEX triplet: C5, 74 and A8. RGB value is (197,116,168). Sum of RGB (Red+Green+Blue) = 197+116+168=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C574A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C574A8 is #3A8B57. Grayscale: #929292. Windows color (decimal): -3836760 or 11039941. OLE color: 11039941.
HSL color Cylindrical-coordinate representation of color #C574A8: hue angle of 321.48º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C574A8 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 168 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.23 |
| HSL | 321.48º | 0.41% | 0.61% | - |
| HSV(B) | 321.48º | 0.41% | 0.77% | - |
| XYZ | 36.34 | 27.19 | 40.38 | - |
| YUV | 146.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 168 | 0 | 0.41 | 0.15 | 0.23 | 321.48 | 0.41 | 0.61 |
| Hex | C5 | 74 | A8 | 0 | 29 | F | 17 | 141 | 29 | 3D |
| Octal | 305 | 164 | 250 | 0 | 51 | 17 | 27 | 501 | 51 | 75 |
| Binary | 11000101 | 1110100 | 10101000 | 0 | 101001 | 1111 | 10111 | 101000001 | 101001 | 111101 |
Color Harmonies of #C574A8
Complementary color
Monochromatic Colors of #C574A8
Black with #C574A8
Text Example
Text Example
White with #C574A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C574A8; }
p { color: rgb(197,116,168); }
H1.HeaderClassName
{
color: #C574A8;
}
.AnyTagClassName
{
color: #C574A8;
}
</style>
background-color css
<style>
a { background-color: #C574A8; }
a { background-color: rgb(197,116,168); }
div.DivClassName
{
background-color: #C574A8;
}
.BgClassName
{
background-color: #C574A8;
}
</style>
border-color css
<style>
span { border-color: #C574A8; }
span { border-color: rgb(197,116,168); }
td.TdClassName
{
border-color: #C574A8;
}
.TagClassName
{
border-color: #C574A8;
}
</style>