Shades of Hopbush #C873A0
Tints of Hopbush #C873A0
RGB
CMYK
RGB Variations
Color information
#C873A0 (or 0xC873A0) is known color: Hopbush. HEX triplet: C8, 73 and A0. RGB value is (200,115,160). Sum of RGB (Red+Green+Blue) = 200+115+160=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C873A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C873A0 is #378C5F. Grayscale: #919191. Windows color (decimal): -3640416 or 10515400. OLE color: 10515400.
HSL color Cylindrical-coordinate representation of color #C873A0: hue angle of 328.24º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873A0 is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 160 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.22 |
| HSL | 328.24º | 0.44% | 0.62% | - |
| HSV(B) | 328.24º | 0.43% | 0.78% | - |
| XYZ | 36.3 | 27.08 | 36.57 | - |
| YUV | 145.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 160 | 0 | 0.42 | 0.2 | 0.22 | 328.24 | 0.44 | 0.62 |
| Hex | C8 | 73 | A0 | 0 | 2A | 14 | 16 | 148 | 2C | 3E |
| Octal | 310 | 163 | 240 | 0 | 52 | 24 | 26 | 510 | 54 | 76 |
| Binary | 11001000 | 1110011 | 10100000 | 0 | 101010 | 10100 | 10110 | 101001000 | 101100 | 111110 |
Color Harmonies of #C873A0
Complementary color
Monochromatic Colors of #C873A0
Black with #C873A0
Text Example
Text Example
White with #C873A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873A0; }
p { color: rgb(200,115,160); }
H1.HeaderClassName
{
color: #C873A0;
}
.AnyTagClassName
{
color: #C873A0;
}
</style>
background-color css
<style>
a { background-color: #C873A0; }
a { background-color: rgb(200,115,160); }
div.DivClassName
{
background-color: #C873A0;
}
.BgClassName
{
background-color: #C873A0;
}
</style>
border-color css
<style>
span { border-color: #C873A0; }
span { border-color: rgb(200,115,160); }
td.TdClassName
{
border-color: #C873A0;
}
.TagClassName
{
border-color: #C873A0;
}
</style>