#C346A0

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

Shades of Mulberry #C346A0

Tints of Mulberry #C346A0

Color information

#C346A0 (or 0xC346A0) is unknown color: approx Mulberry. HEX triplet: C3, 46 and A0. RGB value is (195,70,160). Sum of RGB (Red+Green+Blue) = 195+70+160=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C346A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346A0 is #3CB95F. Grayscale: #757575. Windows color (decimal): -3979616 or 10503875. OLE color: 10503875.

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

Color convert

RGB19570160-
CMYK00.640.180.24
HSL316.8º51.02%51.96%-
HSV(B)316.8º64.1%76.47%-
XYZ31.0418.5235.2-
YUV117.64151.91183.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=45.88%
G=16.47%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957016000.640.180.24316.851.0251.96
HexC346A0040121813d3334
Octal303106240010022304756364
Binary11000011100011010100000010000001001011000100111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C346A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C346A0; }

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

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

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

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

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

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

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

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