Shades of Hopbush #C86BA2
Tints of Hopbush #C86BA2
RGB
CMYK
RGB Variations
Color information
#C86BA2 (or 0xC86BA2) is known color: Hopbush. HEX triplet: C8, 6B and A2. RGB value is (200,107,162). Sum of RGB (Red+Green+Blue) = 200+107+162=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86BA2 is #37945D. Grayscale: #8C8C8C. Windows color (decimal): -3642462 or 10644424. OLE color: 10644424.
HSL color Cylindrical-coordinate representation of color #C86BA2: hue angle of 324.52º 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 #C86BA2 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 162 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.22 |
| HSL | 324.52º | 0.46% | 0.6% | - |
| HSV(B) | 324.52º | 0.47% | 0.78% | - |
| XYZ | 35.6 | 25.4 | 37.21 | - |
| YUV | 141.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 162 | 0 | 0.46 | 0.19 | 0.22 | 324.52 | 0.46 | 0.6 |
| Hex | C8 | 6B | A2 | 0 | 2E | 13 | 16 | 145 | 2E | 3C |
| Octal | 310 | 153 | 242 | 0 | 56 | 23 | 26 | 505 | 56 | 74 |
| Binary | 11001000 | 1101011 | 10100010 | 0 | 101110 | 10011 | 10110 | 101000101 | 101110 | 111100 |
Color Harmonies of #C86BA2
Complementary color
Monochromatic Colors of #C86BA2
Black with #C86BA2
Text Example
Text Example
White with #C86BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BA2; }
p { color: rgb(200,107,162); }
H1.HeaderClassName
{
color: #C86BA2;
}
.AnyTagClassName
{
color: #C86BA2;
}
</style>
background-color css
<style>
a { background-color: #C86BA2; }
a { background-color: rgb(200,107,162); }
div.DivClassName
{
background-color: #C86BA2;
}
.BgClassName
{
background-color: #C86BA2;
}
</style>
border-color css
<style>
span { border-color: #C86BA2; }
span { border-color: rgb(200,107,162); }
td.TdClassName
{
border-color: #C86BA2;
}
.TagClassName
{
border-color: #C86BA2;
}
</style>