Shades of Hopbush #C878A5
Tints of Hopbush #C878A5
RGB
CMYK
RGB Variations
Color information
#C878A5 (or 0xC878A5) is known color: Hopbush. HEX triplet: C8, 78 and A5. RGB value is (200,120,165). Sum of RGB (Red+Green+Blue) = 200+120+165=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C878A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C878A5 is #37875A. Grayscale: #949494. Windows color (decimal): -3639131 or 10844360. OLE color: 10844360.
HSL color Cylindrical-coordinate representation of color #C878A5: hue angle of 326.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 #C878A5 is Cyan = 0, Magento = 0.4, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 165 | - |
| CMYK | 0 | 0.4 | 0.18 | 0.22 |
| HSL | 326.25º | 0.42% | 0.63% | - |
| HSV(B) | 326.25º | 0.4% | 0.78% | - |
| XYZ | 37.33 | 28.43 | 39.12 | - |
| YUV | 149.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 165 | 0 | 0.4 | 0.18 | 0.22 | 326.25 | 0.42 | 0.63 |
| Hex | C8 | 78 | A5 | 0 | 28 | 12 | 16 | 146 | 2A | 3F |
| Octal | 310 | 170 | 245 | 0 | 50 | 22 | 26 | 506 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10100101 | 0 | 101000 | 10010 | 10110 | 101000110 | 101010 | 111111 |
Color Harmonies of #C878A5
Complementary color
Monochromatic Colors of #C878A5
Black with #C878A5
Text Example
Text Example
White with #C878A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878A5; }
p { color: rgb(200,120,165); }
H1.HeaderClassName
{
color: #C878A5;
}
.AnyTagClassName
{
color: #C878A5;
}
</style>
background-color css
<style>
a { background-color: #C878A5; }
a { background-color: rgb(200,120,165); }
div.DivClassName
{
background-color: #C878A5;
}
.BgClassName
{
background-color: #C878A5;
}
</style>
border-color css
<style>
span { border-color: #C878A5; }
span { border-color: rgb(200,120,165); }
td.TdClassName
{
border-color: #C878A5;
}
.TagClassName
{
border-color: #C878A5;
}
</style>