Shades of Hopbush #C86A8A
Tints of Hopbush #C86A8A
RGB
CMYK
RGB Variations
Color information
#C86A8A (or 0xC86A8A) is known color: Hopbush. HEX triplet: C8, 6A and 8A. RGB value is (200,106,138). Sum of RGB (Red+Green+Blue) = 200+106+138=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A8A is #379575. Grayscale: #898989. Windows color (decimal): -3642742 or 9071304. OLE color: 9071304.
HSL color Cylindrical-coordinate representation of color #C86A8A: hue angle of 339.57º 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 #C86A8A is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 138 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.22 |
| HSL | 339.57º | 0.46% | 0.6% | - |
| HSV(B) | 339.57º | 0.47% | 0.78% | - |
| XYZ | 33.56 | 24.42 | 26.99 | - |
| YUV | 137.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 138 | 0 | 0.47 | 0.31 | 0.22 | 339.57 | 0.46 | 0.6 |
| Hex | C8 | 6A | 8A | 0 | 2F | 1F | 16 | 154 | 2E | 3C |
| Octal | 310 | 152 | 212 | 0 | 57 | 37 | 26 | 524 | 56 | 74 |
| Binary | 11001000 | 1101010 | 10001010 | 0 | 101111 | 11111 | 10110 | 101010100 | 101110 | 111100 |
Color Harmonies of #C86A8A
Complementary color
Monochromatic Colors of #C86A8A
Black with #C86A8A
Text Example
Text Example
White with #C86A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A8A; }
p { color: rgb(200,106,138); }
H1.HeaderClassName
{
color: #C86A8A;
}
.AnyTagClassName
{
color: #C86A8A;
}
</style>
background-color css
<style>
a { background-color: #C86A8A; }
a { background-color: rgb(200,106,138); }
div.DivClassName
{
background-color: #C86A8A;
}
.BgClassName
{
background-color: #C86A8A;
}
</style>
border-color css
<style>
span { border-color: #C86A8A; }
span { border-color: rgb(200,106,138); }
td.TdClassName
{
border-color: #C86A8A;
}
.TagClassName
{
border-color: #C86A8A;
}
</style>