Shades of Hopbush #C76F9C
Tints of Hopbush #C76F9C
RGB
CMYK
RGB Variations
Color information
#C76F9C (or 0xC76F9C) is known color: Hopbush. HEX triplet: C7, 6F and 9C. RGB value is (199,111,156). Sum of RGB (Red+Green+Blue) = 199+111+156=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F9C is #389063. Grayscale: #8E8E8E. Windows color (decimal): -3706980 or 10252231. OLE color: 10252231.
HSL color Cylindrical-coordinate representation of color #C76F9C: hue angle of 329.32º 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 #C76F9C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 156 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.22 |
| HSL | 329.32º | 0.44% | 0.61% | - |
| HSV(B) | 329.32º | 0.44% | 0.78% | - |
| XYZ | 35.24 | 25.91 | 34.6 | - |
| YUV | 142.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 156 | 0 | 0.44 | 0.22 | 0.22 | 329.32 | 0.44 | 0.61 |
| Hex | C7 | 6F | 9C | 0 | 2C | 16 | 16 | 149 | 2C | 3D |
| Octal | 307 | 157 | 234 | 0 | 54 | 26 | 26 | 511 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10011100 | 0 | 101100 | 10110 | 10110 | 101001001 | 101100 | 111101 |
Color Harmonies of #C76F9C
Complementary color
Monochromatic Colors of #C76F9C
Black with #C76F9C
Text Example
Text Example
White with #C76F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F9C; }
p { color: rgb(199,111,156); }
H1.HeaderClassName
{
color: #C76F9C;
}
.AnyTagClassName
{
color: #C76F9C;
}
</style>
background-color css
<style>
a { background-color: #C76F9C; }
a { background-color: rgb(199,111,156); }
div.DivClassName
{
background-color: #C76F9C;
}
.BgClassName
{
background-color: #C76F9C;
}
</style>
border-color css
<style>
span { border-color: #C76F9C; }
span { border-color: rgb(199,111,156); }
td.TdClassName
{
border-color: #C76F9C;
}
.TagClassName
{
border-color: #C76F9C;
}
</style>