Shades of Hopbush #C473A8
Tints of Hopbush #C473A8
RGB
CMYK
RGB Variations
Color information
#C473A8 (or 0xC473A8) is known color: Hopbush. HEX triplet: C4, 73 and A8. RGB value is (196,115,168). Sum of RGB (Red+Green+Blue) = 196+115+168=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C473A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473A8 is #3B8C57. Grayscale: #919191. Windows color (decimal): -3902552 or 11039684. OLE color: 11039684.
HSL color Cylindrical-coordinate representation of color #C473A8: hue angle of 320.74º 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 #C473A8 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 168 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.23 |
| HSL | 320.74º | 0.41% | 0.61% | - |
| HSV(B) | 320.74º | 0.41% | 0.77% | - |
| XYZ | 35.96 | 26.82 | 40.33 | - |
| YUV | 145.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 168 | 0 | 0.41 | 0.14 | 0.23 | 320.74 | 0.41 | 0.61 |
| Hex | C4 | 73 | A8 | 0 | 29 | E | 17 | 141 | 29 | 3D |
| Octal | 304 | 163 | 250 | 0 | 51 | 16 | 27 | 501 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10101000 | 0 | 101001 | 1110 | 10111 | 101000001 | 101001 | 111101 |
Color Harmonies of #C473A8
Complementary color
Monochromatic Colors of #C473A8
Black with #C473A8
Text Example
Text Example
White with #C473A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473A8; }
p { color: rgb(196,115,168); }
H1.HeaderClassName
{
color: #C473A8;
}
.AnyTagClassName
{
color: #C473A8;
}
</style>
background-color css
<style>
a { background-color: #C473A8; }
a { background-color: rgb(196,115,168); }
div.DivClassName
{
background-color: #C473A8;
}
.BgClassName
{
background-color: #C473A8;
}
</style>
border-color css
<style>
span { border-color: #C473A8; }
span { border-color: rgb(196,115,168); }
td.TdClassName
{
border-color: #C473A8;
}
.TagClassName
{
border-color: #C473A8;
}
</style>