COLOR #C27D84

HEX: #C27D84
RGB: (194,125,132)

Color info

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

RGB color model

#C27D84 color RGB value is (194,125,132).

  • red value is 194;
  • green value is 125;
  • blue value is 132.
RGB:
(194,125,132)
(76%,49%,52%)

RGB channels and saturation

R 194 of 255 = 76%
G 125 of 255 = 49%
B 132 of 255 = 52%

194
125
132

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

Portions of RGB colors in percentages

R + G + B =
194 + 125 + 132 = 451 (100%)
R 194 of 451 ~ 43.02%
G 125 of 451 ~ 27.72%
B 132 of 451 ~ 29.27%

%43.02
%27.72
%29.27

CMYK color model

#C27D84 color CMYK value is (0,36,32,24).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 31.96%
  • key color value is 23.92%
CMYK:
(0,36,32,24)
C0M36Y32K24 
(0%,36%,32%,24%)
(0.00/0.36/0.32/0.24)	

CMYK percentages

%0
%35.57
%31.96
%23.92

Codes

Color #C27D84 in popluar color models

C27D84
RGB194125132
HSL354°36.13%62.55%
HSB/HSV354°35.57%76.08%
CMYK0.00%35.57%31.96%
23.92%

Color #C27D84 in popluar number systems.

HEXC27D84
Decimal194125132
Binary11000010111110110000100
Octal302175204

Shades and tints

Shades of #C27D84

#C27D84
(194,125,132)
#B17278
(177,114,120)
#A0676C
(160,103,108)
#8F5C60
(143,92,96)
#7E5154
(126,81,84)
#6D4648
(109,70,72)
#5C3B3C
(92,59,60)
#4B3030
(75,48,48)
#3A2524
(58,37,36)
#291A18
(41,26,24)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #C27D84

#C27D84
(194,125,132)
#C7888F
(199,136,143)
#CC939A
(204,147,154)
#D19EA5
(209,158,165)
#D6A9B0
(214,169,176)
#DBB4BB
(219,180,187)
#E0BFC6
(224,191,198)
#E5CAD1
(229,202,209)
#EAD5DC
(234,213,220)
#EFE0E7
(239,224,231)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27D84 color. Also use rgb(194,125,132) instead hex code.

Text Font Color

.myTextColor { color: #C27D84; }

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

This text font color is #C27D84.


Background Color

.myBgColor { background-color: #C27D84; }

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

This div background color is #C27D84.


Border color

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

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

This div border color is #C27D84.


Opacity

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

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

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

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

This text has shadow with #C27D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27D84 on black background.


Color preview on white background

This text has color #C27D84 on white background.



Black color preview on #C27D84 background

This text has black color on #C27D84 background.


White color preview on #C27D84 background

This text has white color on #C27D84 background.