Shades of Hopbush #C473A6
Tints of Hopbush #C473A6
RGB
CMYK
RGB Variations
Color information
#C473A6 (or 0xC473A6) is known color: Hopbush. HEX triplet: C4, 73 and A6. RGB value is (196,115,166). Sum of RGB (Red+Green+Blue) = 196+115+166=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C473A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473A6 is #3B8C59. Grayscale: #909090. Windows color (decimal): -3902554 or 10908612. OLE color: 10908612.
HSL color Cylindrical-coordinate representation of color #C473A6: hue angle of 322.22º 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 #C473A6 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 166 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.23 |
| HSL | 322.22º | 0.41% | 0.61% | - |
| HSV(B) | 322.22º | 0.41% | 0.77% | - |
| XYZ | 35.78 | 26.75 | 39.35 | - |
| YUV | 145.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 166 | 0 | 0.41 | 0.15 | 0.23 | 322.22 | 0.41 | 0.61 |
| Hex | C4 | 73 | A6 | 0 | 29 | F | 17 | 142 | 29 | 3D |
| Octal | 304 | 163 | 246 | 0 | 51 | 17 | 27 | 502 | 51 | 75 |
| Binary | 11000100 | 1110011 | 10100110 | 0 | 101001 | 1111 | 10111 | 101000010 | 101001 | 111101 |
Color Harmonies of #C473A6
Complementary color
Monochromatic Colors of #C473A6
Black with #C473A6
Text Example
Text Example
White with #C473A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473A6; }
p { color: rgb(196,115,166); }
H1.HeaderClassName
{
color: #C473A6;
}
.AnyTagClassName
{
color: #C473A6;
}
</style>
background-color css
<style>
a { background-color: #C473A6; }
a { background-color: rgb(196,115,166); }
div.DivClassName
{
background-color: #C473A6;
}
.BgClassName
{
background-color: #C473A6;
}
</style>
border-color css
<style>
span { border-color: #C473A6; }
span { border-color: rgb(196,115,166); }
td.TdClassName
{
border-color: #C473A6;
}
.TagClassName
{
border-color: #C473A6;
}
</style>