#C35385

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

Shades of Mulberry #C35385

Tints of Mulberry #C35385

Color information

#C35385 (or 0xC35385) is unknown color: approx Mulberry. HEX triplet: C3, 53 and 85. RGB value is (195,83,133). Sum of RGB (Red+Green+Blue) = 195+83+133=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35385 is #3CAC7A. Grayscale: #7A7A7A. Windows color (decimal): -3976315 or 8737731. OLE color: 8737731.

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

Color convert

RGB19583133-
CMYK00.570.320.24
HSL333.21º48.28%54.51%-
HSV(B)333.21º57.44%76.47%-
XYZ29.8319.4824.38-
YUV122.19134.11179.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=47.45%
G=20.19%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958313300.570.320.24333.2148.2854.51
HexC35385039201814d3037
Octal30312320507140305156067
Binary11000011101001110000101011100110000011000101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35385; }

 p { color: rgb(195,83,133); }

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

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

 a { background-color: rgb(195,83,133); }

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

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

 span { border-color: rgb(195,83,133); }

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