#C35491

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

Shades of Mulberry #C35491

Tints of Mulberry #C35491

Color information

#C35491 (or 0xC35491) is unknown color: approx Mulberry. HEX triplet: C3, 54 and 91. RGB value is (195,84,145). Sum of RGB (Red+Green+Blue) = 195+84+145=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C35491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35491 is #3CAB6E. Grayscale: #7C7C7C. Windows color (decimal): -3976047 or 9524419. OLE color: 9524419.

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

Color convert

RGB19584145-
CMYK00.570.260.24
HSL327.03º48.05%54.71%-
HSV(B)327.03º56.92%76.47%-
XYZ30.7919.9929.02-
YUV124.14139.77178.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=45.99%
G=19.81%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958414500.570.260.24327.0348.0554.71
HexC354910391A181473037
Octal30312422107132305076067
Binary1100001110101001001000101110011101011000101000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35491; }

 p { color: rgb(195,84,145); }

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

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

 a { background-color: rgb(195,84,145); }

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

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

 span { border-color: rgb(195,84,145); }

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