Shades of Hopbush #C470A2
Tints of Hopbush #C470A2
RGB
CMYK
RGB Variations
Color information
#C470A2 (or 0xC470A2) is known color: Hopbush. HEX triplet: C4, 70 and A2. RGB value is (196,112,162). Sum of RGB (Red+Green+Blue) = 196+112+162=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C470A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C470A2 is #3B8F5D. Grayscale: #8E8E8E. Windows color (decimal): -3903326 or 10645700. OLE color: 10645700.
HSL color Cylindrical-coordinate representation of color #C470A2: hue angle of 324.29º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C470A2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 162 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.23 |
| HSL | 324.29º | 0.42% | 0.6% | - |
| HSV(B) | 324.29º | 0.43% | 0.77% | - |
| XYZ | 35.08 | 25.93 | 37.34 | - |
| YUV | 142.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 162 | 0 | 0.43 | 0.17 | 0.23 | 324.29 | 0.42 | 0.6 |
| Hex | C4 | 70 | A2 | 0 | 2B | 11 | 17 | 144 | 2A | 3C |
| Octal | 304 | 160 | 242 | 0 | 53 | 21 | 27 | 504 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10100010 | 0 | 101011 | 10001 | 10111 | 101000100 | 101010 | 111100 |
Color Harmonies of #C470A2
Complementary color
Monochromatic Colors of #C470A2
Black with #C470A2
Text Example
Text Example
White with #C470A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470A2; }
p { color: rgb(196,112,162); }
H1.HeaderClassName
{
color: #C470A2;
}
.AnyTagClassName
{
color: #C470A2;
}
</style>
background-color css
<style>
a { background-color: #C470A2; }
a { background-color: rgb(196,112,162); }
div.DivClassName
{
background-color: #C470A2;
}
.BgClassName
{
background-color: #C470A2;
}
</style>
border-color css
<style>
span { border-color: #C470A2; }
span { border-color: rgb(196,112,162); }
td.TdClassName
{
border-color: #C470A2;
}
.TagClassName
{
border-color: #C470A2;
}
</style>