Shades of Hopbush #C86D90
Tints of Hopbush #C86D90
RGB
CMYK
RGB Variations
Color information
#C86D90 (or 0xC86D90) is known color: Hopbush. HEX triplet: C8, 6D and 90. RGB value is (200,109,144). Sum of RGB (Red+Green+Blue) = 200+109+144=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D90 is #37926F. Grayscale: #8C8C8C. Windows color (decimal): -3641968 or 9465288. OLE color: 9465288.
HSL color Cylindrical-coordinate representation of color #C86D90: hue angle of 336.92º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86D90 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 144 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.22 |
| HSL | 336.92º | 0.45% | 0.61% | - |
| HSV(B) | 336.92º | 0.46% | 0.78% | - |
| XYZ | 34.32 | 25.23 | 29.45 | - |
| YUV | 140.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 144 | 0 | 0.46 | 0.28 | 0.22 | 336.92 | 0.45 | 0.61 |
| Hex | C8 | 6D | 90 | 0 | 2E | 1C | 16 | 151 | 2D | 3D |
| Octal | 310 | 155 | 220 | 0 | 56 | 34 | 26 | 521 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10010000 | 0 | 101110 | 11100 | 10110 | 101010001 | 101101 | 111101 |
Color Harmonies of #C86D90
Complementary color
Monochromatic Colors of #C86D90
Black with #C86D90
Text Example
Text Example
White with #C86D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D90; }
p { color: rgb(200,109,144); }
H1.HeaderClassName
{
color: #C86D90;
}
.AnyTagClassName
{
color: #C86D90;
}
</style>
background-color css
<style>
a { background-color: #C86D90; }
a { background-color: rgb(200,109,144); }
div.DivClassName
{
background-color: #C86D90;
}
.BgClassName
{
background-color: #C86D90;
}
</style>
border-color css
<style>
span { border-color: #C86D90; }
span { border-color: rgb(200,109,144); }
td.TdClassName
{
border-color: #C86D90;
}
.TagClassName
{
border-color: #C86D90;
}
</style>