#c25d95

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

Shades of Mulberry #C25D95

Tints of Mulberry #C25D95

Color information

#C25D95 (or 0xC25D95) is unknown color: approx Mulberry. HEX triplet: C2, 5D and 95. RGB value is (194,93,149). Sum of RGB (Red+Green+Blue) = 194+93+149=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D95 is #3DA26A. Grayscale: #818181. Windows color (decimal): -4039275 or 9788866. OLE color: 9788866.

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

Color convert

RGB19493149-
CMYK00.520.230.24
HSL326.73º45.29%56.27%-
HSV(B)326.73º52.06%76.08%-
XYZ31.5921.4730.91-
YUV129.58138.96173.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=44.50%
G=21.33%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949314900.520.230.24326.7345.2956.27
HexC25D9503417181472d38
Octal30213522506427305075570
Binary1100001010111011001010101101001011111000101000111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25d95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25d95; }

 p { color: rgb(194,93,149); }

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

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

 a { background-color: rgb(194,93,149); }

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

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

 span { border-color: rgb(194,93,149); }

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