Shades of Hopbush #C86B8D
Tints of Hopbush #C86B8D
RGB
CMYK
RGB Variations
Color information
#C86B8D (or 0xC86B8D) is known color: Hopbush. HEX triplet: C8, 6B and 8D. RGB value is (200,107,141). Sum of RGB (Red+Green+Blue) = 200+107+141=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86B8D is #379472. Grayscale: #8A8A8A. Windows color (decimal): -3642483 or 9268168. OLE color: 9268168.
HSL color Cylindrical-coordinate representation of color #C86B8D: hue angle of 338.06º 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 #C86B8D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 141 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.22 |
| HSL | 338.06º | 0.46% | 0.6% | - |
| HSV(B) | 338.06º | 0.47% | 0.78% | - |
| XYZ | 33.88 | 24.72 | 28.18 | - |
| YUV | 138.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 141 | 0 | 0.46 | 0.29 | 0.22 | 338.06 | 0.46 | 0.6 |
| Hex | C8 | 6B | 8D | 0 | 2E | 1D | 16 | 152 | 2E | 3C |
| Octal | 310 | 153 | 215 | 0 | 56 | 35 | 26 | 522 | 56 | 74 |
| Binary | 11001000 | 1101011 | 10001101 | 0 | 101110 | 11101 | 10110 | 101010010 | 101110 | 111100 |
Color Harmonies of #C86B8D
Complementary color
Monochromatic Colors of #C86B8D
Black with #C86B8D
Text Example
Text Example
White with #C86B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B8D; }
p { color: rgb(200,107,141); }
H1.HeaderClassName
{
color: #C86B8D;
}
.AnyTagClassName
{
color: #C86B8D;
}
</style>
background-color css
<style>
a { background-color: #C86B8D; }
a { background-color: rgb(200,107,141); }
div.DivClassName
{
background-color: #C86B8D;
}
.BgClassName
{
background-color: #C86B8D;
}
</style>
border-color css
<style>
span { border-color: #C86B8D; }
span { border-color: rgb(200,107,141); }
td.TdClassName
{
border-color: #C86B8D;
}
.TagClassName
{
border-color: #C86B8D;
}
</style>