#C25E86

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

Shades of Hopbush #C25E86

Tints of Hopbush #C25E86

Color information

#C25E86 (or 0xC25E86) is unknown color: approx Hopbush. HEX triplet: C2, 5E and 86. RGB value is (194,94,134). Sum of RGB (Red+Green+Blue) = 194+94+134=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25E86 is #3DA179. Grayscale: #808080. Windows color (decimal): -4039034 or 8806082. OLE color: 8806082.

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

Color convert

RGB19494134-
CMYK00.520.310.24
HSL336º45.05%56.47%-
HSV(B)336º51.55%76.08%-
XYZ30.5521.225.04-
YUV128.46131.13174.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=45.97%
G=22.27%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949413400.520.310.2433645.0556.47
HexC25E860341F181502d38
Octal30213620606437305205570
Binary1100001010111101000011001101001111111000101010000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E86; }

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

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

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

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

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

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

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

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