Shades of Hopbush #C76C95
Tints of Hopbush #C76C95
RGB
CMYK
RGB Variations
Color information
#C76C95 (or 0xC76C95) is known color: Hopbush. HEX triplet: C7, 6C and 95. RGB value is (199,108,149). Sum of RGB (Red+Green+Blue) = 199+108+149=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76C95 is #38936A. Grayscale: #8B8B8B. Windows color (decimal): -3707755 or 9792711. OLE color: 9792711.
HSL color Cylindrical-coordinate representation of color #C76C95: hue angle of 332.97º 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 #C76C95 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 149 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.22 |
| HSL | 332.97º | 0.45% | 0.6% | - |
| HSV(B) | 332.97º | 0.46% | 0.78% | - |
| XYZ | 34.34 | 25.04 | 31.46 | - |
| YUV | 139.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 149 | 0 | 0.46 | 0.25 | 0.22 | 332.97 | 0.45 | 0.6 |
| Hex | C7 | 6C | 95 | 0 | 2E | 19 | 16 | 14D | 2D | 3C |
| Octal | 307 | 154 | 225 | 0 | 56 | 31 | 26 | 515 | 55 | 74 |
| Binary | 11000111 | 1101100 | 10010101 | 0 | 101110 | 11001 | 10110 | 101001101 | 101101 | 111100 |
Color Harmonies of #C76C95
Complementary color
Monochromatic Colors of #C76C95
Black with #C76C95
Text Example
Text Example
White with #C76C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C95; }
p { color: rgb(199,108,149); }
H1.HeaderClassName
{
color: #C76C95;
}
.AnyTagClassName
{
color: #C76C95;
}
</style>
background-color css
<style>
a { background-color: #C76C95; }
a { background-color: rgb(199,108,149); }
div.DivClassName
{
background-color: #C76C95;
}
.BgClassName
{
background-color: #C76C95;
}
</style>
border-color css
<style>
span { border-color: #C76C95; }
span { border-color: rgb(199,108,149); }
td.TdClassName
{
border-color: #C76C95;
}
.TagClassName
{
border-color: #C76C95;
}
</style>