Shades of Hopbush #C7628C
Tints of Hopbush #C7628C
RGB
CMYK
RGB Variations
Color information
#C7628C (or 0xC7628C) is known color: Hopbush. HEX triplet: C7, 62 and 8C. RGB value is (199,98,140). Sum of RGB (Red+Green+Blue) = 199+98+140=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7628C is #389D73. Grayscale: #848484. Windows color (decimal): -3710324 or 9200327. OLE color: 9200327.
HSL color Cylindrical-coordinate representation of color #C7628C: hue angle of 335.05º 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 #C7628C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 140 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.22 |
| HSL | 335.05º | 0.47% | 0.58% | - |
| HSV(B) | 335.05º | 0.51% | 0.78% | - |
| XYZ | 32.65 | 22.77 | 27.49 | - |
| YUV | 132.99 | 131.96 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 140 | 0 | 0.51 | 0.30 | 0.22 | 335.05 | 0.47 | 0.58 |
| Hex | C7 | 62 | 8C | 0 | 33 | 1E | 16 | 14F | 2F | 3A |
| Octal | 307 | 142 | 214 | 0 | 63 | 36 | 26 | 517 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10001100 | 0 | 110011 | 11110 | 10110 | 101001111 | 101111 | 111010 |
Color Harmonies of #C7628C
Complementary color
Monochromatic Colors of #C7628C
Black with #C7628C
Text Example
Text Example
White with #C7628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7628C; }
p { color: rgb(199,98,140); }
H1.HeaderClassName
{
color: #C7628C;
}
.AnyTagClassName
{
color: #C7628C;
}
</style>
background-color css
<style>
a { background-color: #C7628C; }
a { background-color: rgb(199,98,140); }
div.DivClassName
{
background-color: #C7628C;
}
.BgClassName
{
background-color: #C7628C;
}
</style>
border-color css
<style>
span { border-color: #C7628C; }
span { border-color: rgb(199,98,140); }
td.TdClassName
{
border-color: #C7628C;
}
.TagClassName
{
border-color: #C7628C;
}
</style>