Shades of Hopbush #C473AA
Tints of Hopbush #C473AA
RGB
CMYK
RGB Variations
Color information
#C473AA (or 0xC473AA) is known color: Hopbush. HEX triplet: C4, 73 and AA. RGB value is (196,115,170). Sum of RGB (Red+Green+Blue) = 196+115+170=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C473AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473AA is #3B8C55. Grayscale: #919191. Windows color (decimal): -3902550 or 11170756. OLE color: 11170756.
HSL color Cylindrical-coordinate representation of color #C473AA: hue angle of 319.26º 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 #C473AA is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 170 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.23 |
| HSL | 319.26º | 0.41% | 0.61% | - |
| HSV(B) | 319.26º | 0.41% | 0.77% | - |
| XYZ | 36.15 | 26.9 | 41.32 | - |
| YUV | 145.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 170 | 0 | 0.41 | 0.13 | 0.23 | 319.26 | 0.41 | 0.61 |
| Hex | C4 | 73 | AA | 0 | 29 | D | 17 | 13F | 29 | 3D |
| Octal | 304 | 163 | 252 | 0 | 51 | 15 | 27 | 477 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10101010 | 0 | 101001 | 1101 | 10111 | 100111111 | 101001 | 111101 |
Color Harmonies of #C473AA
Complementary color
Monochromatic Colors of #C473AA
Black with #C473AA
Text Example
Text Example
White with #C473AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473AA; }
p { color: rgb(196,115,170); }
H1.HeaderClassName
{
color: #C473AA;
}
.AnyTagClassName
{
color: #C473AA;
}
</style>
background-color css
<style>
a { background-color: #C473AA; }
a { background-color: rgb(196,115,170); }
div.DivClassName
{
background-color: #C473AA;
}
.BgClassName
{
background-color: #C473AA;
}
</style>
border-color css
<style>
span { border-color: #C473AA; }
span { border-color: rgb(196,115,170); }
td.TdClassName
{
border-color: #C473AA;
}
.TagClassName
{
border-color: #C473AA;
}
</style>