Shades of Hopbush #C473AB
Tints of Hopbush #C473AB
RGB
CMYK
RGB Variations
Color information
#C473AB (or 0xC473AB) is known color: Hopbush. HEX triplet: C4, 73 and AB. RGB value is (196,115,171). Sum of RGB (Red+Green+Blue) = 196+115+171=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C473AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473AB is #3B8C54. Grayscale: #919191. Windows color (decimal): -3902549 or 11236292. OLE color: 11236292.
HSL color Cylindrical-coordinate representation of color #C473AB: hue angle of 318.52º 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 #C473AB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 171 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.23 |
| HSL | 318.52º | 0.41% | 0.61% | - |
| HSV(B) | 318.52º | 0.41% | 0.77% | - |
| XYZ | 36.25 | 26.94 | 41.82 | - |
| YUV | 145.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 171 | 0 | 0.41 | 0.13 | 0.23 | 318.52 | 0.41 | 0.61 |
| Hex | C4 | 73 | AB | 0 | 29 | D | 17 | 13F | 29 | 3D |
| Octal | 304 | 163 | 253 | 0 | 51 | 15 | 27 | 477 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10101011 | 0 | 101001 | 1101 | 10111 | 100111111 | 101001 | 111101 |
Color Harmonies of #C473AB
Complementary color
Monochromatic Colors of #C473AB
Black with #C473AB
Text Example
Text Example
White with #C473AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473AB; }
p { color: rgb(196,115,171); }
H1.HeaderClassName
{
color: #C473AB;
}
.AnyTagClassName
{
color: #C473AB;
}
</style>
background-color css
<style>
a { background-color: #C473AB; }
a { background-color: rgb(196,115,171); }
div.DivClassName
{
background-color: #C473AB;
}
.BgClassName
{
background-color: #C473AB;
}
</style>
border-color css
<style>
span { border-color: #C473AB; }
span { border-color: rgb(196,115,171); }
td.TdClassName
{
border-color: #C473AB;
}
.TagClassName
{
border-color: #C473AB;
}
</style>