#C35486

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

Shades of Mulberry #C35486

Tints of Mulberry #C35486

Color information

#C35486 (or 0xC35486) is unknown color: approx Mulberry. HEX triplet: C3, 54 and 86. RGB value is (195,84,134). Sum of RGB (Red+Green+Blue) = 195+84+134=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35486 is #3CAB79. Grayscale: #7A7A7A. Windows color (decimal): -3976058 or 8803523. OLE color: 8803523.

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

Color convert

RGB19584134-
CMYK00.570.310.24
HSL332.97º48.05%54.71%-
HSV(B)332.97º56.92%76.47%-
XYZ29.9819.6624.77-
YUV122.89134.27179.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=47.22%
G=20.34%
B=32.45%

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
Decimal1958413400.570.310.24332.9748.0554.71
HexC354860391F1814d3037
Octal30312420607137305156067
Binary1100001110101001000011001110011111111000101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35486; }

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

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

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

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

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

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

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

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