Shades of Hopbush #C878AD
Tints of Hopbush #C878AD
RGB
CMYK
RGB Variations
Color information
#C878AD (or 0xC878AD) is known color: Hopbush. HEX triplet: C8, 78 and AD. RGB value is (200,120,173). Sum of RGB (Red+Green+Blue) = 200+120+173=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C878AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C878AD is #378752. Grayscale: #959595. Windows color (decimal): -3639123 or 11368648. OLE color: 11368648.
HSL color Cylindrical-coordinate representation of color #C878AD: hue angle of 320.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C878AD is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 173 | - |
| CMYK | 0 | 0.4 | 0.14 | 0.22 |
| HSL | 320.25º | 0.42% | 0.63% | - |
| HSV(B) | 320.25º | 0.4% | 0.78% | - |
| XYZ | 38.08 | 28.73 | 43.07 | - |
| YUV | 149.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 173 | 0 | 0.4 | 0.14 | 0.22 | 320.25 | 0.42 | 0.63 |
| Hex | C8 | 78 | AD | 0 | 28 | E | 16 | 140 | 2A | 3F |
| Octal | 310 | 170 | 255 | 0 | 50 | 16 | 26 | 500 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10101101 | 0 | 101000 | 1110 | 10110 | 101000000 | 101010 | 111111 |
Color Harmonies of #C878AD
Complementary color
Monochromatic Colors of #C878AD
Black with #C878AD
Text Example
Text Example
White with #C878AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878AD; }
p { color: rgb(200,120,173); }
H1.HeaderClassName
{
color: #C878AD;
}
.AnyTagClassName
{
color: #C878AD;
}
</style>
background-color css
<style>
a { background-color: #C878AD; }
a { background-color: rgb(200,120,173); }
div.DivClassName
{
background-color: #C878AD;
}
.BgClassName
{
background-color: #C878AD;
}
</style>
border-color css
<style>
span { border-color: #C878AD; }
span { border-color: rgb(200,120,173); }
td.TdClassName
{
border-color: #C878AD;
}
.TagClassName
{
border-color: #C878AD;
}
</style>