Shades of Hopbush #C76D9C
Tints of Hopbush #C76D9C
RGB
CMYK
RGB Variations
Color information
#C76D9C (or 0xC76D9C) is known color: Hopbush. HEX triplet: C7, 6D and 9C. RGB value is (199,109,156). Sum of RGB (Red+Green+Blue) = 199+109+156=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D9C is #389263. Grayscale: #8D8D8D. Windows color (decimal): -3707492 or 10251719. OLE color: 10251719.
HSL color Cylindrical-coordinate representation of color #C76D9C: hue angle of 328.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 #C76D9C is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 156 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.22 |
| HSL | 328.67º | 0.45% | 0.6% | - |
| HSV(B) | 328.67º | 0.45% | 0.78% | - |
| XYZ | 35.02 | 25.48 | 34.52 | - |
| YUV | 141.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 156 | 0 | 0.45 | 0.22 | 0.22 | 328.67 | 0.45 | 0.6 |
| Hex | C7 | 6D | 9C | 0 | 2D | 16 | 16 | 149 | 2D | 3C |
| Octal | 307 | 155 | 234 | 0 | 55 | 26 | 26 | 511 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10011100 | 0 | 101101 | 10110 | 10110 | 101001001 | 101101 | 111100 |
Color Harmonies of #C76D9C
Complementary color
Monochromatic Colors of #C76D9C
Black with #C76D9C
Text Example
Text Example
White with #C76D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D9C; }
p { color: rgb(199,109,156); }
H1.HeaderClassName
{
color: #C76D9C;
}
.AnyTagClassName
{
color: #C76D9C;
}
</style>
background-color css
<style>
a { background-color: #C76D9C; }
a { background-color: rgb(199,109,156); }
div.DivClassName
{
background-color: #C76D9C;
}
.BgClassName
{
background-color: #C76D9C;
}
</style>
border-color css
<style>
span { border-color: #C76D9C; }
span { border-color: rgb(199,109,156); }
td.TdClassName
{
border-color: #C76D9C;
}
.TagClassName
{
border-color: #C76D9C;
}
</style>