Shades of Hopbush #C876B0
Tints of Hopbush #C876B0
RGB
CMYK
RGB Variations
Color information
#C876B0 (or 0xC876B0) is known color: Hopbush. HEX triplet: C8, 76 and B0. RGB value is (200,118,176). Sum of RGB (Red+Green+Blue) = 200+118+176=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C876B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C876B0 is #37894F. Grayscale: #949494. Windows color (decimal): -3639632 or 11564744. OLE color: 11564744.
HSL color Cylindrical-coordinate representation of color #C876B0: hue angle of 317.56º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C876B0 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 176 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.22 |
| HSL | 317.56º | 0.43% | 0.62% | - |
| HSV(B) | 317.56º | 0.41% | 0.78% | - |
| XYZ | 38.13 | 28.37 | 44.54 | - |
| YUV | 149.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 176 | 0 | 0.41 | 0.12 | 0.22 | 317.56 | 0.43 | 0.62 |
| Hex | C8 | 76 | B0 | 0 | 29 | C | 16 | 13E | 2B | 3E |
| Octal | 310 | 166 | 260 | 0 | 51 | 14 | 26 | 476 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10110000 | 0 | 101001 | 1100 | 10110 | 100111110 | 101011 | 111110 |
Color Harmonies of #C876B0
Complementary color
Monochromatic Colors of #C876B0
Black with #C876B0
Text Example
Text Example
White with #C876B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876B0; }
p { color: rgb(200,118,176); }
H1.HeaderClassName
{
color: #C876B0;
}
.AnyTagClassName
{
color: #C876B0;
}
</style>
background-color css
<style>
a { background-color: #C876B0; }
a { background-color: rgb(200,118,176); }
div.DivClassName
{
background-color: #C876B0;
}
.BgClassName
{
background-color: #C876B0;
}
</style>
border-color css
<style>
span { border-color: #C876B0; }
span { border-color: rgb(200,118,176); }
td.TdClassName
{
border-color: #C876B0;
}
.TagClassName
{
border-color: #C876B0;
}
</style>