#C35D95

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

Shades of Mulberry #C35D95

Tints of Mulberry #C35D95

Color information

#C35D95 (or 0xC35D95) is unknown color: approx Mulberry. HEX triplet: C3, 5D and 95. RGB value is (195,93,149). Sum of RGB (Red+Green+Blue) = 195+93+149=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D95 is #3CA26A. Grayscale: #818181. Windows color (decimal): -3973739 or 9788867. OLE color: 9788867.

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

Color convert

RGB19593149-
CMYK00.520.240.24
HSL327.06º45.95%56.47%-
HSV(B)327.06º52.31%76.47%-
XYZ31.8421.630.92-
YUV129.88138.79174.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=44.62%
G=21.28%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959314900.520.240.24327.0645.9556.47
HexC35D9503418181472e38
Octal30313522506430305075670
Binary1100001110111011001010101101001100011000101000111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D95; }

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

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

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

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

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

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

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

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