Shades of Hopbush #C87BA9
Tints of Hopbush #C87BA9
RGB
CMYK
RGB Variations
Color information
#C87BA9 (or 0xC87BA9) is known color: Hopbush. HEX triplet: C8, 7B and A9. RGB value is (200,123,169). Sum of RGB (Red+Green+Blue) = 200+123+169=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C87BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87BA9 is #378456. Grayscale: #979797. Windows color (decimal): -3638359 or 11107272. OLE color: 11107272.
HSL color Cylindrical-coordinate representation of color #C87BA9: hue angle of 324.16º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87BA9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 169 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.22 |
| HSL | 324.16º | 0.41% | 0.63% | - |
| HSV(B) | 324.16º | 0.39% | 0.78% | - |
| XYZ | 38.06 | 29.31 | 41.19 | - |
| YUV | 151.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 169 | 0 | 0.38 | 0.16 | 0.22 | 324.16 | 0.41 | 0.63 |
| Hex | C8 | 7B | A9 | 0 | 26 | 10 | 16 | 144 | 29 | 3F |
| Octal | 310 | 173 | 251 | 0 | 46 | 20 | 26 | 504 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10101001 | 0 | 100110 | 10000 | 10110 | 101000100 | 101001 | 111111 |
Color Harmonies of #C87BA9
Complementary color
Monochromatic Colors of #C87BA9
Black with #C87BA9
Text Example
Text Example
White with #C87BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BA9; }
p { color: rgb(200,123,169); }
H1.HeaderClassName
{
color: #C87BA9;
}
.AnyTagClassName
{
color: #C87BA9;
}
</style>
background-color css
<style>
a { background-color: #C87BA9; }
a { background-color: rgb(200,123,169); }
div.DivClassName
{
background-color: #C87BA9;
}
.BgClassName
{
background-color: #C87BA9;
}
</style>
border-color css
<style>
span { border-color: #C87BA9; }
span { border-color: rgb(200,123,169); }
td.TdClassName
{
border-color: #C87BA9;
}
.TagClassName
{
border-color: #C87BA9;
}
</style>