Shades of Hopbush #C76FA3
Tints of Hopbush #C76FA3
RGB
CMYK
RGB Variations
Color information
#C76FA3 (or 0xC76FA3) is known color: Hopbush. HEX triplet: C7, 6F and A3. RGB value is (199,111,163). Sum of RGB (Red+Green+Blue) = 199+111+163=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FA3 is #38905C. Grayscale: #8F8F8F. Windows color (decimal): -3706973 or 10710983. OLE color: 10710983.
HSL color Cylindrical-coordinate representation of color #C76FA3: hue angle of 324.55º 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 #C76FA3 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 163 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.22 |
| HSL | 324.55º | 0.44% | 0.61% | - |
| HSV(B) | 324.55º | 0.44% | 0.78% | - |
| XYZ | 35.85 | 26.16 | 37.81 | - |
| YUV | 143.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 163 | 0 | 0.44 | 0.18 | 0.22 | 324.55 | 0.44 | 0.61 |
| Hex | C7 | 6F | A3 | 0 | 2C | 12 | 16 | 145 | 2C | 3D |
| Octal | 307 | 157 | 243 | 0 | 54 | 22 | 26 | 505 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10100011 | 0 | 101100 | 10010 | 10110 | 101000101 | 101100 | 111101 |
Color Harmonies of #C76FA3
Complementary color
Monochromatic Colors of #C76FA3
Black with #C76FA3
Text Example
Text Example
White with #C76FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FA3; }
p { color: rgb(199,111,163); }
H1.HeaderClassName
{
color: #C76FA3;
}
.AnyTagClassName
{
color: #C76FA3;
}
</style>
background-color css
<style>
a { background-color: #C76FA3; }
a { background-color: rgb(199,111,163); }
div.DivClassName
{
background-color: #C76FA3;
}
.BgClassName
{
background-color: #C76FA3;
}
</style>
border-color css
<style>
span { border-color: #C76FA3; }
span { border-color: rgb(199,111,163); }
td.TdClassName
{
border-color: #C76FA3;
}
.TagClassName
{
border-color: #C76FA3;
}
</style>