#C344A0

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

Shades of Mulberry #C344A0

Tints of Mulberry #C344A0

Color information

#C344A0 (or 0xC344A0) is unknown color: approx Mulberry. HEX triplet: C3, 44 and A0. RGB value is (195,68,160). Sum of RGB (Red+Green+Blue) = 195+68+160=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C344A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344A0 is #3CBB5F. Grayscale: #747474. Windows color (decimal): -3980128 or 10503363. OLE color: 10503363.

HSL color Cylindrical-coordinate representation of color #C344A0: hue angle of 316.54º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C344A0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19568160-
CMYK00.650.180.24
HSL316.54º51.42%51.57%-
HSV(B)316.54º65.13%76.47%-
XYZ30.9218.2735.16-
YUV116.46152.58184.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 68 (26.95% from 255) = 16.08%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=46.10%
G=16.08%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956816000.650.180.24316.5451.4251.57
HexC344A0041121813d3334
Octal303104240010122304756364
Binary11000011100010010100000010000011001011000100111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C344A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C344A0; }

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

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

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

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

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

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

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

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