#C5577F

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

Shades of Mulberry #C5577F

Tints of Mulberry #C5577F

Color information

#C5577F (or 0xC5577F) is unknown color: approx Mulberry. HEX triplet: C5, 57 and 7F. RGB value is (197,87,127). Sum of RGB (Red+Green+Blue) = 197+87+127=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5577F is #3AA880. Grayscale: #7C7C7C. Windows color (decimal): -3844225 or 8345541. OLE color: 8345541.

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

Color convert

RGB19787127-
CMYK00.560.360.23
HSL338.18º48.67%55.69%-
HSV(B)338.18º55.84%77.25%-
XYZ30.2620.2222.39-
YUV124.45129.44179.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 127 (50% from 255) = 30.90%
R=47.93%
G=21.17%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978712700.560.360.23338.1848.6755.69
HexC5577F03824171523138
Octal30512717707044275226170
Binary1100010110101111111111011100010010010111101010010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5577F; }

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

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

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

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

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

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

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

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