Shades of Hopbush #C76487
Tints of Hopbush #C76487
RGB
CMYK
RGB Variations
Color information
#C76487 (or 0xC76487) is known color: Hopbush. HEX triplet: C7, 64 and 87. RGB value is (199,100,135). Sum of RGB (Red+Green+Blue) = 199+100+135=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C76487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76487 is #389B78. Grayscale: #858585. Windows color (decimal): -3709817 or 8873159. OLE color: 8873159.
HSL color Cylindrical-coordinate representation of color #C76487: hue angle of 338.79º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76487 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 135 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.22 |
| HSL | 338.79º | 0.47% | 0.59% | - |
| HSV(B) | 338.79º | 0.5% | 0.78% | - |
| XYZ | 32.48 | 23.01 | 25.65 | - |
| YUV | 133.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 135 | 0 | 0.50 | 0.32 | 0.22 | 338.79 | 0.47 | 0.59 |
| Hex | C7 | 64 | 87 | 0 | 32 | 20 | 16 | 153 | 2F | 3B |
| Octal | 307 | 144 | 207 | 0 | 62 | 40 | 26 | 523 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10000111 | 0 | 110010 | 100000 | 10110 | 101010011 | 101111 | 111011 |
Color Harmonies of #C76487
Complementary color
Monochromatic Colors of #C76487
Black with #C76487
Text Example
Text Example
White with #C76487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76487; }
p { color: rgb(199,100,135); }
H1.HeaderClassName
{
color: #C76487;
}
.AnyTagClassName
{
color: #C76487;
}
</style>
background-color css
<style>
a { background-color: #C76487; }
a { background-color: rgb(199,100,135); }
div.DivClassName
{
background-color: #C76487;
}
.BgClassName
{
background-color: #C76487;
}
</style>
border-color css
<style>
span { border-color: #C76487; }
span { border-color: rgb(199,100,135); }
td.TdClassName
{
border-color: #C76487;
}
.TagClassName
{
border-color: #C76487;
}
</style>