Shades of Hopbush #C76187
Tints of Hopbush #C76187
RGB
CMYK
RGB Variations
Color information
#C76187 (or 0xC76187) is known color: Hopbush. HEX triplet: C7, 61 and 87. RGB value is (199,97,135). Sum of RGB (Red+Green+Blue) = 199+97+135=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76187 is #389E78. Grayscale: #838383. Windows color (decimal): -3710585 or 8872391. OLE color: 8872391.
HSL color Cylindrical-coordinate representation of color #C76187: hue angle of 337.65º 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 #C76187 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 135 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.22 |
| HSL | 337.65º | 0.48% | 0.58% | - |
| HSV(B) | 337.65º | 0.51% | 0.78% | - |
| XYZ | 32.2 | 22.44 | 25.56 | - |
| YUV | 131.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 135 | 0 | 0.51 | 0.32 | 0.22 | 337.65 | 0.48 | 0.58 |
| Hex | C7 | 61 | 87 | 0 | 33 | 20 | 16 | 152 | 30 | 3A |
| Octal | 307 | 141 | 207 | 0 | 63 | 40 | 26 | 522 | 60 | 72 |
| Binary | 11000111 | 1100001 | 10000111 | 0 | 110011 | 100000 | 10110 | 101010010 | 110000 | 111010 |
Color Harmonies of #C76187
Complementary color
Monochromatic Colors of #C76187
Black with #C76187
Text Example
Text Example
White with #C76187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76187; }
p { color: rgb(199,97,135); }
H1.HeaderClassName
{
color: #C76187;
}
.AnyTagClassName
{
color: #C76187;
}
</style>
background-color css
<style>
a { background-color: #C76187; }
a { background-color: rgb(199,97,135); }
div.DivClassName
{
background-color: #C76187;
}
.BgClassName
{
background-color: #C76187;
}
</style>
border-color css
<style>
span { border-color: #C76187; }
span { border-color: rgb(199,97,135); }
td.TdClassName
{
border-color: #C76187;
}
.TagClassName
{
border-color: #C76187;
}
</style>