COLOR #C4979C

HEX: #C4979C RGB: (196,151,156)

Color info

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

RGB color model

#C4979C color RGB value is (196,151,156).

RGB: (196,151,156) (77%, 59%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 151 of 255 = 59%
B 156 of 255 = 61%

196
151
156

R + G + B ~ 66%. #C4979C is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 151 + 156 = 503 (100%)
R 196 of 503 ~ 38.97%
G 151 of 503 ~ 30.02%
B 156 of 503 ~ 31.01'%

%38.97
%30.02
%31.01

CMYK color model

#C4979C color CMYK value is (0,23,20,23).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 20.41%
  • key color value is 23.14%

CMYK: (0,23,20,23)
C0M23Y20K23 (0%, 23%, 20%, 23%)
(0.00 / 0.23 / 0.20 / 0.23)

CMYK percentages

%0
%22.96
%20.41
%23.14

Codes

Color #C4979C in popluar color models

C4 97 9C
RGB 196 151 156
HSL 353° 27.61% 68.04%
HSB/HSV 353° 22.96% 76.86%
CMYK 0.00% 22.96% 20.41%
23.14%

Color #C4979C in popluar number systems.

HEX C4 97 9C
Decimal 196 151 156
Binary 11000100 10010111 10011100
Octal 304 227 234

Shades and tints

Shades of #C4979C

#C4979C
(196,151,156)
#B38A8E
(179,138,142)
#A27D80
(162,125,128)
#917072
(145,112,114)
#806364
(128,99,100)
#6F5656
(111,86,86)
#5E4948
(94,73,72)
#4D3C3A
(77,60,58)
#3C2F2C
(60,47,44)
#2B221E
(43,34,30)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #C4979C

#C4979C
(196,151,156)
#C9A0A5
(201,160,165)
#CEA9AE
(206,169,174)
#D3B2B7
(211,178,183)
#D8BBC0
(216,187,192)
#DDC4C9
(221,196,201)
#E2CDD2
(226,205,210)
#E7D6DB
(231,214,219)
#ECDFE4
(236,223,228)
#F1E8ED
(241,232,237)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4979C; }

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

This text font color is #C4979C.

Background Color

.myBgColor { background-color: #C4979C; }

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

This div background color is #C4979C.

Border color

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

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

This div border color is #C4979C.

Opacity

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

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

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

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

This text has shadow with #C4979C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4979C.

Preview

Color preview on black background

This text has color #C4979C on black background.


Color preview on white background

This text has color #C4979C on white background.


Black color preview on #C4979C background

This text has black color on #C4979C background.


White color preview on #C4979C background

This text has white color on #C4979C background.


Related colors

Complementary color

Complementary color for #hex is #3B6863.


I love getcolorcode.com

Triadic colors

1 #9CC497 and #979CC4 with #C4979C are triadic colors.

2 #9C97C4 and #97C49C with #C4979C are triadic colors.