Shades of Hopbush #C86AAC
Tints of Hopbush #C86AAC
RGB
CMYK
RGB Variations
Color information
#C86AAC (or 0xC86AAC) is known color: Hopbush. HEX triplet: C8, 6A and AC. RGB value is (200,106,172). Sum of RGB (Red+Green+Blue) = 200+106+172=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86AAC is #379553. Grayscale: #8D8D8D. Windows color (decimal): -3642708 or 11299528. OLE color: 11299528.
HSL color Cylindrical-coordinate representation of color #C86AAC: hue angle of 317.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86AAC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 172 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.22 |
| HSL | 317.87º | 0.46% | 0.6% | - |
| HSV(B) | 317.87º | 0.47% | 0.78% | - |
| XYZ | 36.42 | 25.57 | 42.04 | - |
| YUV | 141.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 172 | 0 | 0.47 | 0.14 | 0.22 | 317.87 | 0.46 | 0.6 |
| Hex | C8 | 6A | AC | 0 | 2F | E | 16 | 13E | 2E | 3C |
| Octal | 310 | 152 | 254 | 0 | 57 | 16 | 26 | 476 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10101100 | 0 | 101111 | 1110 | 10110 | 100111110 | 101110 | 111100 |
Color Harmonies of #C86AAC
Complementary color
Monochromatic Colors of #C86AAC
Black with #C86AAC
Text Example
Text Example
White with #C86AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86AAC; }
p { color: rgb(200,106,172); }
H1.HeaderClassName
{
color: #C86AAC;
}
.AnyTagClassName
{
color: #C86AAC;
}
</style>
background-color css
<style>
a { background-color: #C86AAC; }
a { background-color: rgb(200,106,172); }
div.DivClassName
{
background-color: #C86AAC;
}
.BgClassName
{
background-color: #C86AAC;
}
</style>
border-color css
<style>
span { border-color: #C86AAC; }
span { border-color: rgb(200,106,172); }
td.TdClassName
{
border-color: #C86AAC;
}
.TagClassName
{
border-color: #C86AAC;
}
</style>