Shades of Hopbush #C76D9F
Tints of Hopbush #C76D9F
RGB
CMYK
RGB Variations
Color information
#C76D9F (or 0xC76D9F) is known color: Hopbush. HEX triplet: C7, 6D and 9F. RGB value is (199,109,159). Sum of RGB (Red+Green+Blue) = 199+109+159=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D9F is #389260. Grayscale: #8D8D8D. Windows color (decimal): -3707489 or 10448327. OLE color: 10448327.
HSL color Cylindrical-coordinate representation of color #C76D9F: hue angle of 326.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76D9F is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 159 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.22 |
| HSL | 326.67º | 0.45% | 0.6% | - |
| HSV(B) | 326.67º | 0.45% | 0.78% | - |
| XYZ | 35.28 | 25.58 | 35.88 | - |
| YUV | 141.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 159 | 0 | 0.45 | 0.20 | 0.22 | 326.67 | 0.45 | 0.6 |
| Hex | C7 | 6D | 9F | 0 | 2D | 14 | 16 | 147 | 2D | 3C |
| Octal | 307 | 155 | 237 | 0 | 55 | 24 | 26 | 507 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10011111 | 0 | 101101 | 10100 | 10110 | 101000111 | 101101 | 111100 |
Color Harmonies of #C76D9F
Complementary color
Monochromatic Colors of #C76D9F
Black with #C76D9F
Text Example
Text Example
White with #C76D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D9F; }
p { color: rgb(199,109,159); }
H1.HeaderClassName
{
color: #C76D9F;
}
.AnyTagClassName
{
color: #C76D9F;
}
</style>
background-color css
<style>
a { background-color: #C76D9F; }
a { background-color: rgb(199,109,159); }
div.DivClassName
{
background-color: #C76D9F;
}
.BgClassName
{
background-color: #C76D9F;
}
</style>
border-color css
<style>
span { border-color: #C76D9F; }
span { border-color: rgb(199,109,159); }
td.TdClassName
{
border-color: #C76D9F;
}
.TagClassName
{
border-color: #C76D9F;
}
</style>