#C25D96

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

Shades of Mulberry #C25D96

Tints of Mulberry #C25D96

Color information

#C25D96 (or 0xC25D96) is unknown color: approx Mulberry. HEX triplet: C2, 5D and 96. RGB value is (194,93,150). Sum of RGB (Red+Green+Blue) = 194+93+150=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D96 is #3DA269. Grayscale: #818181. Windows color (decimal): -4039274 or 9854402. OLE color: 9854402.

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

Color convert

RGB19493150-
CMYK00.520.230.24
HSL326.14º45.29%56.27%-
HSV(B)326.14º52.06%76.08%-
XYZ31.6721.531.34-
YUV129.7139.46173.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=44.39%
G=21.28%
B=34.32%

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
Decimal1949315000.520.230.24326.1445.2956.27
HexC25D9603417181462d38
Octal30213522606427305065570
Binary1100001010111011001011001101001011111000101000110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D96; }

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

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

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

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

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

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

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

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