Shades of Hopbush #C772A2
Tints of Hopbush #C772A2
RGB
CMYK
RGB Variations
Color information
#C772A2 (or 0xC772A2) is known color: Hopbush. HEX triplet: C7, 72 and A2. RGB value is (199,114,162). Sum of RGB (Red+Green+Blue) = 199+114+162=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C772A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772A2 is #388D5D. Grayscale: #909090. Windows color (decimal): -3706206 or 10646215. OLE color: 10646215.
HSL color Cylindrical-coordinate representation of color #C772A2: hue angle of 326.12º 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 #C772A2 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 162 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.22 |
| HSL | 326.12º | 0.43% | 0.61% | - |
| HSV(B) | 326.12º | 0.43% | 0.78% | - |
| XYZ | 36.09 | 26.79 | 37.45 | - |
| YUV | 144.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 162 | 0 | 0.43 | 0.19 | 0.22 | 326.12 | 0.43 | 0.61 |
| Hex | C7 | 72 | A2 | 0 | 2B | 13 | 16 | 146 | 2B | 3D |
| Octal | 307 | 162 | 242 | 0 | 53 | 23 | 26 | 506 | 53 | 75 |
| Binary | 11000111 | 1110010 | 10100010 | 0 | 101011 | 10011 | 10110 | 101000110 | 101011 | 111101 |
Color Harmonies of #C772A2
Complementary color
Monochromatic Colors of #C772A2
Black with #C772A2
Text Example
Text Example
White with #C772A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772A2; }
p { color: rgb(199,114,162); }
H1.HeaderClassName
{
color: #C772A2;
}
.AnyTagClassName
{
color: #C772A2;
}
</style>
background-color css
<style>
a { background-color: #C772A2; }
a { background-color: rgb(199,114,162); }
div.DivClassName
{
background-color: #C772A2;
}
.BgClassName
{
background-color: #C772A2;
}
</style>
border-color css
<style>
span { border-color: #C772A2; }
span { border-color: rgb(199,114,162); }
td.TdClassName
{
border-color: #C772A2;
}
.TagClassName
{
border-color: #C772A2;
}
</style>