#C155A6

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

Shades of Mulberry #C155A6

Tints of Mulberry #C155A6

Color information

#C155A6 (or 0xC155A6) is unknown color: approx Mulberry. HEX triplet: C1, 55 and A6. RGB value is (193,85,166). Sum of RGB (Red+Green+Blue) = 193+85+166=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C155A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155A6 is #3EAA59. Grayscale: #7E7E7E. Windows color (decimal): -4106842 or 10900929. OLE color: 10900929.

HSL color Cylindrical-coordinate representation of color #C155A6: hue angle of 315º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C155A6 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19385166-
CMYK00.560.140.24
HSL315º46.55%54.51%-
HSV(B)315º55.96%75.69%-
XYZ32.1220.5938.36-
YUV126.53150.28175.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=43.47%
G=19.14%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938516600.560.140.2431546.5554.51
HexC155A6038E1813b2f37
Octal30112524607016304735767
Binary110000011010101101001100111000111011000100111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155A6; }

 p { color: rgb(193,85,166); }

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

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

 a { background-color: rgb(193,85,166); }

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

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

 span { border-color: rgb(193,85,166); }

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