#C35D87

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

Shades of Mulberry #C35D87

Tints of Mulberry #C35D87

Color information

#C35D87 (or 0xC35D87) is unknown color: approx Mulberry. HEX triplet: C3, 5D and 87. RGB value is (195,93,135). Sum of RGB (Red+Green+Blue) = 195+93+135=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D87 is #3CA278. Grayscale: #808080. Windows color (decimal): -3973753 or 8871363. OLE color: 8871363.

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

Color convert

RGB19593135-
CMYK00.520.310.24
HSL335.29º45.95%56.47%-
HSV(B)335.29º52.31%76.47%-
XYZ30.7921.1825.39-
YUV128.29131.79175.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=46.10%
G=21.99%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959313500.520.310.24335.2945.9556.47
HexC35D870341F1814f2e38
Octal30313520706437305175670
Binary1100001110111011000011101101001111111000101001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D87; }

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

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

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

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

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

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

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

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