Shades of Hopbush #C85FA0
Tints of Hopbush #C85FA0
RGB
CMYK
RGB Variations
Color information
#C85FA0 (or 0xC85FA0) is known color: Hopbush. HEX triplet: C8, 5F and A0. RGB value is (200,95,160). Sum of RGB (Red+Green+Blue) = 200+95+160=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FA0 is #37A05F. Grayscale: #858585. Windows color (decimal): -3645536 or 10510280. OLE color: 10510280.
HSL color Cylindrical-coordinate representation of color #C85FA0: hue angle of 322.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 160 | - |
| CMYK | 0 | 0.52 | 0.2 | 0.22 |
| HSL | 322.86º | 0.49% | 0.58% | - |
| HSV(B) | 322.86º | 0.53% | 0.78% | - |
| XYZ | 34.26 | 23 | 35.89 | - |
| YUV | 133.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 160 | 0 | 0.52 | 0.2 | 0.22 | 322.86 | 0.49 | 0.58 |
| Hex | C8 | 5F | A0 | 0 | 34 | 14 | 16 | 143 | 31 | 3A |
| Octal | 310 | 137 | 240 | 0 | 64 | 24 | 26 | 503 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10100000 | 0 | 110100 | 10100 | 10110 | 101000011 | 110001 | 111010 |
Color Harmonies of #C85FA0
Complementary color
Monochromatic Colors of #C85FA0
Black with #C85FA0
Text Example
Text Example
White with #C85FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FA0; }
p { color: rgb(200,95,160); }
H1.HeaderClassName
{
color: #C85FA0;
}
.AnyTagClassName
{
color: #C85FA0;
}
</style>
background-color css
<style>
a { background-color: #C85FA0; }
a { background-color: rgb(200,95,160); }
div.DivClassName
{
background-color: #C85FA0;
}
.BgClassName
{
background-color: #C85FA0;
}
</style>
border-color css
<style>
span { border-color: #C85FA0; }
span { border-color: rgb(200,95,160); }
td.TdClassName
{
border-color: #C85FA0;
}
.TagClassName
{
border-color: #C85FA0;
}
</style>