COLOR #C27E6E

HEX: #C27E6E
RGB: (194,126,110)

Color info

#C27E6E contains mainly red color. Web safe color of #C27E6E is #CC6666 (or #C66).

RGB color model

#C27E6E color RGB value is (194,126,110).

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

RGB channels and saturation

R 194 of 255 = 76%
G 126 of 255 = 49%
B 110 of 255 = 43%

194
126
110

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

Portions of RGB colors in percentages

R + G + B =
194 + 126 + 110 = 430 (100%)
R 194 of 430 ~ 45.12%
G 126 of 430 ~ 29.3%
B 110 of 430 ~ 25.58%

%45.12
%29.3
%25.58

CMYK color model

#C27E6E color CMYK value is (0,35,43,24).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 43.30%
  • key color value is 23.92%
CMYK:
(0,35,43,24)
C0M35Y43K24 
(0%,35%,43%,24%)
(0.00/0.35/0.43/0.24)	

CMYK percentages

%0
%35.05
%43.3
%23.92

Codes

Color #C27E6E in popluar color models

C27E6E
RGB194126110
HSL11°40.78%59.61%
HSB/HSV11°43.30%76.08%
CMYK0.00%35.05%43.30%
23.92%

Color #C27E6E in popluar number systems.

HEXC27E6E
Decimal194126110
Binary1100001011111101101110
Octal302176156

Shades and tints

Shades of #C27E6E

#C27E6E
(194,126,110)
#B17364
(177,115,100)
#A0685A
(160,104,90)
#8F5D50
(143,93,80)
#7E5246
(126,82,70)
#6D473C
(109,71,60)
#5C3C32
(92,60,50)
#4B3128
(75,49,40)
#3A261E
(58,38,30)
#291B14
(41,27,20)
#18100A
(24,16,10)
#000000
(0,0,0)

Tints of #C27E6E

#C27E6E
(194,126,110)
#C7897B
(199,137,123)
#CC9488
(204,148,136)
#D19F95
(209,159,149)
#D6AAA2
(214,170,162)
#DBB5AF
(219,181,175)
#E0C0BC
(224,192,188)
#E5CBC9
(229,203,201)
#EAD6D6
(234,214,214)
#EFE1E3
(239,225,227)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27E6E; }

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

This text font color is #C27E6E.


Background Color

.myBgColor { background-color: #C27E6E; }

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

This div background color is #C27E6E.


Border color

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

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

This div border color is #C27E6E.


Opacity

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

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

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

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

This text has shadow with #C27E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27E6E on black background.


Color preview on white background

This text has color #C27E6E on white background.



Black color preview on #C27E6E background

This text has black color on #C27E6E background.


White color preview on #C27E6E background

This text has white color on #C27E6E background.