Shades of Hopbush #C76887
Tints of Hopbush #C76887
RGB
CMYK
RGB Variations
Color information
#C76887 (or 0xC76887) is known color: Hopbush. HEX triplet: C7, 68 and 87. RGB value is (199,104,135). Sum of RGB (Red+Green+Blue) = 199+104+135=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C76887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76887 is #389778. Grayscale: #878787. Windows color (decimal): -3708793 or 8874183. OLE color: 8874183.
HSL color Cylindrical-coordinate representation of color #C76887: hue angle of 340.42º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76887 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 135 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.22 |
| HSL | 340.42º | 0.46% | 0.59% | - |
| HSV(B) | 340.42º | 0.48% | 0.78% | - |
| XYZ | 32.88 | 23.79 | 25.78 | - |
| YUV | 135.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 135 | 0 | 0.48 | 0.32 | 0.22 | 340.42 | 0.46 | 0.59 |
| Hex | C7 | 68 | 87 | 0 | 30 | 20 | 16 | 154 | 2E | 3B |
| Octal | 307 | 150 | 207 | 0 | 60 | 40 | 26 | 524 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10000111 | 0 | 110000 | 100000 | 10110 | 101010100 | 101110 | 111011 |
Color Harmonies of #C76887
Complementary color
Monochromatic Colors of #C76887
Black with #C76887
Text Example
Text Example
White with #C76887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76887; }
p { color: rgb(199,104,135); }
H1.HeaderClassName
{
color: #C76887;
}
.AnyTagClassName
{
color: #C76887;
}
</style>
background-color css
<style>
a { background-color: #C76887; }
a { background-color: rgb(199,104,135); }
div.DivClassName
{
background-color: #C76887;
}
.BgClassName
{
background-color: #C76887;
}
</style>
border-color css
<style>
span { border-color: #C76887; }
span { border-color: rgb(199,104,135); }
td.TdClassName
{
border-color: #C76887;
}
.TagClassName
{
border-color: #C76887;
}
</style>