Shades of Hopbush #C85E8C
Tints of Hopbush #C85E8C
RGB
CMYK
RGB Variations
Color information
#C85E8C (or 0xC85E8C) is known color: Hopbush. HEX triplet: C8, 5E and 8C. RGB value is (200,94,140). Sum of RGB (Red+Green+Blue) = 200+94+140=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E8C is #37A173. Grayscale: #828282. Windows color (decimal): -3645812 or 9199304. OLE color: 9199304.
HSL color Cylindrical-coordinate representation of color #C85E8C: hue angle of 333.96º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E8C is Cyan = 0, Magento = 0.53, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 140 | - |
| CMYK | 0 | 0.53 | 0.3 | 0.22 |
| HSL | 333.96º | 0.49% | 0.58% | - |
| HSV(B) | 333.96º | 0.53% | 0.78% | - |
| XYZ | 32.56 | 22.18 | 27.38 | - |
| YUV | 130.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 140 | 0 | 0.53 | 0.3 | 0.22 | 333.96 | 0.49 | 0.58 |
| Hex | C8 | 5E | 8C | 0 | 35 | 1E | 16 | 14E | 31 | 3A |
| Octal | 310 | 136 | 214 | 0 | 65 | 36 | 26 | 516 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10001100 | 0 | 110101 | 11110 | 10110 | 101001110 | 110001 | 111010 |
Color Harmonies of #C85E8C
Complementary color
Monochromatic Colors of #C85E8C
Black with #C85E8C
Text Example
Text Example
White with #C85E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E8C; }
p { color: rgb(200,94,140); }
H1.HeaderClassName
{
color: #C85E8C;
}
.AnyTagClassName
{
color: #C85E8C;
}
</style>
background-color css
<style>
a { background-color: #C85E8C; }
a { background-color: rgb(200,94,140); }
div.DivClassName
{
background-color: #C85E8C;
}
.BgClassName
{
background-color: #C85E8C;
}
</style>
border-color css
<style>
span { border-color: #C85E8C; }
span { border-color: rgb(200,94,140); }
td.TdClassName
{
border-color: #C85E8C;
}
.TagClassName
{
border-color: #C85E8C;
}
</style>