Shades of Hopbush #C86F8F
Tints of Hopbush #C86F8F
RGB
CMYK
RGB Variations
Color information
#C86F8F (or 0xC86F8F) is known color: Hopbush. HEX triplet: C8, 6F and 8F. RGB value is (200,111,143). Sum of RGB (Red+Green+Blue) = 200+111+143=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F8F is #379070. Grayscale: #8D8D8D. Windows color (decimal): -3641457 or 9400264. OLE color: 9400264.
HSL color Cylindrical-coordinate representation of color #C86F8F: hue angle of 338.43º 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 #C86F8F is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 143 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.22 |
| HSL | 338.43º | 0.45% | 0.61% | - |
| HSV(B) | 338.43º | 0.45% | 0.78% | - |
| XYZ | 34.46 | 25.63 | 29.12 | - |
| YUV | 141.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 143 | 0 | 0.44 | 0.28 | 0.22 | 338.43 | 0.45 | 0.61 |
| Hex | C8 | 6F | 8F | 0 | 2C | 1C | 16 | 152 | 2D | 3D |
| Octal | 310 | 157 | 217 | 0 | 54 | 34 | 26 | 522 | 55 | 75 |
| Binary | 11001000 | 1101111 | 10001111 | 0 | 101100 | 11100 | 10110 | 101010010 | 101101 | 111101 |
Color Harmonies of #C86F8F
Complementary color
Monochromatic Colors of #C86F8F
Black with #C86F8F
Text Example
Text Example
White with #C86F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F8F; }
p { color: rgb(200,111,143); }
H1.HeaderClassName
{
color: #C86F8F;
}
.AnyTagClassName
{
color: #C86F8F;
}
</style>
background-color css
<style>
a { background-color: #C86F8F; }
a { background-color: rgb(200,111,143); }
div.DivClassName
{
background-color: #C86F8F;
}
.BgClassName
{
background-color: #C86F8F;
}
</style>
border-color css
<style>
span { border-color: #C86F8F; }
span { border-color: rgb(200,111,143); }
td.TdClassName
{
border-color: #C86F8F;
}
.TagClassName
{
border-color: #C86F8F;
}
</style>