Shades of Hopbush #C878AA
Tints of Hopbush #C878AA
RGB
CMYK
RGB Variations
Color information
#C878AA (or 0xC878AA) is known color: Hopbush. HEX triplet: C8, 78 and AA. RGB value is (200,120,170). Sum of RGB (Red+Green+Blue) = 200+120+170=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C878AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C878AA is #378755. Grayscale: #959595. Windows color (decimal): -3639126 or 11172040. OLE color: 11172040.
HSL color Cylindrical-coordinate representation of color #C878AA: hue angle of 322.5º 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 #C878AA is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 170 | - |
| CMYK | 0 | 0.4 | 0.15 | 0.22 |
| HSL | 322.5º | 0.42% | 0.63% | - |
| HSV(B) | 322.5º | 0.4% | 0.78% | - |
| XYZ | 37.79 | 28.61 | 41.56 | - |
| YUV | 149.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 170 | 0 | 0.4 | 0.15 | 0.22 | 322.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | AA | 0 | 28 | F | 16 | 142 | 2A | 3F |
| Octal | 310 | 170 | 252 | 0 | 50 | 17 | 26 | 502 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10101010 | 0 | 101000 | 1111 | 10110 | 101000010 | 101010 | 111111 |
Color Harmonies of #C878AA
Complementary color
Monochromatic Colors of #C878AA
Black with #C878AA
Text Example
Text Example
White with #C878AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878AA; }
p { color: rgb(200,120,170); }
H1.HeaderClassName
{
color: #C878AA;
}
.AnyTagClassName
{
color: #C878AA;
}
</style>
background-color css
<style>
a { background-color: #C878AA; }
a { background-color: rgb(200,120,170); }
div.DivClassName
{
background-color: #C878AA;
}
.BgClassName
{
background-color: #C878AA;
}
</style>
border-color css
<style>
span { border-color: #C878AA; }
span { border-color: rgb(200,120,170); }
td.TdClassName
{
border-color: #C878AA;
}
.TagClassName
{
border-color: #C878AA;
}
</style>