#C5537E

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

Shades of Mulberry #C5537E

Tints of Mulberry #C5537E

Color information

#C5537E (or 0xC5537E) is unknown color: approx Mulberry. HEX triplet: C5, 53 and 7E. RGB value is (197,83,126). Sum of RGB (Red+Green+Blue) = 197+83+126=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5537E is #3AAC81. Grayscale: #797979. Windows color (decimal): -3845250 or 8278981. OLE color: 8278981.

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

Color convert

RGB19783126-
CMYK00.580.360.23
HSL337.37º49.57%54.9%-
HSV(B)337.37º57.87%77.25%-
XYZ29.8919.5621.94-
YUV121.99130.27181.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=48.52%
G=20.44%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978312600.580.360.23337.3749.5754.9
HexC5537E03A24171513237
Octal30512317607244275216267
Binary1100010110100111111110011101010010010111101010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5537E; }

 p { color: rgb(197,83,126); }

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

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

 a { background-color: rgb(197,83,126); }

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

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

 span { border-color: rgb(197,83,126); }

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