Shades of Hopbush #C86CA5
Tints of Hopbush #C86CA5
RGB
CMYK
RGB Variations
Color information
#C86CA5 (or 0xC86CA5) is known color: Hopbush. HEX triplet: C8, 6C and A5. RGB value is (200,108,165). Sum of RGB (Red+Green+Blue) = 200+108+165=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CA5 is #37935A. Grayscale: #8D8D8D. Windows color (decimal): -3642203 or 10841288. OLE color: 10841288.
HSL color Cylindrical-coordinate representation of color #C86CA5: hue angle of 322.83º 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 #C86CA5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 165 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.22 |
| HSL | 322.83º | 0.46% | 0.6% | - |
| HSV(B) | 322.83º | 0.46% | 0.78% | - |
| XYZ | 35.97 | 25.72 | 38.67 | - |
| YUV | 142.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 165 | 0 | 0.46 | 0.18 | 0.22 | 322.83 | 0.46 | 0.6 |
| Hex | C8 | 6C | A5 | 0 | 2E | 12 | 16 | 143 | 2E | 3C |
| Octal | 310 | 154 | 245 | 0 | 56 | 22 | 26 | 503 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10100101 | 0 | 101110 | 10010 | 10110 | 101000011 | 101110 | 111100 |
Color Harmonies of #C86CA5
Complementary color
Monochromatic Colors of #C86CA5
Black with #C86CA5
Text Example
Text Example
White with #C86CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CA5; }
p { color: rgb(200,108,165); }
H1.HeaderClassName
{
color: #C86CA5;
}
.AnyTagClassName
{
color: #C86CA5;
}
</style>
background-color css
<style>
a { background-color: #C86CA5; }
a { background-color: rgb(200,108,165); }
div.DivClassName
{
background-color: #C86CA5;
}
.BgClassName
{
background-color: #C86CA5;
}
</style>
border-color css
<style>
span { border-color: #C86CA5; }
span { border-color: rgb(200,108,165); }
td.TdClassName
{
border-color: #C86CA5;
}
.TagClassName
{
border-color: #C86CA5;
}
</style>