COLOR #C15E82

HEX: #C15E82
RGB: (193,94,130)

Color info

#C15E82 contains mainly red color. Web safe color of #C15E82 is #CC6699 (or #C69).

RGB color model

#C15E82 color RGB value is (193,94,130).

  • red value is 193;
  • green value is 94;
  • blue value is 130.
RGB:
(193,94,130)
(76%,37%,51%)

RGB channels and saturation

R 193 of 255 = 76%
G 94 of 255 = 37%
B 130 of 255 = 51%

193
94
130

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

Portions of RGB colors in percentages

R + G + B =
193 + 94 + 130 = 417 (100%)
R 193 of 417 ~ 46.28%
G 94 of 417 ~ 22.54%
B 130 of 417 ~ 31.18%

%46.28
%22.54
%31.18

CMYK color model

#C15E82 color CMYK value is (0,51,33,24).

  • cyan value is 0.00%
  • magenta value is 51.30%
  • yellow value is 32.64%
  • key color value is 24.31%
CMYK:
(0,51,33,24)
C0M51Y33K24 
(0%,51%,33%,24%)
(0.00/0.51/0.33/0.24)	

CMYK percentages

%0
%51.3
%32.64
%24.31

Codes

Color #C15E82 in popluar color models

C15E82
RGB19394130
HSL338°44.39%56.27%
HSB/HSV338°51.30%75.69%
CMYK0.00%51.30%32.64%
24.31%

Color #C15E82 in popluar number systems.

HEXC15E82
Decimal19394130
Binary11000001101111010000010
Octal301136202

Shades and tints

Shades of #C15E82

#C15E82
(193,94,130)
#B05677
(176,86,119)
#9F4E6C
(159,78,108)
#8E4661
(142,70,97)
#7D3E56
(125,62,86)
#6C364B
(108,54,75)
#5B2E40
(91,46,64)
#4A2635
(74,38,53)
#391E2A
(57,30,42)
#28161F
(40,22,31)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #C15E82

#C15E82
(193,94,130)
#C66C8D
(198,108,141)
#CB7A98
(203,122,152)
#D088A3
(208,136,163)
#D596AE
(213,150,174)
#DAA4B9
(218,164,185)
#DFB2C4
(223,178,196)
#E4C0CF
(228,192,207)
#E9CEDA
(233,206,218)
#EEDCE5
(238,220,229)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15E82 color. Also use rgb(193,94,130) instead hex code.

Text Font Color

.myTextColor { color: #C15E82; }

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

This text font color is #C15E82.


Background Color

.myBgColor { background-color: #C15E82; }

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

This div background color is #C15E82.


Border color

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

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

This div border color is #C15E82.


Opacity

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

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

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

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

This text has shadow with #C15E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15E82 on black background.


Color preview on white background

This text has color #C15E82 on white background.



Black color preview on #C15E82 background

This text has black color on #C15E82 background.


White color preview on #C15E82 background

This text has white color on #C15E82 background.