#C2528E

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

Shades of Mulberry #C2528E

Tints of Mulberry #C2528E

Color information

#C2528E (or 0xC2528E) is unknown color: approx Mulberry. HEX triplet: C2, 52 and 8E. RGB value is (194,82,142). Sum of RGB (Red+Green+Blue) = 194+82+142=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2528E is #3DAD71. Grayscale: #7A7A7A. Windows color (decimal): -4042098 or 9327298. OLE color: 9327298.

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

Color convert

RGB19482142-
CMYK00.580.270.24
HSL327.86º47.86%54.12%-
HSV(B)327.86º57.73%76.08%-
XYZ30.1519.4627.76-
YUV122.33139.11179.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=46.41%
G=19.62%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948214200.580.270.24327.8647.8654.12
HexC2528E03A1B181483036
Octal30212221607233305106066
Binary1100001010100101000111001110101101111000101001000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2528E; }

 p { color: rgb(194,82,142); }

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

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

 a { background-color: rgb(194,82,142); }

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

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

 span { border-color: rgb(194,82,142); }

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