#c5428f

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

Shades of Mulberry #C5428F

Tints of Mulberry #C5428F

Color information

#C5428F (or 0xC5428F) is unknown color: approx Mulberry. HEX triplet: C5, 42 and 8F. RGB value is (197,66,143). Sum of RGB (Red+Green+Blue) = 197+66+143=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5428F is #3ABD70. Grayscale: #717171. Windows color (decimal): -3849585 or 9388741. OLE color: 9388741.

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

Color convert

RGB19766143-
CMYK00.660.270.23
HSL324.73º53.04%51.57%-
HSV(B)324.73º66.5%77.25%-
XYZ29.9317.7527.84-
YUV113.95144.4187.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=48.52%
G=16.26%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976614300.660.270.23324.7353.0451.57
HexC5428F0421B171453534
Octal305102217010233275056564
Binary11000101100001010001111010000101101110111101000101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5428f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5428f; }

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

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

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

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

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

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

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

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