#C15386

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

Shades of Mulberry #C15386

Tints of Mulberry #C15386

Color information

#C15386 (or 0xC15386) is unknown color: approx Mulberry. HEX triplet: C1, 53 and 86. RGB value is (193,83,134). Sum of RGB (Red+Green+Blue) = 193+83+134=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C15386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15386 is #3EAC79. Grayscale: #797979. Windows color (decimal): -4107386 or 8803265. OLE color: 8803265.

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

Color convert

RGB19383134-
CMYK00.570.310.24
HSL332.18º47.01%54.12%-
HSV(B)332.18º56.99%75.69%-
XYZ29.3919.2524.72-
YUV121.7134.94178.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=47.07%
G=20.24%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938313400.570.310.24332.1847.0154.12
HexC153860391F1814c2f36
Octal30112320607137305145766
Binary1100000110100111000011001110011111111000101001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15386; }

 p { color: rgb(193,83,134); }

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

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

 a { background-color: rgb(193,83,134); }

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

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

 span { border-color: rgb(193,83,134); }

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