COLOR #CC7179

HEX: #CC7179 RGB: (204,113,121)

Color info

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

RGB color model

#CC7179 color RGB value is (204,113,121).

RGB: (204,113,121) (80%, 44%, 47%)

RGB channels and saturation

R 204 of 255 = 80%
G 113 of 255 = 44%
B 121 of 255 = 47%

204
113
121

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

Portions of RGB colors in percentages

R + G + B = 204 + 113 + 121 = 438 (100%)
R 204 of 438 ~ 46.58%
G 113 of 438 ~ 25.8%
B 121 of 438 ~ 27.63'%

%46.58
%25.8
%27.63

CMYK color model

#CC7179 color CMYK value is (0,45,41,20).

  • cyan value is 0.00%
  • magenta value is 44.61%
  • yellow value is 40.69%
  • key color value is 20.00%

CMYK: (0,45,41,20)
C0M45Y41K20 (0%, 45%, 41%, 20%)
(0.00 / 0.45 / 0.41 / 0.20)

CMYK percentages

%0
%44.61
%40.69
%20

Codes

Color #CC7179 in popluar color models

CC 71 79
RGB 204 113 121
HSL 355° 47.15% 62.16%
HSB/HSV 355° 44.61% 80.00%
CMYK 0.00% 44.61% 40.69%
20.00%

Color #CC7179 in popluar number systems.

HEX CC 71 79
Decimal 204 113 121
Binary 11001100 1110001 1111001
Octal 314 161 171

Shades and tints

Shades of #CC7179

#CC7179
(204,113,121)
#BA676E
(186,103,110)
#A85D63
(168,93,99)
#965358
(150,83,88)
#84494D
(132,73,77)
#723F42
(114,63,66)
#603537
(96,53,55)
#4E2B2C
(78,43,44)
#3C2121
(60,33,33)
#2A1716
(42,23,22)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #CC7179

#CC7179
(204,113,121)
#D07D85
(208,125,133)
#D48991
(212,137,145)
#D8959D
(216,149,157)
#DCA1A9
(220,161,169)
#E0ADB5
(224,173,181)
#E4B9C1
(228,185,193)
#E8C5CD
(232,197,205)
#ECD1D9
(236,209,217)
#F0DDE5
(240,221,229)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7179 color. Also use rgb(204,113,121) instead hex code.

Text Font Color

.myTextColor { color: #CC7179; }

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

This text font color is #CC7179.

Background Color

.myBgColor { background-color: #CC7179; }

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

This div background color is #CC7179.

Border color

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

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

This div border color is #CC7179.

Opacity

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

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

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

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

This text has shadow with #CC7179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7179.

Preview

Color preview on black background

This text has color #CC7179 on black background.


Color preview on white background

This text has color #CC7179 on white background.


Black color preview on #CC7179 background

This text has black color on #CC7179 background.


White color preview on #CC7179 background

This text has white color on #CC7179 background.


Related colors

Complementary color

Complementary color for #hex is #338E86.


I love getcolorcode.com

Triadic colors

1 #79CC71 and #7179CC with #CC7179 are triadic colors.

2 #7971CC and #71CC79 with #CC7179 are triadic colors.