#C35993

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

Shades of Mulberry #C35993

Tints of Mulberry #C35993

Color information

#C35993 (or 0xC35993) is unknown color: approx Mulberry. HEX triplet: C3, 59 and 93. RGB value is (195,89,147). Sum of RGB (Red+Green+Blue) = 195+89+147=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35993 is #3CA66C. Grayscale: #7F7F7F. Windows color (decimal): -3974765 or 9656771. OLE color: 9656771.

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

Color convert

RGB19589147-
CMYK00.540.250.24
HSL327.17º46.9%55.69%-
HSV(B)327.17º54.36%76.47%-
XYZ31.3420.8529.98-
YUV127.31139.12176.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=45.24%
G=20.65%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958914700.540.250.24327.1746.955.69
HexC3599303619181472f38
Octal30313122306631305075770
Binary1100001110110011001001101101101100111000101000111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35993; }

 p { color: rgb(195,89,147); }

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

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

 a { background-color: rgb(195,89,147); }

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

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

 span { border-color: rgb(195,89,147); }

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