Shades of Hopbush #C86D9F
Tints of Hopbush #C86D9F
RGB
CMYK
RGB Variations
Color information
#C86D9F (or 0xC86D9F) is known color: Hopbush. HEX triplet: C8, 6D and 9F. RGB value is (200,109,159). Sum of RGB (Red+Green+Blue) = 200+109+159=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D9F is #379260. Grayscale: #8D8D8D. Windows color (decimal): -3641953 or 10448328. OLE color: 10448328.
HSL color Cylindrical-coordinate representation of color #C86D9F: hue angle of 327.03º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86D9F is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 159 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.22 |
| HSL | 327.03º | 0.45% | 0.61% | - |
| HSV(B) | 327.03º | 0.46% | 0.78% | - |
| XYZ | 35.55 | 25.72 | 35.89 | - |
| YUV | 141.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 159 | 0 | 0.46 | 0.20 | 0.22 | 327.03 | 0.45 | 0.61 |
| Hex | C8 | 6D | 9F | 0 | 2E | 14 | 16 | 147 | 2D | 3D |
| Octal | 310 | 155 | 237 | 0 | 56 | 24 | 26 | 507 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10011111 | 0 | 101110 | 10100 | 10110 | 101000111 | 101101 | 111101 |
Color Harmonies of #C86D9F
Complementary color
Monochromatic Colors of #C86D9F
Black with #C86D9F
Text Example
Text Example
White with #C86D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D9F; }
p { color: rgb(200,109,159); }
H1.HeaderClassName
{
color: #C86D9F;
}
.AnyTagClassName
{
color: #C86D9F;
}
</style>
background-color css
<style>
a { background-color: #C86D9F; }
a { background-color: rgb(200,109,159); }
div.DivClassName
{
background-color: #C86D9F;
}
.BgClassName
{
background-color: #C86D9F;
}
</style>
border-color css
<style>
span { border-color: #C86D9F; }
span { border-color: rgb(200,109,159); }
td.TdClassName
{
border-color: #C86D9F;
}
.TagClassName
{
border-color: #C86D9F;
}
</style>