COLOR #C27E95

HEX: #C27E95
RGB: (194,126,149)

Color info

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

RGB color model

#C27E95 color RGB value is (194,126,149).

  • red value is 194;
  • green value is 126;
  • blue value is 149.
RGB:
(194,126,149)
(76%,49%,58%)

RGB channels and saturation

R 194 of 255 = 76%
G 126 of 255 = 49%
B 149 of 255 = 58%

194
126
149

R + G + B ~ 61%. #C27E95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 126 + 149 = 469 (100%)
R 194 of 469 ~ 41.36%
G 126 of 469 ~ 26.87%
B 149 of 469 ~ 31.77%

%41.36
%26.87
%31.77

CMYK color model

#C27E95 color CMYK value is (0,35,23,24).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 23.20%
  • key color value is 23.92%
CMYK:
(0,35,23,24)
C0M35Y23K24 
(0%,35%,23%,24%)
(0.00/0.35/0.23/0.24)	

CMYK percentages

%0
%35.05
%23.2
%23.92

Codes

Color #C27E95 in popluar color models

C27E95
RGB194126149
HSL340°35.79%62.75%
HSB/HSV340°35.05%76.08%
CMYK0.00%35.05%23.20%
23.92%

Color #C27E95 in popluar number systems.

HEXC27E95
Decimal194126149
Binary11000010111111010010101
Octal302176225

Shades and tints

Shades of #C27E95

#C27E95
(194,126,149)
#B17388
(177,115,136)
#A0687B
(160,104,123)
#8F5D6E
(143,93,110)
#7E5261
(126,82,97)
#6D4754
(109,71,84)
#5C3C47
(92,60,71)
#4B313A
(75,49,58)
#3A262D
(58,38,45)
#291B20
(41,27,32)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #C27E95

#C27E95
(194,126,149)
#C7899E
(199,137,158)
#CC94A7
(204,148,167)
#D19FB0
(209,159,176)
#D6AAB9
(214,170,185)
#DBB5C2
(219,181,194)
#E0C0CB
(224,192,203)
#E5CBD4
(229,203,212)
#EAD6DD
(234,214,221)
#EFE1E6
(239,225,230)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27E95 color. Also use rgb(194,126,149) instead hex code.

Text Font Color

.myTextColor { color: #C27E95; }

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

This text font color is #C27E95.


Background Color

.myBgColor { background-color: #C27E95; }

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

This div background color is #C27E95.


Border color

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

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

This div border color is #C27E95.


Opacity

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

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

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

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

This text has shadow with #C27E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27E95 on black background.


Color preview on white background

This text has color #C27E95 on white background.



Black color preview on #C27E95 background

This text has black color on #C27E95 background.


White color preview on #C27E95 background

This text has white color on #C27E95 background.