Shades of Hopbush #C76D95
Tints of Hopbush #C76D95
RGB
CMYK
RGB Variations
Color information
#C76D95 (or 0xC76D95) is known color: Hopbush. HEX triplet: C7, 6D and 95. RGB value is (199,109,149). Sum of RGB (Red+Green+Blue) = 199+109+149=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D95 is #38926A. Grayscale: #8C8C8C. Windows color (decimal): -3707499 or 9792967. OLE color: 9792967.
HSL color Cylindrical-coordinate representation of color #C76D95: hue angle of 333.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 #C76D95 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 149 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.22 |
| HSL | 333.33º | 0.45% | 0.6% | - |
| HSV(B) | 333.33º | 0.45% | 0.78% | - |
| XYZ | 34.45 | 25.25 | 31.49 | - |
| YUV | 140.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 149 | 0 | 0.45 | 0.25 | 0.22 | 333.33 | 0.45 | 0.6 |
| Hex | C7 | 6D | 95 | 0 | 2D | 19 | 16 | 14D | 2D | 3C |
| Octal | 307 | 155 | 225 | 0 | 55 | 31 | 26 | 515 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10010101 | 0 | 101101 | 11001 | 10110 | 101001101 | 101101 | 111100 |
Color Harmonies of #C76D95
Complementary color
Monochromatic Colors of #C76D95
Black with #C76D95
Text Example
Text Example
White with #C76D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D95; }
p { color: rgb(199,109,149); }
H1.HeaderClassName
{
color: #C76D95;
}
.AnyTagClassName
{
color: #C76D95;
}
</style>
background-color css
<style>
a { background-color: #C76D95; }
a { background-color: rgb(199,109,149); }
div.DivClassName
{
background-color: #C76D95;
}
.BgClassName
{
background-color: #C76D95;
}
</style>
border-color css
<style>
span { border-color: #C76D95; }
span { border-color: rgb(199,109,149); }
td.TdClassName
{
border-color: #C76D95;
}
.TagClassName
{
border-color: #C76D95;
}
</style>