#C3547F

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

Shades of Mulberry #C3547F

Tints of Mulberry #C3547F

Color information

#C3547F (or 0xC3547F) is unknown color: approx Mulberry. HEX triplet: C3, 54 and 7F. RGB value is (195,84,127). Sum of RGB (Red+Green+Blue) = 195+84+127=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3547F is #3CAB80. Grayscale: #7A7A7A. Windows color (decimal): -3976065 or 8344771. OLE color: 8344771.

HSL color Cylindrical-coordinate representation of color #C3547F: hue angle of 336.76º 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 #C3547F is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19584127-
CMYK00.570.350.24
HSL336.76º48.05%54.71%-
HSV(B)336.76º56.92%76.47%-
XYZ29.5119.4822.28-
YUV122.09130.77180-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 127 (50% from 255) = 31.28%
R=48.03%
G=20.69%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958412700.570.350.24336.7648.0554.71
HexC3547F03923181513037
Octal30312417707143305216067
Binary1100001110101001111111011100110001111000101010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3547F; }

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

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

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

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

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

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

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

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