#c3499b

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

Shades of Mulberry #C3499B

Tints of Mulberry #C3499B

Color information

#C3499B (or 0xC3499B) is unknown color: approx Mulberry. HEX triplet: C3, 49 and 9B. RGB value is (195,73,155). Sum of RGB (Red+Green+Blue) = 195+73+155=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3499B is #3CB664. Grayscale: #767676. Windows color (decimal): -3978853 or 10176963. OLE color: 10176963.

HSL color Cylindrical-coordinate representation of color #C3499B: hue angle of 319.67º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3499B is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19573155-
CMYK00.630.210.24
HSL319.67º50.41%52.55%-
HSV(B)319.67º62.56%76.47%-
XYZ30.818.7333-
YUV118.83148.42182.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=46.10%
G=17.26%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957315500.630.210.24319.6750.4152.55
HexC3499B03F15181403235
Octal30311123307725305006265
Binary1100001110010011001101101111111010111000101000000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3499b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3499b; }

 p { color: rgb(195,73,155); }

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

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

 a { background-color: rgb(195,73,155); }

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

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

 span { border-color: rgb(195,73,155); }

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