Shades of Hopbush #C85F88
Tints of Hopbush #C85F88
RGB
CMYK
RGB Variations
Color information
#C85F88 (or 0xC85F88) is known color: Hopbush. HEX triplet: C8, 5F and 88. RGB value is (200,95,136). Sum of RGB (Red+Green+Blue) = 200+95+136=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F88 is #37A077. Grayscale: #838383. Windows color (decimal): -3645560 or 8937416. OLE color: 8937416.
HSL color Cylindrical-coordinate representation of color #C85F88: hue angle of 336.57º 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 #C85F88 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 136 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.22 |
| HSL | 336.57º | 0.49% | 0.58% | - |
| HSV(B) | 336.57º | 0.53% | 0.78% | - |
| XYZ | 32.36 | 22.24 | 25.88 | - |
| YUV | 131.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 136 | 0 | 0.52 | 0.32 | 0.22 | 336.57 | 0.49 | 0.58 |
| Hex | C8 | 5F | 88 | 0 | 34 | 20 | 16 | 151 | 31 | 3A |
| Octal | 310 | 137 | 210 | 0 | 64 | 40 | 26 | 521 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10001000 | 0 | 110100 | 100000 | 10110 | 101010001 | 110001 | 111010 |
Color Harmonies of #C85F88
Complementary color
Monochromatic Colors of #C85F88
Black with #C85F88
Text Example
Text Example
White with #C85F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F88; }
p { color: rgb(200,95,136); }
H1.HeaderClassName
{
color: #C85F88;
}
.AnyTagClassName
{
color: #C85F88;
}
</style>
background-color css
<style>
a { background-color: #C85F88; }
a { background-color: rgb(200,95,136); }
div.DivClassName
{
background-color: #C85F88;
}
.BgClassName
{
background-color: #C85F88;
}
</style>
border-color css
<style>
span { border-color: #C85F88; }
span { border-color: rgb(200,95,136); }
td.TdClassName
{
border-color: #C85F88;
}
.TagClassName
{
border-color: #C85F88;
}
</style>