#C25E87

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

Shades of Hopbush #C25E87

Tints of Hopbush #C25E87

Color information

#C25E87 (or 0xC25E87) is unknown color: approx Hopbush. HEX triplet: C2, 5E and 87. RGB value is (194,94,135). Sum of RGB (Red+Green+Blue) = 194+94+135=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25E87 is #3DA178. Grayscale: #808080. Windows color (decimal): -4039033 or 8871618. OLE color: 8871618.

HSL color Cylindrical-coordinate representation of color #C25E87: hue angle of 335.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25E87 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19494135-
CMYK00.520.300.24
HSL335.4º45.05%56.47%-
HSV(B)335.4º51.55%76.08%-
XYZ30.6221.2225.4-
YUV128.57131.63174.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=45.86%
G=22.22%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949413500.520.300.24335.445.0556.47
HexC25E870341E1814f2d38
Octal30213620706436305175570
Binary1100001010111101000011101101001111011000101001111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E87; }

 p { color: rgb(194,94,135); }

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

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

 a { background-color: rgb(194,94,135); }

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

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

 span { border-color: rgb(194,94,135); }

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