Shades of Hopbush #C76D94
Tints of Hopbush #C76D94
RGB
CMYK
RGB Variations
Color information
#C76D94 (or 0xC76D94) is known color: Hopbush. HEX triplet: C7, 6D and 94. RGB value is (199,109,148). Sum of RGB (Red+Green+Blue) = 199+109+148=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D94 is #38926B. Grayscale: #8C8C8C. Windows color (decimal): -3707500 or 9727431. OLE color: 9727431.
HSL color Cylindrical-coordinate representation of color #C76D94: hue angle of 334º 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 #C76D94 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 148 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.22 |
| HSL | 334º | 0.45% | 0.6% | - |
| HSV(B) | 334º | 0.45% | 0.78% | - |
| XYZ | 34.37 | 25.22 | 31.07 | - |
| YUV | 140.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 148 | 0 | 0.45 | 0.26 | 0.22 | 334 | 0.45 | 0.6 |
| Hex | C7 | 6D | 94 | 0 | 2D | 1A | 16 | 14E | 2D | 3C |
| Octal | 307 | 155 | 224 | 0 | 55 | 32 | 26 | 516 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10010100 | 0 | 101101 | 11010 | 10110 | 101001110 | 101101 | 111100 |
Color Harmonies of #C76D94
Complementary color
Monochromatic Colors of #C76D94
Black with #C76D94
Text Example
Text Example
White with #C76D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D94; }
p { color: rgb(199,109,148); }
H1.HeaderClassName
{
color: #C76D94;
}
.AnyTagClassName
{
color: #C76D94;
}
</style>
background-color css
<style>
a { background-color: #C76D94; }
a { background-color: rgb(199,109,148); }
div.DivClassName
{
background-color: #C76D94;
}
.BgClassName
{
background-color: #C76D94;
}
</style>
border-color css
<style>
span { border-color: #C76D94; }
span { border-color: rgb(199,109,148); }
td.TdClassName
{
border-color: #C76D94;
}
.TagClassName
{
border-color: #C76D94;
}
</style>