COLOR #C2979C

HEX: #C2979C RGB: (194,151,156)

Color info

#C2979C contains red, green and blue colors in about the same proportion. Web safe color of #C2979C is #CC9999 (or #C99).

RGB color model

#C2979C color RGB value is (194,151,156).

RGB: (194,151,156) (76%, 59%, 61%)

RGB channels and saturation

R 194 of 255 = 76%
G 151 of 255 = 59%
B 156 of 255 = 61%

194
151
156

R + G + B ~ 65%. #C2979C is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 151 + 156 = 501 (100%)
R 194 of 501 ~ 38.72%
G 151 of 501 ~ 30.14%
B 156 of 501 ~ 31.14'%

%38.72
%30.14
%31.14

CMYK color model

#C2979C color CMYK value is (0,22,20,24).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 19.59%
  • key color value is 23.92%

CMYK: (0,22,20,24)
C0M22Y20K24 (0%, 22%, 20%, 24%)
(0.00 / 0.22 / 0.20 / 0.24)

CMYK percentages

%0
%22.16
%19.59
%23.92

Codes

Color #C2979C in popluar color models

C2 97 9C
RGB 194 151 156
HSL 353° 26.06% 67.65%
HSB/HSV 353° 22.16% 76.08%
CMYK 0.00% 22.16% 19.59%
23.92%

Color #C2979C in popluar number systems.

HEX C2 97 9C
Decimal 194 151 156
Binary 11000010 10010111 10011100
Octal 302 227 234

Shades and tints

Shades of #C2979C

#C2979C
(194,151,156)
#B18A8E
(177,138,142)
#A07D80
(160,125,128)
#8F7072
(143,112,114)
#7E6364
(126,99,100)
#6D5656
(109,86,86)
#5C4948
(92,73,72)
#4B3C3A
(75,60,58)
#3A2F2C
(58,47,44)
#29221E
(41,34,30)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #C2979C

#C2979C
(194,151,156)
#C7A0A5
(199,160,165)
#CCA9AE
(204,169,174)
#D1B2B7
(209,178,183)
#D6BBC0
(214,187,192)
#DBC4C9
(219,196,201)
#E0CDD2
(224,205,210)
#E5D6DB
(229,214,219)
#EADFE4
(234,223,228)
#EFE8ED
(239,232,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2979C color. Also use rgb(194,151,156) instead hex code.

Text Font Color

.myTextColor { color: #C2979C; }

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

This text font color is #C2979C.

Background Color

.myBgColor { background-color: #C2979C; }

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

This div background color is #C2979C.

Border color

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

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

This div border color is #C2979C.

Opacity

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

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

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

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

This text has shadow with #C2979C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2979C.

Preview

Color preview on black background

This text has color #C2979C on black background.


Color preview on white background

This text has color #C2979C on white background.


Black color preview on #C2979C background

This text has black color on #C2979C background.


White color preview on #C2979C background

This text has white color on #C2979C background.


Related colors

Complementary color

Complementary color for #hex is #3D6863.


I love getcolorcode.com

Triadic colors

1 #9CC297 and #979CC2 with #C2979C are triadic colors.

2 #9C97C2 and #97C29C with #C2979C are triadic colors.