COLOR #C27C83

HEX: #C27C83
RGB: (194,124,131)

Color info

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

RGB color model

#C27C83 color RGB value is (194,124,131).

  • red value is 194;
  • green value is 124;
  • blue value is 131.
RGB:
(194,124,131)
(76%,49%,51%)

RGB channels and saturation

R 194 of 255 = 76%
G 124 of 255 = 49%
B 131 of 255 = 51%

194
124
131

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

Portions of RGB colors in percentages

R + G + B =
194 + 124 + 131 = 449 (100%)
R 194 of 449 ~ 43.21%
G 124 of 449 ~ 27.62%
B 131 of 449 ~ 29.18%

%43.21
%27.62
%29.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 32.47%
  • 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
%36.08
%32.47
%23.92

Codes

Color #C27C83 in popluar color models

C27C83
RGB194124131
HSL354°36.46%62.35%
HSB/HSV354°36.08%76.08%
CMYK0.00%36.08%32.47%
23.92%

Color #C27C83 in popluar number systems.

HEXC27C83
Decimal194124131
Binary11000010111110010000011
Octal302174203

Shades and tints

Shades of #C27C83

#C27C83
(194,124,131)
#B17178
(177,113,120)
#A0666D
(160,102,109)
#8F5B62
(143,91,98)
#7E5057
(126,80,87)
#6D454C
(109,69,76)
#5C3A41
(92,58,65)
#4B2F36
(75,47,54)
#3A242B
(58,36,43)
#291920
(41,25,32)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #C27C83

#C27C83
(194,124,131)
#C7878E
(199,135,142)
#CC9299
(204,146,153)
#D19DA4
(209,157,164)
#D6A8AF
(214,168,175)
#DBB3BA
(219,179,186)
#E0BEC5
(224,190,197)
#E5C9D0
(229,201,208)
#EAD4DB
(234,212,219)
#EFDFE6
(239,223,230)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27C83 color. Also use rgb(194,124,131) instead hex code.

Text Font Color

.myTextColor { color: #C27C83; }

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

This text font color is #C27C83.


Background Color

.myBgColor { background-color: #C27C83; }

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

This div background color is #C27C83.


Border color

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

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

This div border color is #C27C83.


Opacity

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

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

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

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

This text has shadow with #C27C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27C83 on black background.


Color preview on white background

This text has color #C27C83 on white background.



Black color preview on #C27C83 background

This text has black color on #C27C83 background.


White color preview on #C27C83 background

This text has white color on #C27C83 background.