Shades of Hopbush #C770A3
Tints of Hopbush #C770A3
RGB
CMYK
RGB Variations
Color information
#C770A3 (or 0xC770A3) is known color: Hopbush. HEX triplet: C7, 70 and A3. RGB value is (199,112,163). Sum of RGB (Red+Green+Blue) = 199+112+163=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C770A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C770A3 is #388F5C. Grayscale: #8F8F8F. Windows color (decimal): -3706717 or 10711239. OLE color: 10711239.
HSL color Cylindrical-coordinate representation of color #C770A3: hue angle of 324.83º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770A3 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 163 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.22 |
| HSL | 324.83º | 0.44% | 0.61% | - |
| HSV(B) | 324.83º | 0.44% | 0.78% | - |
| XYZ | 35.96 | 26.37 | 37.85 | - |
| YUV | 143.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 163 | 0 | 0.44 | 0.18 | 0.22 | 324.83 | 0.44 | 0.61 |
| Hex | C7 | 70 | A3 | 0 | 2C | 12 | 16 | 145 | 2C | 3D |
| Octal | 307 | 160 | 243 | 0 | 54 | 22 | 26 | 505 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10100011 | 0 | 101100 | 10010 | 10110 | 101000101 | 101100 | 111101 |
Color Harmonies of #C770A3
Complementary color
Monochromatic Colors of #C770A3
Black with #C770A3
Text Example
Text Example
White with #C770A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770A3; }
p { color: rgb(199,112,163); }
H1.HeaderClassName
{
color: #C770A3;
}
.AnyTagClassName
{
color: #C770A3;
}
</style>
background-color css
<style>
a { background-color: #C770A3; }
a { background-color: rgb(199,112,163); }
div.DivClassName
{
background-color: #C770A3;
}
.BgClassName
{
background-color: #C770A3;
}
</style>
border-color css
<style>
span { border-color: #C770A3; }
span { border-color: rgb(199,112,163); }
td.TdClassName
{
border-color: #C770A3;
}
.TagClassName
{
border-color: #C770A3;
}
</style>