#C35D89

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

Shades of Mulberry #C35D89

Tints of Mulberry #C35D89

Color information

#C35D89 (or 0xC35D89) is unknown color: approx Mulberry. HEX triplet: C3, 5D and 89. RGB value is (195,93,137). Sum of RGB (Red+Green+Blue) = 195+93+137=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D89 is #3CA276. Grayscale: #808080. Windows color (decimal): -3973751 or 9002435. OLE color: 9002435.

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

Color convert

RGB19593137-
CMYK00.520.300.24
HSL334.12º45.95%56.47%-
HSV(B)334.12º52.31%76.47%-
XYZ30.9421.2426.14-
YUV128.51132.79175.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=45.88%
G=21.88%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959313700.520.300.24334.1245.9556.47
HexC35D890341E1814e2e38
Octal30313521106436305165670
Binary1100001110111011000100101101001111011000101001110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35D89; }

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

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

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

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

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

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

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

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