Shades of Hopbush #C86A8E
Tints of Hopbush #C86A8E
RGB
CMYK
RGB Variations
Color information
#C86A8E (or 0xC86A8E) is known color: Hopbush. HEX triplet: C8, 6A and 8E. RGB value is (200,106,142). Sum of RGB (Red+Green+Blue) = 200+106+142=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A8E is #379571. Grayscale: #8A8A8A. Windows color (decimal): -3642738 or 9333448. OLE color: 9333448.
HSL color Cylindrical-coordinate representation of color #C86A8E: hue angle of 337.02º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86A8E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 142 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.22 |
| HSL | 337.02º | 0.46% | 0.6% | - |
| HSV(B) | 337.02º | 0.47% | 0.78% | - |
| XYZ | 33.86 | 24.54 | 28.54 | - |
| YUV | 138.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 142 | 0 | 0.47 | 0.29 | 0.22 | 337.02 | 0.46 | 0.6 |
| Hex | C8 | 6A | 8E | 0 | 2F | 1D | 16 | 151 | 2E | 3C |
| Octal | 310 | 152 | 216 | 0 | 57 | 35 | 26 | 521 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10001110 | 0 | 101111 | 11101 | 10110 | 101010001 | 101110 | 111100 |
Color Harmonies of #C86A8E
Complementary color
Monochromatic Colors of #C86A8E
Black with #C86A8E
Text Example
Text Example
White with #C86A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A8E; }
p { color: rgb(200,106,142); }
H1.HeaderClassName
{
color: #C86A8E;
}
.AnyTagClassName
{
color: #C86A8E;
}
</style>
background-color css
<style>
a { background-color: #C86A8E; }
a { background-color: rgb(200,106,142); }
div.DivClassName
{
background-color: #C86A8E;
}
.BgClassName
{
background-color: #C86A8E;
}
</style>
border-color css
<style>
span { border-color: #C86A8E; }
span { border-color: rgb(200,106,142); }
td.TdClassName
{
border-color: #C86A8E;
}
.TagClassName
{
border-color: #C86A8E;
}
</style>