#C155A5

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

Shades of Mulberry #C155A5

Tints of Mulberry #C155A5

Color information

#C155A5 (or 0xC155A5) is unknown color: approx Mulberry. HEX triplet: C1, 55 and A5. RGB value is (193,85,165). Sum of RGB (Red+Green+Blue) = 193+85+165=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C155A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155A5 is #3EAA5A. Grayscale: #7E7E7E. Windows color (decimal): -4106843 or 10835393. OLE color: 10835393.

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

Color convert

RGB19385165-
CMYK00.560.150.24
HSL315.56º46.55%54.51%-
HSV(B)315.56º55.96%75.69%-
XYZ32.0320.5537.88-
YUV126.41149.78175.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.57%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=43.57%
G=19.19%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938516500.560.150.24315.5646.5554.51
HexC155A5038F1813c2f37
Octal30112524507017304745767
Binary110000011010101101001010111000111111000100111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155A5; }

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

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

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

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

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

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

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

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