#C349A0

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

Shades of Mulberry #C349A0

Tints of Mulberry #C349A0

Color information

#C349A0 (or 0xC349A0) is unknown color: approx Mulberry. HEX triplet: C3, 49 and A0. RGB value is (195,73,160). Sum of RGB (Red+Green+Blue) = 195+73+160=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C349A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C349A0 is #3CB65F. Grayscale: #777777. Windows color (decimal): -3978848 or 10504643. OLE color: 10504643.

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

Color convert

RGB19573160-
CMYK00.630.180.24
HSL317.21º50.41%52.55%-
HSV(B)317.21º62.56%76.47%-
XYZ31.2318.9135.26-
YUV119.4150.92181.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 73 (28.91% from 255) = 17.06%
BLUE value IS 160 (62.89% from 255) = 37.38%
R=45.56%
G=17.06%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957316000.630.180.24317.2150.4152.55
HexC349A003F121813d3235
Octal30311124007722304756265
Binary1100001110010011010000001111111001011000100111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C349A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C349A0; }

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

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

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

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

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

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

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

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