#C3548C

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

Shades of Mulberry #C3548C

Tints of Mulberry #C3548C

Color information

#C3548C (or 0xC3548C) is unknown color: approx Mulberry. HEX triplet: C3, 54 and 8C. RGB value is (195,84,140). Sum of RGB (Red+Green+Blue) = 195+84+140=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3548C is #3CAB73. Grayscale: #7B7B7B. Windows color (decimal): -3976052 or 9196739. OLE color: 9196739.

HSL color Cylindrical-coordinate representation of color #C3548C: hue angle of 329.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3548C is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19584140-
CMYK00.570.280.24
HSL329.73º48.05%54.71%-
HSV(B)329.73º56.92%76.47%-
XYZ30.4119.8427.04-
YUV123.57137.27178.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=46.54%
G=20.05%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958414000.570.280.24329.7348.0554.71
HexC3548C0391C1814a3037
Octal30312421407134305126067
Binary1100001110101001000110001110011110011000101001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3548C; }

 p { color: rgb(195,84,140); }

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

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

 a { background-color: rgb(195,84,140); }

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

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

 span { border-color: rgb(195,84,140); }

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