Shades of Hopbush #C7629D
Tints of Hopbush #C7629D
RGB
CMYK
RGB Variations
Color information
#C7629D (or 0xC7629D) is known color: Hopbush. HEX triplet: C7, 62 and 9D. RGB value is (199,98,157). Sum of RGB (Red+Green+Blue) = 199+98+157=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7629D is #389D62. Grayscale: #868686. Windows color (decimal): -3710307 or 10314439. OLE color: 10314439.
HSL color Cylindrical-coordinate representation of color #C7629D: hue angle of 324.95º degrees, saturation: 0.47, 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 #C7629D is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 157 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.22 |
| HSL | 324.95º | 0.47% | 0.58% | - |
| HSV(B) | 324.95º | 0.51% | 0.78% | - |
| XYZ | 34.01 | 23.31 | 34.61 | - |
| YUV | 134.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 157 | 0 | 0.51 | 0.21 | 0.22 | 324.95 | 0.47 | 0.58 |
| Hex | C7 | 62 | 9D | 0 | 33 | 15 | 16 | 145 | 2F | 3A |
| Octal | 307 | 142 | 235 | 0 | 63 | 25 | 26 | 505 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10011101 | 0 | 110011 | 10101 | 10110 | 101000101 | 101111 | 111010 |
Color Harmonies of #C7629D
Complementary color
Monochromatic Colors of #C7629D
Black with #C7629D
Text Example
Text Example
White with #C7629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7629D; }
p { color: rgb(199,98,157); }
H1.HeaderClassName
{
color: #C7629D;
}
.AnyTagClassName
{
color: #C7629D;
}
</style>
background-color css
<style>
a { background-color: #C7629D; }
a { background-color: rgb(199,98,157); }
div.DivClassName
{
background-color: #C7629D;
}
.BgClassName
{
background-color: #C7629D;
}
</style>
border-color css
<style>
span { border-color: #C7629D; }
span { border-color: rgb(199,98,157); }
td.TdClassName
{
border-color: #C7629D;
}
.TagClassName
{
border-color: #C7629D;
}
</style>