Shades of Hopbush #C76D9E
Tints of Hopbush #C76D9E
RGB
CMYK
RGB Variations
Color information
#C76D9E (or 0xC76D9E) is known color: Hopbush. HEX triplet: C7, 6D and 9E. RGB value is (199,109,158). Sum of RGB (Red+Green+Blue) = 199+109+158=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D9E is #389261. Grayscale: #8D8D8D. Windows color (decimal): -3707490 or 10382791. OLE color: 10382791.
HSL color Cylindrical-coordinate representation of color #C76D9E: hue angle of 327.33º 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 #C76D9E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 158 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.22 |
| HSL | 327.33º | 0.45% | 0.6% | - |
| HSV(B) | 327.33º | 0.45% | 0.78% | - |
| XYZ | 35.19 | 25.55 | 35.42 | - |
| YUV | 141.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 158 | 0 | 0.45 | 0.21 | 0.22 | 327.33 | 0.45 | 0.6 |
| Hex | C7 | 6D | 9E | 0 | 2D | 15 | 16 | 147 | 2D | 3C |
| Octal | 307 | 155 | 236 | 0 | 55 | 25 | 26 | 507 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10011110 | 0 | 101101 | 10101 | 10110 | 101000111 | 101101 | 111100 |
Color Harmonies of #C76D9E
Complementary color
Monochromatic Colors of #C76D9E
Black with #C76D9E
Text Example
Text Example
White with #C76D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D9E; }
p { color: rgb(199,109,158); }
H1.HeaderClassName
{
color: #C76D9E;
}
.AnyTagClassName
{
color: #C76D9E;
}
</style>
background-color css
<style>
a { background-color: #C76D9E; }
a { background-color: rgb(199,109,158); }
div.DivClassName
{
background-color: #C76D9E;
}
.BgClassName
{
background-color: #C76D9E;
}
</style>
border-color css
<style>
span { border-color: #C76D9E; }
span { border-color: rgb(199,109,158); }
td.TdClassName
{
border-color: #C76D9E;
}
.TagClassName
{
border-color: #C76D9E;
}
</style>