COLOR #C15890

HEX: #C15890
RGB: (193,88,144)

Color info

#C15890 contains mainly red and blue colors. Web safe color of #C15890 is #CC6699 (or #C69).

RGB color model

#C15890 color RGB value is (193,88,144).

  • red value is 193;
  • green value is 88;
  • blue value is 144.
RGB:
(193,88,144)
(76%,35%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 88 of 255 = 35%
B 144 of 255 = 56%

193
88
144

R + G + B ~ 56%. #C15890 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 88 + 144 = 425 (100%)
R 193 of 425 ~ 45.41%
G 88 of 425 ~ 20.71%
B 144 of 425 ~ 33.88%

%45.41
%20.71
%33.88

CMYK color model

#C15890 color CMYK value is (0,54,25,24).

  • cyan value is 0.00%
  • magenta value is 54.40%
  • yellow value is 25.39%
  • key color value is 24.31%
CMYK:
(0,54,25,24)
C0M54Y25K24 
(0%,54%,25%,24%)
(0.00/0.54/0.25/0.24)	

CMYK percentages

%0
%54.4
%25.39
%24.31

Codes

Color #C15890 in popluar color models

C15890
RGB19388144
HSL328°45.85%55.10%
HSB/HSV328°54.40%75.69%
CMYK0.00%54.40%25.39%
24.31%

Color #C15890 in popluar number systems.

HEXC15890
Decimal19388144
Binary11000001101100010010000
Octal301130220

Shades and tints

Shades of #C15890

#C15890
(193,88,144)
#B05083
(176,80,131)
#9F4876
(159,72,118)
#8E4069
(142,64,105)
#7D385C
(125,56,92)
#6C304F
(108,48,79)
#5B2842
(91,40,66)
#4A2035
(74,32,53)
#391828
(57,24,40)
#28101B
(40,16,27)
#17080E
(23,8,14)
#000000
(0,0,0)

Tints of #C15890

#C15890
(193,88,144)
#C6679A
(198,103,154)
#CB76A4
(203,118,164)
#D085AE
(208,133,174)
#D594B8
(213,148,184)
#DAA3C2
(218,163,194)
#DFB2CC
(223,178,204)
#E4C1D6
(228,193,214)
#E9D0E0
(233,208,224)
#EEDFEA
(238,223,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15890 color. Also use rgb(193,88,144) instead hex code.

Text Font Color

.myTextColor { color: #C15890; }

<p style="color:#C15890">This sample text font color is #C15890.</p>

This text font color is #C15890.


Background Color

.myBgColor { background-color: #C15890; }

<div style="background-color:#C15890">Inner text</div>

This div background color is #C15890.


Border color

.myBorderColor { border: 1px solid #C15890; }

<div style="border:3px solid #C15890">Div</div>

This div border color is #C15890.


Opacity

.myOpacity80 { color: #C15890; opacity: 0.8; }

<p style="color:#C15890;opacity:0.8;">80%</p>

Text with #C15890 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C15890;}

<p style="text-shadow: 3px 3px 1px #C15890">Text here.</p>

This text has shadow with #C15890 color.

.textShadow {text-shadow: 3px 3px 1px #C15890, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C15890, 5px 5px 20px red">Text here.</p>

This text has shadow with #C15890 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C15890, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C15890, Direction=45, Strength=4)">Text</p>

This text has shadow with #C15890 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C15890;
  -webkit-box-shadow:	1px 1px 3px 2px #C15890;
  box-shadow:		1px 1px 3px 2px #C15890;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C15890;
-webkit-box-shadow: 1px 1px 3px 2px #C15890;
box-shadow:1px 1px 3px 2px #C15890;">
Div content here</div>
This div box has shadow with color #C15890.

Preview

Color preview on black background

This text has color #C15890 on black background.


Color preview on white background

This text has color #C15890 on white background.



Black color preview on #C15890 background

This text has black color on #C15890 background.


White color preview on #C15890 background

This text has white color on #C15890 background.