#C85F87

Color #C85F87 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C85F87

Tints of Hopbush #C85F87

Color information

#C85F87 (or 0xC85F87) is unknown color: approx Hopbush. HEX triplet: C8, 5F and 87. RGB value is (200,95,135). Sum of RGB (Red+Green+Blue) = 200+95+135=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85F87 is #37A078. Grayscale: #828282. Windows color (decimal): -3645561 or 8871880. OLE color: 8871880.

HSL color Cylindrical-coordinate representation of color #C85F87: hue angle of 337.14º 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 #C85F87 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB20095135-
CMYK00.520.320.22
HSL337.14º48.84%57.84%-
HSV(B)337.14º52.5%78.43%-
XYZ32.2822.2125.51-
YUV130.95130.29177.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=46.51%
G=22.09%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009513500.520.320.22337.1448.8457.84
HexC85F870342016151313a
Octal31013720706440265216172
Binary11001000101111110000111011010010000010110101010001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85F87; }

 p { color: rgb(200,95,135); }

 H1.HeaderClassName
 {
   color: #C85F87;
 }
 .AnyTagClassName
 {
   color: #C85F87;
 }
</style>
background-color css

<style>
 a { background-color: #C85F87; }

 a { background-color: rgb(200,95,135); }

 div.DivClassName
 {
   background-color: #C85F87;
 }
 .BgClassName
 {
   background-color: #C85F87;
 }
</style>
border-color css

<style>
 span { border-color: #C85F87; }

 span { border-color: rgb(200,95,135); }

 td.TdClassName
 {
   border-color: #C85F87;
 }
 .TagClassName
 {
   border-color: #C85F87;
 }
</style>