COLOR #C27D77

HEX: #C27D77
RGB: (194,125,119)

Color info

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

RGB color model

#C27D77 color RGB value is (194,125,119).

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

RGB channels and saturation

R 194 of 255 = 76%
G 125 of 255 = 49%
B 119 of 255 = 47%

194
125
119

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

Portions of RGB colors in percentages

R + G + B =
194 + 125 + 119 = 438 (100%)
R 194 of 438 ~ 44.29%
G 125 of 438 ~ 28.54%
B 119 of 438 ~ 27.17%

%44.29
%28.54
%27.17

CMYK color model

#C27D77 color CMYK value is (0,36,39,24).

  • cyan value is 0.00%
  • magenta value is 35.57%
  • yellow value is 38.66%
  • key color value is 23.92%
CMYK:
(0,36,39,24)
C0M36Y39K24 
(0%,36%,39%,24%)
(0.00/0.36/0.39/0.24)	

CMYK percentages

%0
%35.57
%38.66
%23.92

Codes

Color #C27D77 in popluar color models

C27D77
RGB194125119
HSL38.07%61.37%
HSB/HSV38.66%76.08%
CMYK0.00%35.57%38.66%
23.92%

Color #C27D77 in popluar number systems.

HEXC27D77
Decimal194125119
Binary1100001011111011110111
Octal302175167

Shades and tints

Shades of #C27D77

#C27D77
(194,125,119)
#B1726D
(177,114,109)
#A06763
(160,103,99)
#8F5C59
(143,92,89)
#7E514F
(126,81,79)
#6D4645
(109,70,69)
#5C3B3B
(92,59,59)
#4B3031
(75,48,49)
#3A2527
(58,37,39)
#291A1D
(41,26,29)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #C27D77

#C27D77
(194,125,119)
#C78883
(199,136,131)
#CC938F
(204,147,143)
#D19E9B
(209,158,155)
#D6A9A7
(214,169,167)
#DBB4B3
(219,180,179)
#E0BFBF
(224,191,191)
#E5CACB
(229,202,203)
#EAD5D7
(234,213,215)
#EFE0E3
(239,224,227)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C27D77; }

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

This text font color is #C27D77.


Background Color

.myBgColor { background-color: #C27D77; }

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

This div background color is #C27D77.


Border color

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

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

This div border color is #C27D77.


Opacity

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

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

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

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

This text has shadow with #C27D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C27D77 on black background.


Color preview on white background

This text has color #C27D77 on white background.



Black color preview on #C27D77 background

This text has black color on #C27D77 background.


White color preview on #C27D77 background

This text has white color on #C27D77 background.