#C25084

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

Shades of Mulberry #C25084

Tints of Mulberry #C25084

Color information

#C25084 (or 0xC25084) is unknown color: approx Mulberry. HEX triplet: C2, 50 and 84. RGB value is (194,80,132). Sum of RGB (Red+Green+Blue) = 194+80+132=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C25084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25084 is #3DAF7B. Grayscale: #777777. Windows color (decimal): -4042620 or 8671426. OLE color: 8671426.

HSL color Cylindrical-coordinate representation of color #C25084: hue angle of 332.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25084 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19480132-
CMYK00.590.320.24
HSL332.63º48.31%53.73%-
HSV(B)332.63º58.76%76.08%-
XYZ29.2818.8723.93-
YUV120.01134.77180.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.78%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=47.78%
G=19.70%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948013200.590.320.24332.6348.3153.73
HexC2508403B201814d3036
Octal30212020407340305156066
Binary11000010101000010000100011101110000011000101001101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25084; }

 p { color: rgb(194,80,132); }

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

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

 a { background-color: rgb(194,80,132); }

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

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

 span { border-color: rgb(194,80,132); }

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