#C35586

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

Shades of Mulberry #C35586

Tints of Mulberry #C35586

Color information

#C35586 (or 0xC35586) is unknown color: approx Mulberry. HEX triplet: C3, 55 and 86. RGB value is (195,85,134). Sum of RGB (Red+Green+Blue) = 195+85+134=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C35586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35586 is #3CAA79. Grayscale: #7B7B7B. Windows color (decimal): -3975802 or 8803779. OLE color: 8803779.

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

Color convert

RGB19585134-
CMYK00.560.310.24
HSL333.27º47.83%54.9%-
HSV(B)333.27º56.41%76.47%-
XYZ30.0619.8224.8-
YUV123.48133.94179.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=47.10%
G=20.53%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958513400.560.310.24333.2747.8354.9
HexC355860381F1814d3037
Octal30312520607037305156067
Binary1100001110101011000011001110001111111000101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35586; }

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

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

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

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

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

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

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

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