Shades of Hopbush #C86CAB
Tints of Hopbush #C86CAB
RGB
CMYK
RGB Variations
Color information
#C86CAB (or 0xC86CAB) is known color: Hopbush. HEX triplet: C8, 6C and AB. RGB value is (200,108,171). Sum of RGB (Red+Green+Blue) = 200+108+171=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CAB is #379354. Grayscale: #8E8E8E. Windows color (decimal): -3642197 or 11234504. OLE color: 11234504.
HSL color Cylindrical-coordinate representation of color #C86CAB: hue angle of 318.91º 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 #C86CAB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 171 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.22 |
| HSL | 318.91º | 0.46% | 0.6% | - |
| HSV(B) | 318.91º | 0.46% | 0.78% | - |
| XYZ | 36.53 | 25.94 | 41.61 | - |
| YUV | 142.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 171 | 0 | 0.46 | 0.14 | 0.22 | 318.91 | 0.46 | 0.6 |
| Hex | C8 | 6C | AB | 0 | 2E | E | 16 | 13F | 2E | 3C |
| Octal | 310 | 154 | 253 | 0 | 56 | 16 | 26 | 477 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10101011 | 0 | 101110 | 1110 | 10110 | 100111111 | 101110 | 111100 |
Color Harmonies of #C86CAB
Complementary color
Monochromatic Colors of #C86CAB
Black with #C86CAB
Text Example
Text Example
White with #C86CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CAB; }
p { color: rgb(200,108,171); }
H1.HeaderClassName
{
color: #C86CAB;
}
.AnyTagClassName
{
color: #C86CAB;
}
</style>
background-color css
<style>
a { background-color: #C86CAB; }
a { background-color: rgb(200,108,171); }
div.DivClassName
{
background-color: #C86CAB;
}
.BgClassName
{
background-color: #C86CAB;
}
</style>
border-color css
<style>
span { border-color: #C86CAB; }
span { border-color: rgb(200,108,171); }
td.TdClassName
{
border-color: #C86CAB;
}
.TagClassName
{
border-color: #C86CAB;
}
</style>