Shades of Hopbush #C876A9
Tints of Hopbush #C876A9
RGB
CMYK
RGB Variations
Color information
#C876A9 (or 0xC876A9) is known color: Hopbush. HEX triplet: C8, 76 and A9. RGB value is (200,118,169). Sum of RGB (Red+Green+Blue) = 200+118+169=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C876A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C876A9 is #378956. Grayscale: #949494. Windows color (decimal): -3639639 or 11105992. OLE color: 11105992.
HSL color Cylindrical-coordinate representation of color #C876A9: hue angle of 322.68º 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 #C876A9 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 169 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.22 |
| HSL | 322.68º | 0.43% | 0.62% | - |
| HSV(B) | 322.68º | 0.41% | 0.78% | - |
| XYZ | 37.46 | 28.1 | 40.99 | - |
| YUV | 148.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 169 | 0 | 0.41 | 0.16 | 0.22 | 322.68 | 0.43 | 0.62 |
| Hex | C8 | 76 | A9 | 0 | 29 | 10 | 16 | 143 | 2B | 3E |
| Octal | 310 | 166 | 251 | 0 | 51 | 20 | 26 | 503 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10101001 | 0 | 101001 | 10000 | 10110 | 101000011 | 101011 | 111110 |
Color Harmonies of #C876A9
Complementary color
Monochromatic Colors of #C876A9
Black with #C876A9
Text Example
Text Example
White with #C876A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876A9; }
p { color: rgb(200,118,169); }
H1.HeaderClassName
{
color: #C876A9;
}
.AnyTagClassName
{
color: #C876A9;
}
</style>
background-color css
<style>
a { background-color: #C876A9; }
a { background-color: rgb(200,118,169); }
div.DivClassName
{
background-color: #C876A9;
}
.BgClassName
{
background-color: #C876A9;
}
</style>
border-color css
<style>
span { border-color: #C876A9; }
span { border-color: rgb(200,118,169); }
td.TdClassName
{
border-color: #C876A9;
}
.TagClassName
{
border-color: #C876A9;
}
</style>