Shades of Hopbush #C877B0
Tints of Hopbush #C877B0
RGB
CMYK
RGB Variations
Color information
#C877B0 (or 0xC877B0) is known color: Hopbush. HEX triplet: C8, 77 and B0. RGB value is (200,119,176). Sum of RGB (Red+Green+Blue) = 200+119+176=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C877B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C877B0 is #37884F. Grayscale: #959595. Windows color (decimal): -3639376 or 11565000. OLE color: 11565000.
HSL color Cylindrical-coordinate representation of color #C877B0: hue angle of 317.78º 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 #C877B0 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 176 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.22 |
| HSL | 317.78º | 0.42% | 0.63% | - |
| HSV(B) | 317.78º | 0.41% | 0.78% | - |
| XYZ | 38.25 | 28.61 | 44.58 | - |
| YUV | 149.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 176 | 0 | 0.40 | 0.12 | 0.22 | 317.78 | 0.42 | 0.63 |
| Hex | C8 | 77 | B0 | 0 | 28 | C | 16 | 13E | 2A | 3F |
| Octal | 310 | 167 | 260 | 0 | 50 | 14 | 26 | 476 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10110000 | 0 | 101000 | 1100 | 10110 | 100111110 | 101010 | 111111 |
Color Harmonies of #C877B0
Complementary color
Monochromatic Colors of #C877B0
Black with #C877B0
Text Example
Text Example
White with #C877B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877B0; }
p { color: rgb(200,119,176); }
H1.HeaderClassName
{
color: #C877B0;
}
.AnyTagClassName
{
color: #C877B0;
}
</style>
background-color css
<style>
a { background-color: #C877B0; }
a { background-color: rgb(200,119,176); }
div.DivClassName
{
background-color: #C877B0;
}
.BgClassName
{
background-color: #C877B0;
}
</style>
border-color css
<style>
span { border-color: #C877B0; }
span { border-color: rgb(200,119,176); }
td.TdClassName
{
border-color: #C877B0;
}
.TagClassName
{
border-color: #C877B0;
}
</style>