COLOR #C2767C

HEX: #C2767C RGB: (194,118,124)

Color info

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

RGB color model

#C2767C color RGB value is (194,118,124).

RGB: (194,118,124) (76%, 46%, 49%)

RGB channels and saturation

R 194 of 255 = 76%
G 118 of 255 = 46%
B 124 of 255 = 49%

194
118
124

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

Portions of RGB colors in percentages

R + G + B = 194 + 118 + 124 = 436 (100%)
R 194 of 436 ~ 44.5%
G 118 of 436 ~ 27.06%
B 124 of 436 ~ 28.44'%

%44.5
%27.06
%28.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 36.08%
  • key color value is 23.92%

CMYK: (0,39,36,24)
C0M39Y36K24 (0%, 39%, 36%, 24%)
(0.00 / 0.39 / 0.36 / 0.24)

CMYK percentages

%0
%39.18
%36.08
%23.92

Codes

Color #C2767C in popluar color models

C2 76 7C
RGB 194 118 124
HSL 355° 38.38% 61.18%
HSB/HSV 355° 39.18% 76.08%
CMYK 0.00% 39.18% 36.08%
23.92%

Color #C2767C in popluar number systems.

HEX C2 76 7C
Decimal 194 118 124
Binary 11000010 1110110 1111100
Octal 302 166 174

Shades and tints

Shades of #C2767C

#C2767C
(194,118,124)
#B16C71
(177,108,113)
#A06266
(160,98,102)
#8F585B
(143,88,91)
#7E4E50
(126,78,80)
#6D4445
(109,68,69)
#5C3A3A
(92,58,58)
#4B302F
(75,48,47)
#3A2624
(58,38,36)
#291C19
(41,28,25)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #C2767C

#C2767C
(194,118,124)
#C78287
(199,130,135)
#CC8E92
(204,142,146)
#D19A9D
(209,154,157)
#D6A6A8
(214,166,168)
#DBB2B3
(219,178,179)
#E0BEBE
(224,190,190)
#E5CAC9
(229,202,201)
#EAD6D4
(234,214,212)
#EFE2DF
(239,226,223)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2767C; }

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

This text font color is #C2767C.

Background Color

.myBgColor { background-color: #C2767C; }

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

This div background color is #C2767C.

Border color

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

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

This div border color is #C2767C.

Opacity

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

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

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

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

This text has shadow with #C2767C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2767C.

Preview

Color preview on black background

This text has color #C2767C on black background.


Color preview on white background

This text has color #C2767C on white background.


Black color preview on #C2767C background

This text has black color on #C2767C background.


White color preview on #C2767C background

This text has white color on #C2767C background.


Related colors

Complementary color

Complementary color for #hex is #3D8983.


I love getcolorcode.com

Triadic colors

1 #7CC276 and #767CC2 with #C2767C are triadic colors.

2 #7C76C2 and #76C27C with #C2767C are triadic colors.