Shades of Hopbush #C87AA8
Tints of Hopbush #C87AA8
RGB
CMYK
RGB Variations
Color information
#C87AA8 (or 0xC87AA8) is known color: Hopbush. HEX triplet: C8, 7A and A8. RGB value is (200,122,168). Sum of RGB (Red+Green+Blue) = 200+122+168=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87AA8 is #378557. Grayscale: #969696. Windows color (decimal): -3638616 or 11041480. OLE color: 11041480.
HSL color Cylindrical-coordinate representation of color #C87AA8: hue angle of 324.62º 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 #C87AA8 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 168 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.22 |
| HSL | 324.62º | 0.41% | 0.63% | - |
| HSV(B) | 324.62º | 0.39% | 0.78% | - |
| XYZ | 37.85 | 29.03 | 40.65 | - |
| YUV | 150.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 168 | 0 | 0.39 | 0.16 | 0.22 | 324.62 | 0.41 | 0.63 |
| Hex | C8 | 7A | A8 | 0 | 27 | 10 | 16 | 145 | 29 | 3F |
| Octal | 310 | 172 | 250 | 0 | 47 | 20 | 26 | 505 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10101000 | 0 | 100111 | 10000 | 10110 | 101000101 | 101001 | 111111 |
Color Harmonies of #C87AA8
Complementary color
Monochromatic Colors of #C87AA8
Black with #C87AA8
Text Example
Text Example
White with #C87AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AA8; }
p { color: rgb(200,122,168); }
H1.HeaderClassName
{
color: #C87AA8;
}
.AnyTagClassName
{
color: #C87AA8;
}
</style>
background-color css
<style>
a { background-color: #C87AA8; }
a { background-color: rgb(200,122,168); }
div.DivClassName
{
background-color: #C87AA8;
}
.BgClassName
{
background-color: #C87AA8;
}
</style>
border-color css
<style>
span { border-color: #C87AA8; }
span { border-color: rgb(200,122,168); }
td.TdClassName
{
border-color: #C87AA8;
}
.TagClassName
{
border-color: #C87AA8;
}
</style>