COLOR #CC7F8D

HEX: #CC7F8D RGB: (204,127,141)

Color info

#CC7F8D contains mainly red color. Web safe color of #CC7F8D is #CC6699 (or #C69).

RGB color model

#CC7F8D color RGB value is (204,127,141).

RGB: (204,127,141) (80%, 50%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 127 of 255 = 50%
B 141 of 255 = 55%

204
127
141

R + G + B ~ 62%. #CC7F8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 127 + 141 = 472 (100%)
R 204 of 472 ~ 43.22%
G 127 of 472 ~ 26.91%
B 141 of 472 ~ 29.87'%

%43.22
%26.91
%29.87

CMYK color model

#CC7F8D color CMYK value is (0,38,31,20).

  • cyan value is 0.00%
  • magenta value is 37.75%
  • yellow value is 30.88%
  • key color value is 20.00%

CMYK: (0,38,31,20)
C0M38Y31K20 (0%, 38%, 31%, 20%)
(0.00 / 0.38 / 0.31 / 0.20)

CMYK percentages

%0
%37.75
%30.88
%20

Codes

Color #CC7F8D in popluar color models

CC 7F 8D
RGB 204 127 141
HSL 349° 43.02% 64.90%
HSB/HSV 349° 37.75% 80.00%
CMYK 0.00% 37.75% 30.88%
20.00%

Color #CC7F8D in popluar number systems.

HEX CC 7F 8D
Decimal 204 127 141
Binary 11001100 1111111 10001101
Octal 314 177 215

Shades and tints

Shades of #CC7F8D

#CC7F8D
(204,127,141)
#BA7481
(186,116,129)
#A86975
(168,105,117)
#965E69
(150,94,105)
#84535D
(132,83,93)
#724851
(114,72,81)
#603D45
(96,61,69)
#4E3239
(78,50,57)
#3C272D
(60,39,45)
#2A1C21
(42,28,33)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #CC7F8D

#CC7F8D
(204,127,141)
#D08A97
(208,138,151)
#D495A1
(212,149,161)
#D8A0AB
(216,160,171)
#DCABB5
(220,171,181)
#E0B6BF
(224,182,191)
#E4C1C9
(228,193,201)
#E8CCD3
(232,204,211)
#ECD7DD
(236,215,221)
#F0E2E7
(240,226,231)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7F8D color. Also use rgb(204,127,141) instead hex code.

Text Font Color

.myTextColor { color: #CC7F8D; }

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

This text font color is #CC7F8D.

Background Color

.myBgColor { background-color: #CC7F8D; }

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

This div background color is #CC7F8D.

Border color

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

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

This div border color is #CC7F8D.

Opacity

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

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

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

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

This text has shadow with #CC7F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7F8D.

Preview

Color preview on black background

This text has color #CC7F8D on black background.


Color preview on white background

This text has color #CC7F8D on white background.


Black color preview on #CC7F8D background

This text has black color on #CC7F8D background.


White color preview on #CC7F8D background

This text has white color on #CC7F8D background.


Related colors

Complementary color

Complementary color for #hex is #338072.


I love getcolorcode.com

Triadic colors

1 #8DCC7F and #7F8DCC with #CC7F8D are triadic colors.

2 #8D7FCC and #7FCC8D with #CC7F8D are triadic colors.