Shades of Hopbush #C7629B
Tints of Hopbush #C7629B
RGB
CMYK
RGB Variations
Color information
#C7629B (or 0xC7629B) is known color: Hopbush. HEX triplet: C7, 62 and 9B. RGB value is (199,98,155). Sum of RGB (Red+Green+Blue) = 199+98+155=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7629B is #389D64. Grayscale: #868686. Windows color (decimal): -3710309 or 10183367. OLE color: 10183367.
HSL color Cylindrical-coordinate representation of color #C7629B: hue angle of 326.14º 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 #C7629B is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 155 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.22 |
| HSL | 326.14º | 0.47% | 0.58% | - |
| HSV(B) | 326.14º | 0.51% | 0.78% | - |
| XYZ | 33.84 | 23.24 | 33.71 | - |
| YUV | 134.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 155 | 0 | 0.51 | 0.22 | 0.22 | 326.14 | 0.47 | 0.58 |
| Hex | C7 | 62 | 9B | 0 | 33 | 16 | 16 | 146 | 2F | 3A |
| Octal | 307 | 142 | 233 | 0 | 63 | 26 | 26 | 506 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10011011 | 0 | 110011 | 10110 | 10110 | 101000110 | 101111 | 111010 |
Color Harmonies of #C7629B
Complementary color
Monochromatic Colors of #C7629B
Black with #C7629B
Text Example
Text Example
White with #C7629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7629B; }
p { color: rgb(199,98,155); }
H1.HeaderClassName
{
color: #C7629B;
}
.AnyTagClassName
{
color: #C7629B;
}
</style>
background-color css
<style>
a { background-color: #C7629B; }
a { background-color: rgb(199,98,155); }
div.DivClassName
{
background-color: #C7629B;
}
.BgClassName
{
background-color: #C7629B;
}
</style>
border-color css
<style>
span { border-color: #C7629B; }
span { border-color: rgb(199,98,155); }
td.TdClassName
{
border-color: #C7629B;
}
.TagClassName
{
border-color: #C7629B;
}
</style>