#C35387

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

Shades of Mulberry #C35387

Tints of Mulberry #C35387

Color information

#C35387 (or 0xC35387) is unknown color: approx Mulberry. HEX triplet: C3, 53 and 87. RGB value is (195,83,135). Sum of RGB (Red+Green+Blue) = 195+83+135=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35387 is #3CAC78. Grayscale: #7A7A7A. Windows color (decimal): -3976313 or 8868803. OLE color: 8868803.

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

Color convert

RGB19583135-
CMYK00.570.310.24
HSL332.14º48.28%54.51%-
HSV(B)332.14º57.44%76.47%-
XYZ29.9719.5425.11-
YUV122.42135.11179.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=47.22%
G=20.10%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958313500.570.310.24332.1448.2854.51
HexC353870391F1814c3037
Octal30312320707137305146067
Binary1100001110100111000011101110011111111000101001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35387; }

 p { color: rgb(195,83,135); }

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

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

 a { background-color: rgb(195,83,135); }

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

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

 span { border-color: rgb(195,83,135); }

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