Shades of Hopbush #C8628D
Tints of Hopbush #C8628D
RGB
CMYK
RGB Variations
Color information
#C8628D (or 0xC8628D) is known color: Hopbush. HEX triplet: C8, 62 and 8D. RGB value is (200,98,141). Sum of RGB (Red+Green+Blue) = 200+98+141=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8628D is #379D72. Grayscale: #858585. Windows color (decimal): -3644787 or 9265864. OLE color: 9265864.
HSL color Cylindrical-coordinate representation of color #C8628D: hue angle of 334.71º degrees, saturation: 0.48, 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 #C8628D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 141 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.22 |
| HSL | 334.71º | 0.48% | 0.58% | - |
| HSV(B) | 334.71º | 0.51% | 0.78% | - |
| XYZ | 32.99 | 22.94 | 27.89 | - |
| YUV | 133.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 141 | 0 | 0.51 | 0.29 | 0.22 | 334.71 | 0.48 | 0.58 |
| Hex | C8 | 62 | 8D | 0 | 33 | 1D | 16 | 14F | 30 | 3A |
| Octal | 310 | 142 | 215 | 0 | 63 | 35 | 26 | 517 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10001101 | 0 | 110011 | 11101 | 10110 | 101001111 | 110000 | 111010 |
Color Harmonies of #C8628D
Complementary color
Monochromatic Colors of #C8628D
Black with #C8628D
Text Example
Text Example
White with #C8628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8628D; }
p { color: rgb(200,98,141); }
H1.HeaderClassName
{
color: #C8628D;
}
.AnyTagClassName
{
color: #C8628D;
}
</style>
background-color css
<style>
a { background-color: #C8628D; }
a { background-color: rgb(200,98,141); }
div.DivClassName
{
background-color: #C8628D;
}
.BgClassName
{
background-color: #C8628D;
}
</style>
border-color css
<style>
span { border-color: #C8628D; }
span { border-color: rgb(200,98,141); }
td.TdClassName
{
border-color: #C8628D;
}
.TagClassName
{
border-color: #C8628D;
}
</style>