#C5418C

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

Shades of Mulberry #C5418C

Tints of Mulberry #C5418C

Color information

#C5418C (or 0xC5418C) is unknown color: approx Mulberry. HEX triplet: C5, 41 and 8C. RGB value is (197,65,140). Sum of RGB (Red+Green+Blue) = 197+65+140=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5418C is #3ABE73. Grayscale: #707070. Windows color (decimal): -3849844 or 9191877. OLE color: 9191877.

HSL color Cylindrical-coordinate representation of color #C5418C: hue angle of 325.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5418C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19765140-
CMYK00.670.290.23
HSL325.91º53.23%51.37%-
HSV(B)325.91º67.01%77.25%-
XYZ29.6517.5426.63-
YUV113.02143.23187.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=49.00%
G=16.17%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976514000.670.290.23325.9153.2351.37
HexC5418C0431D171463533
Octal305101214010335275066563
Binary11000101100000110001100010000111110110111101000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5418C; }

 p { color: rgb(197,65,140); }

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

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

 a { background-color: rgb(197,65,140); }

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

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

 span { border-color: rgb(197,65,140); }

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