COLOR #C27080

HEX: #C27080 RGB: (194,112,128)

Color info

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

RGB color model

#C27080 color RGB value is (194,112,128).

RGB: (194,112,128) (76%, 44%, 50%)

RGB channels and saturation

R 194 of 255 = 76%
G 112 of 255 = 44%
B 128 of 255 = 50%

194
112
128

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

Portions of RGB colors in percentages

R + G + B = 194 + 112 + 128 = 434 (100%)
R 194 of 434 ~ 44.7%
G 112 of 434 ~ 25.81%
B 128 of 434 ~ 29.49'%

%44.7
%25.81
%29.49

CMYK color model

#C27080 color CMYK value is (0,42,34,24).

  • cyan value is 0.00%
  • magenta value is 42.27%
  • yellow value is 34.02%
  • key color value is 23.92%

CMYK: (0,42,34,24)
C0M42Y34K24 (0%, 42%, 34%, 24%)
(0.00 / 0.42 / 0.34 / 0.24)

CMYK percentages

%0
%42.27
%34.02
%23.92

Codes

Color #C27080 in popluar color models

C2 70 80
RGB 194 112 128
HSL 348° 40.20% 60.00%
HSB/HSV 348° 42.27% 76.08%
CMYK 0.00% 42.27% 34.02%
23.92%

Color #C27080 in popluar number systems.

HEX C2 70 80
Decimal 194 112 128
Binary 11000010 1110000 10000000
Octal 302 160 200

Shades and tints

Shades of #C27080

#C27080
(194,112,128)
#B16675
(177,102,117)
#A05C6A
(160,92,106)
#8F525F
(143,82,95)
#7E4854
(126,72,84)
#6D3E49
(109,62,73)
#5C343E
(92,52,62)
#4B2A33
(75,42,51)
#3A2028
(58,32,40)
#29161D
(41,22,29)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #C27080

#C27080
(194,112,128)
#C77D8B
(199,125,139)
#CC8A96
(204,138,150)
#D197A1
(209,151,161)
#D6A4AC
(214,164,172)
#DBB1B7
(219,177,183)
#E0BEC2
(224,190,194)
#E5CBCD
(229,203,205)
#EAD8D8
(234,216,216)
#EFE5E3
(239,229,227)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C27080 color. Also use rgb(194,112,128) instead hex code.

Text Font Color

.myTextColor { color: #C27080; }

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

This text font color is #C27080.

Background Color

.myBgColor { background-color: #C27080; }

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

This div background color is #C27080.

Border color

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

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

This div border color is #C27080.

Opacity

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

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

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

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

This text has shadow with #C27080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C27080.

Preview

Color preview on black background

This text has color #C27080 on black background.


Color preview on white background

This text has color #C27080 on white background.


Black color preview on #C27080 background

This text has black color on #C27080 background.


White color preview on #C27080 background

This text has white color on #C27080 background.


Related colors

Complementary color

Complementary color for #hex is #3D8F7F.


I love getcolorcode.com

Triadic colors

1 #80C270 and #7080C2 with #C27080 are triadic colors.

2 #8070C2 and #70C280 with #C27080 are triadic colors.