Shades of Hopbush #C86CA4
Tints of Hopbush #C86CA4
RGB
CMYK
RGB Variations
Color information
#C86CA4 (or 0xC86CA4) is known color: Hopbush. HEX triplet: C8, 6C and A4. RGB value is (200,108,164). Sum of RGB (Red+Green+Blue) = 200+108+164=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CA4 is #37935B. Grayscale: #8D8D8D. Windows color (decimal): -3642204 or 10775752. OLE color: 10775752.
HSL color Cylindrical-coordinate representation of color #C86CA4: hue angle of 323.48º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86CA4 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 164 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.22 |
| HSL | 323.48º | 0.46% | 0.6% | - |
| HSV(B) | 323.48º | 0.46% | 0.78% | - |
| XYZ | 35.88 | 25.68 | 38.19 | - |
| YUV | 141.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 164 | 0 | 0.46 | 0.18 | 0.22 | 323.48 | 0.46 | 0.6 |
| Hex | C8 | 6C | A4 | 0 | 2E | 12 | 16 | 143 | 2E | 3C |
| Octal | 310 | 154 | 244 | 0 | 56 | 22 | 26 | 503 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10100100 | 0 | 101110 | 10010 | 10110 | 101000011 | 101110 | 111100 |
Color Harmonies of #C86CA4
Complementary color
Monochromatic Colors of #C86CA4
Black with #C86CA4
Text Example
Text Example
White with #C86CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CA4; }
p { color: rgb(200,108,164); }
H1.HeaderClassName
{
color: #C86CA4;
}
.AnyTagClassName
{
color: #C86CA4;
}
</style>
background-color css
<style>
a { background-color: #C86CA4; }
a { background-color: rgb(200,108,164); }
div.DivClassName
{
background-color: #C86CA4;
}
.BgClassName
{
background-color: #C86CA4;
}
</style>
border-color css
<style>
span { border-color: #C86CA4; }
span { border-color: rgb(200,108,164); }
td.TdClassName
{
border-color: #C86CA4;
}
.TagClassName
{
border-color: #C86CA4;
}
</style>