#C45780

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

Shades of Mulberry #C45780

Tints of Mulberry #C45780

Color information

#C45780 (or 0xC45780) is unknown color: approx Mulberry. HEX triplet: C4, 57 and 80. RGB value is (196,87,128). Sum of RGB (Red+Green+Blue) = 196+87+128=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45780 is #3BA87F. Grayscale: #7C7C7C. Windows color (decimal): -3909760 or 8411076. OLE color: 8411076.

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

Color convert

RGB19687128-
CMYK00.560.350.23
HSL337.43º48.02%55.49%-
HSV(B)337.43º55.61%76.86%-
XYZ30.0720.1122.72-
YUV124.26130.11179.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=47.69%
G=21.17%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968712800.560.350.23337.4348.0255.49
HexC4578003823171513037
Octal30412720007043275216067
Binary11000100101011110000000011100010001110111101010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45780; }

 p { color: rgb(196,87,128); }

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

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

 a { background-color: rgb(196,87,128); }

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

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

 span { border-color: rgb(196,87,128); }

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