Shades of Hopbush #C86BAB
Tints of Hopbush #C86BAB
RGB
CMYK
RGB Variations
Color information
#C86BAB (or 0xC86BAB) is known color: Hopbush. HEX triplet: C8, 6B and AB. RGB value is (200,107,171). Sum of RGB (Red+Green+Blue) = 200+107+171=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86BAB is #379454. Grayscale: #8D8D8D. Windows color (decimal): -3642453 or 11234248. OLE color: 11234248.
HSL color Cylindrical-coordinate representation of color #C86BAB: hue angle of 318.71º 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 #C86BAB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 171 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.22 |
| HSL | 318.71º | 0.46% | 0.6% | - |
| HSV(B) | 318.71º | 0.47% | 0.78% | - |
| XYZ | 36.43 | 25.74 | 41.58 | - |
| YUV | 142.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 171 | 0 | 0.46 | 0.14 | 0.22 | 318.71 | 0.46 | 0.6 |
| Hex | C8 | 6B | AB | 0 | 2E | E | 16 | 13F | 2E | 3C |
| Octal | 310 | 153 | 253 | 0 | 56 | 16 | 26 | 477 | 56 | 74 |
| Binary | 11001000 | 1101011 | 10101011 | 0 | 101110 | 1110 | 10110 | 100111111 | 101110 | 111100 |
Color Harmonies of #C86BAB
Complementary color
Monochromatic Colors of #C86BAB
Black with #C86BAB
Text Example
Text Example
White with #C86BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BAB; }
p { color: rgb(200,107,171); }
H1.HeaderClassName
{
color: #C86BAB;
}
.AnyTagClassName
{
color: #C86BAB;
}
</style>
background-color css
<style>
a { background-color: #C86BAB; }
a { background-color: rgb(200,107,171); }
div.DivClassName
{
background-color: #C86BAB;
}
.BgClassName
{
background-color: #C86BAB;
}
</style>
border-color css
<style>
span { border-color: #C86BAB; }
span { border-color: rgb(200,107,171); }
td.TdClassName
{
border-color: #C86BAB;
}
.TagClassName
{
border-color: #C86BAB;
}
</style>