#C5518F

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

Shades of Mulberry #C5518F

Tints of Mulberry #C5518F

Color information

#C5518F (or 0xC5518F) is unknown color: approx Mulberry. HEX triplet: C5, 51 and 8F. RGB value is (197,81,143). Sum of RGB (Red+Green+Blue) = 197+81+143=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5518F is #3AAE70. Grayscale: #7A7A7A. Windows color (decimal): -3845745 or 9392581. OLE color: 9392581.

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

Color convert

RGB19781143-
CMYK00.590.270.23
HSL327.93º50%54.51%-
HSV(B)327.93º58.88%77.25%-
XYZ30.9319.7428.17-
YUV122.75139.43180.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=46.79%
G=19.24%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978114300.590.270.23327.935054.51
HexC5518F03B1B171483237
Octal30512121707333275106267
Binary1100010110100011000111101110111101110111101001000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5518F; }

 p { color: rgb(197,81,143); }

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

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

 a { background-color: rgb(197,81,143); }

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

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

 span { border-color: rgb(197,81,143); }

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