Shades of Hopbush #C76186
Tints of Hopbush #C76186
RGB
CMYK
RGB Variations
Color information
#C76186 (or 0xC76186) is known color: Hopbush. HEX triplet: C7, 61 and 86. RGB value is (199,97,134). Sum of RGB (Red+Green+Blue) = 199+97+134=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C76186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76186 is #389E79. Grayscale: #838383. Windows color (decimal): -3710586 or 8806855. OLE color: 8806855.
HSL color Cylindrical-coordinate representation of color #C76186: hue angle of 338.24º 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 #C76186 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 134 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.22 |
| HSL | 338.24º | 0.48% | 0.58% | - |
| HSV(B) | 338.24º | 0.51% | 0.78% | - |
| XYZ | 32.13 | 22.41 | 25.19 | - |
| YUV | 131.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 134 | 0 | 0.51 | 0.33 | 0.22 | 338.24 | 0.48 | 0.58 |
| Hex | C7 | 61 | 86 | 0 | 33 | 21 | 16 | 152 | 30 | 3A |
| Octal | 307 | 141 | 206 | 0 | 63 | 41 | 26 | 522 | 60 | 72 |
| Binary | 11000111 | 1100001 | 10000110 | 0 | 110011 | 100001 | 10110 | 101010010 | 110000 | 111010 |
Color Harmonies of #C76186
Complementary color
Monochromatic Colors of #C76186
Black with #C76186
Text Example
Text Example
White with #C76186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76186; }
p { color: rgb(199,97,134); }
H1.HeaderClassName
{
color: #C76186;
}
.AnyTagClassName
{
color: #C76186;
}
</style>
background-color css
<style>
a { background-color: #C76186; }
a { background-color: rgb(199,97,134); }
div.DivClassName
{
background-color: #C76186;
}
.BgClassName
{
background-color: #C76186;
}
</style>
border-color css
<style>
span { border-color: #C76186; }
span { border-color: rgb(199,97,134); }
td.TdClassName
{
border-color: #C76186;
}
.TagClassName
{
border-color: #C76186;
}
</style>