#C557A5

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

Shades of Mulberry #C557A5

Tints of Mulberry #C557A5

Color information

#C557A5 (or 0xC557A5) is unknown color: approx Mulberry. HEX triplet: C5, 57 and A5. RGB value is (197,87,165). Sum of RGB (Red+Green+Blue) = 197+87+165=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C557A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C557A5 is #3AA85A. Grayscale: #808080. Windows color (decimal): -3844187 or 10835909. OLE color: 10835909.

HSL color Cylindrical-coordinate representation of color #C557A5: hue angle of 317.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C557A5 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB19787165-
CMYK00.560.160.23
HSL317.45º48.67%55.69%-
HSV(B)317.45º55.84%77.25%-
XYZ33.2321.437.98-
YUV128.78148.44176.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=43.88%
G=19.38%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978716500.560.160.23317.4548.6755.69
HexC557A5038101713d3138
Octal30512724507020274756170
Binary1100010110101111010010101110001000010111100111101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C557A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C557A5; }

 p { color: rgb(197,87,165); }

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

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

 a { background-color: rgb(197,87,165); }

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

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

 span { border-color: rgb(197,87,165); }

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