#C5528D

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

Shades of Mulberry #C5528D

Tints of Mulberry #C5528D

Color information

#C5528D (or 0xC5528D) is unknown color: approx Mulberry. HEX triplet: C5, 52 and 8D. RGB value is (197,82,141). Sum of RGB (Red+Green+Blue) = 197+82+141=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5528D is #3AAD72. Grayscale: #7A7A7A. Windows color (decimal): -3845491 or 9261765. OLE color: 9261765.

HSL color Cylindrical-coordinate representation of color #C5528D: hue angle of 329.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5528D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB19782141-
CMYK00.580.280.23
HSL329.22º49.78%54.71%-
HSV(B)329.22º58.38%77.25%-
XYZ30.8519.8327.4-
YUV123.11138.1180.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=46.90%
G=19.52%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978214100.580.280.23329.2249.7854.71
HexC5528D03A1C171493237
Octal30512221507234275116267
Binary1100010110100101000110101110101110010111101001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5528D; }

 p { color: rgb(197,82,141); }

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

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

 a { background-color: rgb(197,82,141); }

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

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

 span { border-color: rgb(197,82,141); }

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