Shades of Hopbush #C772AA
Tints of Hopbush #C772AA
RGB
CMYK
RGB Variations
Color information
#C772AA (or 0xC772AA) is known color: Hopbush. HEX triplet: C7, 72 and AA. RGB value is (199,114,170). Sum of RGB (Red+Green+Blue) = 199+114+170=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C772AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772AA is #388D55. Grayscale: #919191. Windows color (decimal): -3706198 or 11170503. OLE color: 11170503.
HSL color Cylindrical-coordinate representation of color #C772AA: hue angle of 320.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C772AA is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 170 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.22 |
| HSL | 320.47º | 0.43% | 0.61% | - |
| HSV(B) | 320.47º | 0.43% | 0.78% | - |
| XYZ | 36.83 | 27.08 | 41.32 | - |
| YUV | 145.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 170 | 0 | 0.43 | 0.15 | 0.22 | 320.47 | 0.43 | 0.61 |
| Hex | C7 | 72 | AA | 0 | 2B | F | 16 | 140 | 2B | 3D |
| Octal | 307 | 162 | 252 | 0 | 53 | 17 | 26 | 500 | 53 | 75 |
| Binary | 11000111 | 1110010 | 10101010 | 0 | 101011 | 1111 | 10110 | 101000000 | 101011 | 111101 |
Color Harmonies of #C772AA
Complementary color
Monochromatic Colors of #C772AA
Black with #C772AA
Text Example
Text Example
White with #C772AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772AA; }
p { color: rgb(199,114,170); }
H1.HeaderClassName
{
color: #C772AA;
}
.AnyTagClassName
{
color: #C772AA;
}
</style>
background-color css
<style>
a { background-color: #C772AA; }
a { background-color: rgb(199,114,170); }
div.DivClassName
{
background-color: #C772AA;
}
.BgClassName
{
background-color: #C772AA;
}
</style>
border-color css
<style>
span { border-color: #C772AA; }
span { border-color: rgb(199,114,170); }
td.TdClassName
{
border-color: #C772AA;
}
.TagClassName
{
border-color: #C772AA;
}
</style>