Shades of Hopbush #C472AA
Tints of Hopbush #C472AA
RGB
CMYK
RGB Variations
Color information
#C472AA (or 0xC472AA) is known color: Hopbush. HEX triplet: C4, 72 and AA. RGB value is (196,114,170). Sum of RGB (Red+Green+Blue) = 196+114+170=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C472AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472AA is #3B8D55. Grayscale: #909090. Windows color (decimal): -3902806 or 11170500. OLE color: 11170500.
HSL color Cylindrical-coordinate representation of color #C472AA: hue angle of 319.02º 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 #C472AA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 170 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.23 |
| HSL | 319.02º | 0.41% | 0.61% | - |
| HSV(B) | 319.02º | 0.42% | 0.77% | - |
| XYZ | 36.04 | 26.67 | 41.28 | - |
| YUV | 144.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 170 | 0 | 0.42 | 0.13 | 0.23 | 319.02 | 0.41 | 0.61 |
| Hex | C4 | 72 | AA | 0 | 2A | D | 17 | 13F | 29 | 3D |
| Octal | 304 | 162 | 252 | 0 | 52 | 15 | 27 | 477 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10101010 | 0 | 101010 | 1101 | 10111 | 100111111 | 101001 | 111101 |
Color Harmonies of #C472AA
Complementary color
Monochromatic Colors of #C472AA
Black with #C472AA
Text Example
Text Example
White with #C472AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472AA; }
p { color: rgb(196,114,170); }
H1.HeaderClassName
{
color: #C472AA;
}
.AnyTagClassName
{
color: #C472AA;
}
</style>
background-color css
<style>
a { background-color: #C472AA; }
a { background-color: rgb(196,114,170); }
div.DivClassName
{
background-color: #C472AA;
}
.BgClassName
{
background-color: #C472AA;
}
</style>
border-color css
<style>
span { border-color: #C472AA; }
span { border-color: rgb(196,114,170); }
td.TdClassName
{
border-color: #C472AA;
}
.TagClassName
{
border-color: #C472AA;
}
</style>