Shades of Hopbush #C87CA5
Tints of Hopbush #C87CA5
RGB
CMYK
RGB Variations
Color information
#C87CA5 (or 0xC87CA5) is known color: Hopbush. HEX triplet: C8, 7C and A5. RGB value is (200,124,165). Sum of RGB (Red+Green+Blue) = 200+124+165=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87CA5 is #37835A. Grayscale: #979797. Windows color (decimal): -3638107 or 10845384. OLE color: 10845384.
HSL color Cylindrical-coordinate representation of color #C87CA5: hue angle of 327.63º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CA5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 165 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.22 |
| HSL | 327.63º | 0.41% | 0.64% | - |
| HSV(B) | 327.63º | 0.38% | 0.78% | - |
| XYZ | 37.82 | 29.41 | 39.28 | - |
| YUV | 151.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 165 | 0 | 0.38 | 0.18 | 0.22 | 327.63 | 0.41 | 0.64 |
| Hex | C8 | 7C | A5 | 0 | 26 | 12 | 16 | 148 | 29 | 40 |
| Octal | 310 | 174 | 245 | 0 | 46 | 22 | 26 | 510 | 51 | 100 |
| Binary | 11001000 | 1111100 | 10100101 | 0 | 100110 | 10010 | 10110 | 101001000 | 101001 | 1000000 |
Color Harmonies of #C87CA5
Complementary color
Monochromatic Colors of #C87CA5
Black with #C87CA5
Text Example
Text Example
White with #C87CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CA5; }
p { color: rgb(200,124,165); }
H1.HeaderClassName
{
color: #C87CA5;
}
.AnyTagClassName
{
color: #C87CA5;
}
</style>
background-color css
<style>
a { background-color: #C87CA5; }
a { background-color: rgb(200,124,165); }
div.DivClassName
{
background-color: #C87CA5;
}
.BgClassName
{
background-color: #C87CA5;
}
</style>
border-color css
<style>
span { border-color: #C87CA5; }
span { border-color: rgb(200,124,165); }
td.TdClassName
{
border-color: #C87CA5;
}
.TagClassName
{
border-color: #C87CA5;
}
</style>