Shades of Hopbush #C87AA1
Tints of Hopbush #C87AA1
RGB
CMYK
RGB Variations
Color information
#C87AA1 (or 0xC87AA1) is known color: Hopbush. HEX triplet: C8, 7A and A1. RGB value is (200,122,161). Sum of RGB (Red+Green+Blue) = 200+122+161=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87AA1 is #37855E. Grayscale: #959595. Windows color (decimal): -3638623 or 10582728. OLE color: 10582728.
HSL color Cylindrical-coordinate representation of color #C87AA1: hue angle of 330º 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 #C87AA1 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 161 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.22 |
| HSL | 330º | 0.41% | 0.63% | - |
| HSV(B) | 330º | 0.39% | 0.78% | - |
| XYZ | 37.21 | 28.77 | 37.31 | - |
| YUV | 149.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 161 | 0 | 0.39 | 0.19 | 0.22 | 330 | 0.41 | 0.63 |
| Hex | C8 | 7A | A1 | 0 | 27 | 13 | 16 | 14A | 29 | 3F |
| Octal | 310 | 172 | 241 | 0 | 47 | 23 | 26 | 512 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10100001 | 0 | 100111 | 10011 | 10110 | 101001010 | 101001 | 111111 |
Color Harmonies of #C87AA1
Complementary color
Monochromatic Colors of #C87AA1
Black with #C87AA1
Text Example
Text Example
White with #C87AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AA1; }
p { color: rgb(200,122,161); }
H1.HeaderClassName
{
color: #C87AA1;
}
.AnyTagClassName
{
color: #C87AA1;
}
</style>
background-color css
<style>
a { background-color: #C87AA1; }
a { background-color: rgb(200,122,161); }
div.DivClassName
{
background-color: #C87AA1;
}
.BgClassName
{
background-color: #C87AA1;
}
</style>
border-color css
<style>
span { border-color: #C87AA1; }
span { border-color: rgb(200,122,161); }
td.TdClassName
{
border-color: #C87AA1;
}
.TagClassName
{
border-color: #C87AA1;
}
</style>