Shades of Hopbush #C85F8C
Tints of Hopbush #C85F8C
RGB
CMYK
RGB Variations
Color information
#C85F8C (or 0xC85F8C) is known color: Hopbush. HEX triplet: C8, 5F and 8C. RGB value is (200,95,140). Sum of RGB (Red+Green+Blue) = 200+95+140=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F8C is #37A073. Grayscale: #838383. Windows color (decimal): -3645556 or 9199560. OLE color: 9199560.
HSL color Cylindrical-coordinate representation of color #C85F8C: hue angle of 334.29º 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 #C85F8C is Cyan = 0, Magento = 0.52, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 140 | - |
| CMYK | 0 | 0.52 | 0.3 | 0.22 |
| HSL | 334.29º | 0.49% | 0.58% | - |
| HSV(B) | 334.29º | 0.53% | 0.78% | - |
| XYZ | 32.65 | 22.36 | 27.41 | - |
| YUV | 131.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 140 | 0 | 0.52 | 0.3 | 0.22 | 334.29 | 0.49 | 0.58 |
| Hex | C8 | 5F | 8C | 0 | 34 | 1E | 16 | 14E | 31 | 3A |
| Octal | 310 | 137 | 214 | 0 | 64 | 36 | 26 | 516 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10001100 | 0 | 110100 | 11110 | 10110 | 101001110 | 110001 | 111010 |
Color Harmonies of #C85F8C
Complementary color
Monochromatic Colors of #C85F8C
Black with #C85F8C
Text Example
Text Example
White with #C85F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85F8C; }
p { color: rgb(200,95,140); }
H1.HeaderClassName
{
color: #C85F8C;
}
.AnyTagClassName
{
color: #C85F8C;
}
</style>
background-color css
<style>
a { background-color: #C85F8C; }
a { background-color: rgb(200,95,140); }
div.DivClassName
{
background-color: #C85F8C;
}
.BgClassName
{
background-color: #C85F8C;
}
</style>
border-color css
<style>
span { border-color: #C85F8C; }
span { border-color: rgb(200,95,140); }
td.TdClassName
{
border-color: #C85F8C;
}
.TagClassName
{
border-color: #C85F8C;
}
</style>