Shades of Hopbush #C76195
Tints of Hopbush #C76195
RGB
CMYK
RGB Variations
Color information
#C76195 (or 0xC76195) is known color: Hopbush. HEX triplet: C7, 61 and 95. RGB value is (199,97,149). Sum of RGB (Red+Green+Blue) = 199+97+149=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C76195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76195 is #389E6A. Grayscale: #858585. Windows color (decimal): -3710571 or 9789895. OLE color: 9789895.
HSL color Cylindrical-coordinate representation of color #C76195: hue angle of 329.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76195 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 149 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.22 |
| HSL | 329.41º | 0.48% | 0.58% | - |
| HSV(B) | 329.41º | 0.51% | 0.78% | - |
| XYZ | 33.25 | 22.86 | 31.09 | - |
| YUV | 133.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 149 | 0 | 0.51 | 0.25 | 0.22 | 329.41 | 0.48 | 0.58 |
| Hex | C7 | 61 | 95 | 0 | 33 | 19 | 16 | 149 | 30 | 3A |
| Octal | 307 | 141 | 225 | 0 | 63 | 31 | 26 | 511 | 60 | 72 |
| Binary | 11000111 | 1100001 | 10010101 | 0 | 110011 | 11001 | 10110 | 101001001 | 110000 | 111010 |
Color Harmonies of #C76195
Complementary color
Monochromatic Colors of #C76195
Black with #C76195
Text Example
Text Example
White with #C76195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76195; }
p { color: rgb(199,97,149); }
H1.HeaderClassName
{
color: #C76195;
}
.AnyTagClassName
{
color: #C76195;
}
</style>
background-color css
<style>
a { background-color: #C76195; }
a { background-color: rgb(199,97,149); }
div.DivClassName
{
background-color: #C76195;
}
.BgClassName
{
background-color: #C76195;
}
</style>
border-color css
<style>
span { border-color: #C76195; }
span { border-color: rgb(199,97,149); }
td.TdClassName
{
border-color: #C76195;
}
.TagClassName
{
border-color: #C76195;
}
</style>