Shades of Hopbush #C87AAC
Tints of Hopbush #C87AAC
RGB
CMYK
RGB Variations
Color information
#C87AAC (or 0xC87AAC) is known color: Hopbush. HEX triplet: C8, 7A and AC. RGB value is (200,122,172). Sum of RGB (Red+Green+Blue) = 200+122+172=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87AAC is #378553. Grayscale: #969696. Windows color (decimal): -3638612 or 11303624. OLE color: 11303624.
HSL color Cylindrical-coordinate representation of color #C87AAC: hue angle of 321.54º 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 #C87AAC is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 172 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.22 |
| HSL | 321.54º | 0.41% | 0.63% | - |
| HSV(B) | 321.54º | 0.39% | 0.78% | - |
| XYZ | 38.23 | 29.18 | 42.65 | - |
| YUV | 151.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 172 | 0 | 0.39 | 0.14 | 0.22 | 321.54 | 0.41 | 0.63 |
| Hex | C8 | 7A | AC | 0 | 27 | E | 16 | 142 | 29 | 3F |
| Octal | 310 | 172 | 254 | 0 | 47 | 16 | 26 | 502 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10101100 | 0 | 100111 | 1110 | 10110 | 101000010 | 101001 | 111111 |
Color Harmonies of #C87AAC
Complementary color
Monochromatic Colors of #C87AAC
Black with #C87AAC
Text Example
Text Example
White with #C87AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AAC; }
p { color: rgb(200,122,172); }
H1.HeaderClassName
{
color: #C87AAC;
}
.AnyTagClassName
{
color: #C87AAC;
}
</style>
background-color css
<style>
a { background-color: #C87AAC; }
a { background-color: rgb(200,122,172); }
div.DivClassName
{
background-color: #C87AAC;
}
.BgClassName
{
background-color: #C87AAC;
}
</style>
border-color css
<style>
span { border-color: #C87AAC; }
span { border-color: rgb(200,122,172); }
td.TdClassName
{
border-color: #C87AAC;
}
.TagClassName
{
border-color: #C87AAC;
}
</style>