Shades of Hopbush #C86F91
Tints of Hopbush #C86F91
RGB
CMYK
RGB Variations
Color information
#C86F91 (or 0xC86F91) is known color: Hopbush. HEX triplet: C8, 6F and 91. RGB value is (200,111,145). Sum of RGB (Red+Green+Blue) = 200+111+145=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F91 is #37906E. Grayscale: #8D8D8D. Windows color (decimal): -3641455 or 9531336. OLE color: 9531336.
HSL color Cylindrical-coordinate representation of color #C86F91: hue angle of 337.08º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C86F91 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 145 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.22 |
| HSL | 337.08º | 0.45% | 0.61% | - |
| HSV(B) | 337.08º | 0.45% | 0.78% | - |
| XYZ | 34.61 | 25.69 | 29.92 | - |
| YUV | 141.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 145 | 0 | 0.44 | 0.28 | 0.22 | 337.08 | 0.45 | 0.61 |
| Hex | C8 | 6F | 91 | 0 | 2C | 1C | 16 | 151 | 2D | 3D |
| Octal | 310 | 157 | 221 | 0 | 54 | 34 | 26 | 521 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10010001 | 0 | 101100 | 11100 | 10110 | 101010001 | 101101 | 111101 |
Color Harmonies of #C86F91
Complementary color
Monochromatic Colors of #C86F91
Black with #C86F91
Text Example
Text Example
White with #C86F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F91; }
p { color: rgb(200,111,145); }
H1.HeaderClassName
{
color: #C86F91;
}
.AnyTagClassName
{
color: #C86F91;
}
</style>
background-color css
<style>
a { background-color: #C86F91; }
a { background-color: rgb(200,111,145); }
div.DivClassName
{
background-color: #C86F91;
}
.BgClassName
{
background-color: #C86F91;
}
</style>
border-color css
<style>
span { border-color: #C86F91; }
span { border-color: rgb(200,111,145); }
td.TdClassName
{
border-color: #C86F91;
}
.TagClassName
{
border-color: #C86F91;
}
</style>