#C5427C

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

Shades of Mulberry #C5427C

Tints of Mulberry #C5427C

Color information

#C5427C (or 0xC5427C) is unknown color: approx Mulberry. HEX triplet: C5, 42 and 7C. RGB value is (197,66,124). Sum of RGB (Red+Green+Blue) = 197+66+124=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5427C is #3ABD83. Grayscale: #6F6F6F. Windows color (decimal): -3849604 or 8143557. OLE color: 8143557.

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

Color convert

RGB19766124-
CMYK00.660.370.23
HSL333.44º53.04%51.57%-
HSV(B)333.44º66.5%77.25%-
XYZ28.6117.2220.88-
YUV111.78134.9188.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=50.90%
G=17.05%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976612400.660.370.23333.4453.0451.57
HexC5427C042251714d3534
Octal305102174010245275156564
Binary11000101100001011111000100001010010110111101001101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5427C; }

 p { color: rgb(197,66,124); }

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

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

 a { background-color: rgb(197,66,124); }

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

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

 span { border-color: rgb(197,66,124); }

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