Shades of Hopbush #C5628F
Tints of Hopbush #C5628F
RGB
CMYK
RGB Variations
Color information
#C5628F (or 0xC5628F) is known color: Hopbush. HEX triplet: C5, 62 and 8F. RGB value is (197,98,143). Sum of RGB (Red+Green+Blue) = 197+98+143=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5628F is #3A9D70. Grayscale: #848484. Windows color (decimal): -3841393 or 9396933. OLE color: 9396933.
HSL color Cylindrical-coordinate representation of color #C5628F: hue angle of 332.73º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5628F is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 143 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.23 |
| HSL | 332.73º | 0.46% | 0.58% | - |
| HSV(B) | 332.73º | 0.5% | 0.77% | - |
| XYZ | 32.35 | 22.59 | 28.64 | - |
| YUV | 132.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 143 | 0 | 0.50 | 0.27 | 0.23 | 332.73 | 0.46 | 0.58 |
| Hex | C5 | 62 | 8F | 0 | 32 | 1B | 17 | 14D | 2E | 3A |
| Octal | 305 | 142 | 217 | 0 | 62 | 33 | 27 | 515 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10001111 | 0 | 110010 | 11011 | 10111 | 101001101 | 101110 | 111010 |
Color Harmonies of #C5628F
Complementary color
Monochromatic Colors of #C5628F
Black with #C5628F
Text Example
Text Example
White with #C5628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5628F; }
p { color: rgb(197,98,143); }
H1.HeaderClassName
{
color: #C5628F;
}
.AnyTagClassName
{
color: #C5628F;
}
</style>
background-color css
<style>
a { background-color: #C5628F; }
a { background-color: rgb(197,98,143); }
div.DivClassName
{
background-color: #C5628F;
}
.BgClassName
{
background-color: #C5628F;
}
</style>
border-color css
<style>
span { border-color: #C5628F; }
span { border-color: rgb(197,98,143); }
td.TdClassName
{
border-color: #C5628F;
}
.TagClassName
{
border-color: #C5628F;
}
</style>