COLOR #C27A78

HEX: #C27A78 RGB: (194,122,120)

Color info

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

RGB color model

#C27A78 color RGB value is (194,122,120).

RGB: (194,122,120) (76%, 48%, 47%)

RGB channels and saturation

R 194 of 255 = 76%
G 122 of 255 = 48%
B 120 of 255 = 47%

194
122
120

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

Portions of RGB colors in percentages

R + G + B = 194 + 122 + 120 = 436 (100%)
R 194 of 436 ~ 44.5%
G 122 of 436 ~ 27.98%
B 120 of 436 ~ 27.52'%

%44.5
%27.98
%27.52

CMYK color model

#C27A78 color CMYK value is (0,37,38,24).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 38.14%
  • key color value is 23.92%

CMYK: (0,37,38,24)
C0M37Y38K24 (0%, 37%, 38%, 24%)
(0.00 / 0.37 / 0.38 / 0.24)

CMYK percentages

%0
%37.11
%38.14
%23.92

Codes

Color #C27A78 in popluar color models

C2 7A 78
RGB 194 122 120
HSL 37.76% 61.57%
HSB/HSV 38.14% 76.08%
CMYK 0.00% 37.11% 38.14%
23.92%

Color #C27A78 in popluar number systems.

HEX C2 7A 78
Decimal 194 122 120
Binary 11000010 1111010 1111000
Octal 302 172 170

Shades and tints

Shades of #C27A78

#C27A78
(194,122,120)
#B16F6E
(177,111,110)
#A06464
(160,100,100)
#8F595A
(143,89,90)
#7E4E50
(126,78,80)
#6D4346
(109,67,70)
#5C383C
(92,56,60)
#4B2D32
(75,45,50)
#3A2228
(58,34,40)
#29171E
(41,23,30)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #C27A78

#C27A78
(194,122,120)
#C78684
(199,134,132)
#CC9290
(204,146,144)
#D19E9C
(209,158,156)
#D6AAA8
(214,170,168)
#DBB6B4
(219,182,180)
#E0C2C0
(224,194,192)
#E5CECC
(229,206,204)
#EADAD8
(234,218,216)
#EFE6E4
(239,230,228)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27A78 color. Also use rgb(194,122,120) instead hex code.

Text Font Color

.myTextColor { color: #C27A78; }

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

This text font color is #C27A78.

Background Color

.myBgColor { background-color: #C27A78; }

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

This div background color is #C27A78.

Border color

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

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

This div border color is #C27A78.

Opacity

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

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

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

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

This text has shadow with #C27A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C27A78.

Preview

Color preview on black background

This text has color #C27A78 on black background.


Color preview on white background

This text has color #C27A78 on white background.


Black color preview on #C27A78 background

This text has black color on #C27A78 background.


White color preview on #C27A78 background

This text has white color on #C27A78 background.


Related colors

Complementary color

Complementary color for #hex is #3D8587.


I love getcolorcode.com

Triadic colors

1 #78C27A and #7A78C2 with #C27A78 are triadic colors.

2 #787AC2 and #7AC278 with #C27A78 are triadic colors.