Shades of Hopbush #C87AA5
Tints of Hopbush #C87AA5
RGB
CMYK
RGB Variations
Color information
#C87AA5 (or 0xC87AA5) is known color: Hopbush. HEX triplet: C8, 7A and A5. RGB value is (200,122,165). Sum of RGB (Red+Green+Blue) = 200+122+165=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87AA5 is #37855A. Grayscale: #969696. Windows color (decimal): -3638619 or 10844872. OLE color: 10844872.
HSL color Cylindrical-coordinate representation of color #C87AA5: hue angle of 326.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87AA5 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 165 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.22 |
| HSL | 326.92º | 0.41% | 0.63% | - |
| HSV(B) | 326.92º | 0.39% | 0.78% | - |
| XYZ | 37.57 | 28.92 | 39.2 | - |
| YUV | 150.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 165 | 0 | 0.39 | 0.18 | 0.22 | 326.92 | 0.41 | 0.63 |
| Hex | C8 | 7A | A5 | 0 | 27 | 12 | 16 | 147 | 29 | 3F |
| Octal | 310 | 172 | 245 | 0 | 47 | 22 | 26 | 507 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10100101 | 0 | 100111 | 10010 | 10110 | 101000111 | 101001 | 111111 |
Color Harmonies of #C87AA5
Complementary color
Monochromatic Colors of #C87AA5
Black with #C87AA5
Text Example
Text Example
White with #C87AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AA5; }
p { color: rgb(200,122,165); }
H1.HeaderClassName
{
color: #C87AA5;
}
.AnyTagClassName
{
color: #C87AA5;
}
</style>
background-color css
<style>
a { background-color: #C87AA5; }
a { background-color: rgb(200,122,165); }
div.DivClassName
{
background-color: #C87AA5;
}
.BgClassName
{
background-color: #C87AA5;
}
</style>
border-color css
<style>
span { border-color: #C87AA5; }
span { border-color: rgb(200,122,165); }
td.TdClassName
{
border-color: #C87AA5;
}
.TagClassName
{
border-color: #C87AA5;
}
</style>