Shades of Hopbush #C472A0
Tints of Hopbush #C472A0
RGB
CMYK
RGB Variations
Color information
#C472A0 (or 0xC472A0) is known color: Hopbush. HEX triplet: C4, 72 and A0. RGB value is (196,114,160). Sum of RGB (Red+Green+Blue) = 196+114+160=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C472A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472A0 is #3B8D5F. Grayscale: #8F8F8F. Windows color (decimal): -3902816 or 10515140. OLE color: 10515140.
HSL color Cylindrical-coordinate representation of color #C472A0: hue angle of 326.34º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472A0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 160 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.23 |
| HSL | 326.34º | 0.41% | 0.61% | - |
| HSV(B) | 326.34º | 0.42% | 0.77% | - |
| XYZ | 35.13 | 26.31 | 36.48 | - |
| YUV | 143.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 160 | 0 | 0.42 | 0.18 | 0.23 | 326.34 | 0.41 | 0.61 |
| Hex | C4 | 72 | A0 | 0 | 2A | 12 | 17 | 146 | 29 | 3D |
| Octal | 304 | 162 | 240 | 0 | 52 | 22 | 27 | 506 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10100000 | 0 | 101010 | 10010 | 10111 | 101000110 | 101001 | 111101 |
Color Harmonies of #C472A0
Complementary color
Monochromatic Colors of #C472A0
Black with #C472A0
Text Example
Text Example
White with #C472A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472A0; }
p { color: rgb(196,114,160); }
H1.HeaderClassName
{
color: #C472A0;
}
.AnyTagClassName
{
color: #C472A0;
}
</style>
background-color css
<style>
a { background-color: #C472A0; }
a { background-color: rgb(196,114,160); }
div.DivClassName
{
background-color: #C472A0;
}
.BgClassName
{
background-color: #C472A0;
}
</style>
border-color css
<style>
span { border-color: #C472A0; }
span { border-color: rgb(196,114,160); }
td.TdClassName
{
border-color: #C472A0;
}
.TagClassName
{
border-color: #C472A0;
}
</style>