Shades of Hopbush #C87EAA
Tints of Hopbush #C87EAA
RGB
CMYK
RGB Variations
Color information
#C87EAA (or 0xC87EAA) is known color: Hopbush. HEX triplet: C8, 7E and AA. RGB value is (200,126,170). Sum of RGB (Red+Green+Blue) = 200+126+170=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87EAA is #378155. Grayscale: #999999. Windows color (decimal): -3637590 or 11173576. OLE color: 11173576.
HSL color Cylindrical-coordinate representation of color #C87EAA: hue angle of 324.32º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87EAA is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 170 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.22 |
| HSL | 324.32º | 0.4% | 0.64% | - |
| HSV(B) | 324.32º | 0.37% | 0.78% | - |
| XYZ | 38.54 | 30.1 | 41.81 | - |
| YUV | 153.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 170 | 0 | 0.37 | 0.15 | 0.22 | 324.32 | 0.4 | 0.64 |
| Hex | C8 | 7E | AA | 0 | 25 | F | 16 | 144 | 28 | 40 |
| Octal | 310 | 176 | 252 | 0 | 45 | 17 | 26 | 504 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10101010 | 0 | 100101 | 1111 | 10110 | 101000100 | 101000 | 1000000 |
Color Harmonies of #C87EAA
Complementary color
Monochromatic Colors of #C87EAA
Black with #C87EAA
Text Example
Text Example
White with #C87EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EAA; }
p { color: rgb(200,126,170); }
H1.HeaderClassName
{
color: #C87EAA;
}
.AnyTagClassName
{
color: #C87EAA;
}
</style>
background-color css
<style>
a { background-color: #C87EAA; }
a { background-color: rgb(200,126,170); }
div.DivClassName
{
background-color: #C87EAA;
}
.BgClassName
{
background-color: #C87EAA;
}
</style>
border-color css
<style>
span { border-color: #C87EAA; }
span { border-color: rgb(200,126,170); }
td.TdClassName
{
border-color: #C87EAA;
}
.TagClassName
{
border-color: #C87EAA;
}
</style>