Shades of Hopbush #C76FA0
Tints of Hopbush #C76FA0
RGB
CMYK
RGB Variations
Color information
#C76FA0 (or 0xC76FA0) is known color: Hopbush. HEX triplet: C7, 6F and A0. RGB value is (199,111,160). Sum of RGB (Red+Green+Blue) = 199+111+160=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FA0 is #38905F. Grayscale: #8E8E8E. Windows color (decimal): -3706976 or 10514375. OLE color: 10514375.
HSL color Cylindrical-coordinate representation of color #C76FA0: hue angle of 326.59º 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 #C76FA0 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 160 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.22 |
| HSL | 326.59º | 0.44% | 0.61% | - |
| HSV(B) | 326.59º | 0.44% | 0.78% | - |
| XYZ | 35.58 | 26.05 | 36.41 | - |
| YUV | 142.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 160 | 0 | 0.44 | 0.20 | 0.22 | 326.59 | 0.44 | 0.61 |
| Hex | C7 | 6F | A0 | 0 | 2C | 14 | 16 | 147 | 2C | 3D |
| Octal | 307 | 157 | 240 | 0 | 54 | 24 | 26 | 507 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10100000 | 0 | 101100 | 10100 | 10110 | 101000111 | 101100 | 111101 |
Color Harmonies of #C76FA0
Complementary color
Monochromatic Colors of #C76FA0
Black with #C76FA0
Text Example
Text Example
White with #C76FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FA0; }
p { color: rgb(199,111,160); }
H1.HeaderClassName
{
color: #C76FA0;
}
.AnyTagClassName
{
color: #C76FA0;
}
</style>
background-color css
<style>
a { background-color: #C76FA0; }
a { background-color: rgb(199,111,160); }
div.DivClassName
{
background-color: #C76FA0;
}
.BgClassName
{
background-color: #C76FA0;
}
</style>
border-color css
<style>
span { border-color: #C76FA0; }
span { border-color: rgb(199,111,160); }
td.TdClassName
{
border-color: #C76FA0;
}
.TagClassName
{
border-color: #C76FA0;
}
</style>