Shades of Hopbush #C76C9D
Tints of Hopbush #C76C9D
RGB
CMYK
RGB Variations
Color information
#C76C9D (or 0xC76C9D) is known color: Hopbush. HEX triplet: C7, 6C and 9D. RGB value is (199,108,157). Sum of RGB (Red+Green+Blue) = 199+108+157=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76C9D is #389362. Grayscale: #8C8C8C. Windows color (decimal): -3707747 or 10316999. OLE color: 10316999.
HSL color Cylindrical-coordinate representation of color #C76C9D: hue angle of 327.69º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76C9D is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 157 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.22 |
| HSL | 327.69º | 0.45% | 0.6% | - |
| HSV(B) | 327.69º | 0.46% | 0.78% | - |
| XYZ | 35 | 25.3 | 34.94 | - |
| YUV | 140.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 157 | 0 | 0.46 | 0.21 | 0.22 | 327.69 | 0.45 | 0.6 |
| Hex | C7 | 6C | 9D | 0 | 2E | 15 | 16 | 148 | 2D | 3C |
| Octal | 307 | 154 | 235 | 0 | 56 | 25 | 26 | 510 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10011101 | 0 | 101110 | 10101 | 10110 | 101001000 | 101101 | 111100 |
Color Harmonies of #C76C9D
Complementary color
Monochromatic Colors of #C76C9D
Black with #C76C9D
Text Example
Text Example
White with #C76C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C9D; }
p { color: rgb(199,108,157); }
H1.HeaderClassName
{
color: #C76C9D;
}
.AnyTagClassName
{
color: #C76C9D;
}
</style>
background-color css
<style>
a { background-color: #C76C9D; }
a { background-color: rgb(199,108,157); }
div.DivClassName
{
background-color: #C76C9D;
}
.BgClassName
{
background-color: #C76C9D;
}
</style>
border-color css
<style>
span { border-color: #C76C9D; }
span { border-color: rgb(199,108,157); }
td.TdClassName
{
border-color: #C76C9D;
}
.TagClassName
{
border-color: #C76C9D;
}
</style>