COLOR #C15A93

HEX: #C15A93 RGB: (193,90,147)

Color info

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

RGB color model

#C15A93 color RGB value is (193,90,147).

RGB: (193,90,147) (76%, 35%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 90 of 255 = 35%
B 147 of 255 = 58%

193
90
147

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

Portions of RGB colors in percentages

R + G + B = 193 + 90 + 147 = 430 (100%)
R 193 of 430 ~ 44.88%
G 90 of 430 ~ 20.93%
B 147 of 430 ~ 34.19'%

%44.88
%20.93
%34.19

CMYK color model

#C15A93 color CMYK value is (0,53,24,24).

  • cyan value is 0.00%
  • magenta value is 53.37%
  • yellow value is 23.83%
  • key color value is 24.31%

CMYK: (0,53,24,24)
C0M53Y24K24 (0%, 53%, 24%, 24%)
(0.00 / 0.53 / 0.24 / 0.24)

CMYK percentages

%0
%53.37
%23.83
%24.31

Codes

Color #C15A93 in popluar color models

C1 5A 93
RGB 193 90 147
HSL 327° 45.37% 55.49%
HSB/HSV 327° 53.37% 75.69%
CMYK 0.00% 53.37% 23.83%
24.31%

Color #C15A93 in popluar number systems.

HEX C1 5A 93
Decimal 193 90 147
Binary 11000001 1011010 10010011
Octal 301 132 223

Shades and tints

Shades of #C15A93

#C15A93
(193,90,147)
#B05286
(176,82,134)
#9F4A79
(159,74,121)
#8E426C
(142,66,108)
#7D3A5F
(125,58,95)
#6C3252
(108,50,82)
#5B2A45
(91,42,69)
#4A2238
(74,34,56)
#391A2B
(57,26,43)
#28121E
(40,18,30)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #C15A93

#C15A93
(193,90,147)
#C6699C
(198,105,156)
#CB78A5
(203,120,165)
#D087AE
(208,135,174)
#D596B7
(213,150,183)
#DAA5C0
(218,165,192)
#DFB4C9
(223,180,201)
#E4C3D2
(228,195,210)
#E9D2DB
(233,210,219)
#EEE1E4
(238,225,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15A93 color. Also use rgb(193,90,147) instead hex code.

Text Font Color

.myTextColor { color: #C15A93; }

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

This text font color is #C15A93.

Background Color

.myBgColor { background-color: #C15A93; }

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

This div background color is #C15A93.

Border color

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

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

This div border color is #C15A93.

Opacity

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

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

Text with #C15A93 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 #C15A93;}

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

This text has shadow with #C15A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C15A93.

Preview

Color preview on black background

This text has color #C15A93 on black background.


Color preview on white background

This text has color #C15A93 on white background.


Black color preview on #C15A93 background

This text has black color on #C15A93 background.


White color preview on #C15A93 background

This text has white color on #C15A93 background.


Related colors

Complementary color

Complementary color for #hex is #3EA56C.


I love getcolorcode.com

Triadic colors

1 #93C15A and #5A93C1 with #C15A93 are triadic colors.

2 #935AC1 and #5AC193 with #C15A93 are triadic colors.