Shades of Hopbush #C473A0
Tints of Hopbush #C473A0
RGB
CMYK
RGB Variations
Color information
#C473A0 (or 0xC473A0) is known color: Hopbush. HEX triplet: C4, 73 and A0. RGB value is (196,115,160). Sum of RGB (Red+Green+Blue) = 196+115+160=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C473A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473A0 is #3B8C5F. Grayscale: #909090. Windows color (decimal): -3902560 or 10515396. OLE color: 10515396.
HSL color Cylindrical-coordinate representation of color #C473A0: hue angle of 326.67º 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 #C473A0 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 160 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.23 |
| HSL | 326.67º | 0.41% | 0.61% | - |
| HSV(B) | 326.67º | 0.41% | 0.77% | - |
| XYZ | 35.24 | 26.54 | 36.52 | - |
| YUV | 144.35 | 136.84 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 160 | 0 | 0.41 | 0.18 | 0.23 | 326.67 | 0.41 | 0.61 |
| Hex | C4 | 73 | A0 | 0 | 29 | 12 | 17 | 147 | 29 | 3D |
| Octal | 304 | 163 | 240 | 0 | 51 | 22 | 27 | 507 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10100000 | 0 | 101001 | 10010 | 10111 | 101000111 | 101001 | 111101 |
Color Harmonies of #C473A0
Complementary color
Monochromatic Colors of #C473A0
Black with #C473A0
Text Example
Text Example
White with #C473A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473A0; }
p { color: rgb(196,115,160); }
H1.HeaderClassName
{
color: #C473A0;
}
.AnyTagClassName
{
color: #C473A0;
}
</style>
background-color css
<style>
a { background-color: #C473A0; }
a { background-color: rgb(196,115,160); }
div.DivClassName
{
background-color: #C473A0;
}
.BgClassName
{
background-color: #C473A0;
}
</style>
border-color css
<style>
span { border-color: #C473A0; }
span { border-color: rgb(196,115,160); }
td.TdClassName
{
border-color: #C473A0;
}
.TagClassName
{
border-color: #C473A0;
}
</style>