COLOR #CC727E

HEX: #CC727E
RGB: (204,114,126)

Color info

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

RGB color model

#CC727E color RGB value is (204,114,126).

  • red value is 204;
  • green value is 114;
  • blue value is 126.
RGB: (204,114,126) (80%,45%,49%)

RGB channels and saturation

R 204 of 255 = 80%
G 114 of 255 = 45%
B 126 of 255 = 49%

204
114
126

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

Portions of RGB colors in percentages

R + G + B =
204 + 114 + 126 = 444 (100%)
R 204 of 444 ~ 45.95%
G 114 of 444 ~ 25.68%
B 126 of 444 ~ 28.38%

%45.95
%25.68
%28.38

CMYK color model

#CC727E color CMYK value is (0,44,38,20).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 38.24%
  • key color value is 20.00%
CMYK: (0,44,38,20) C0M44Y38K20 (0%,44%,38%,20%) (0.00/0.44/0.38/0.20)

CMYK percentages

%0
%44.12
%38.24
%20

Codes

Color #CC727E in popluar color models

CC727E
RGB204114126
HSL352°46.88%62.35%
HSB/HSV352°44.12%80.00%
CMYK0.00%44.12%38.24%
20.00%

Color #CC727E in popluar number systems.

HEXCC727E
Decimal204114126
Binary1100110011100101111110
Octal314162176

Shades and tints

Shades of #CC727E

#CC727E
(204,114,126)
#BA6873
(186,104,115)
#A85E68
(168,94,104)
#96545D
(150,84,93)
#844A52
(132,74,82)
#724047
(114,64,71)
#60363C
(96,54,60)
#4E2C31
(78,44,49)
#3C2226
(60,34,38)
#2A181B
(42,24,27)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #CC727E

#CC727E
(204,114,126)
#D07E89
(208,126,137)
#D48A94
(212,138,148)
#D8969F
(216,150,159)
#DCA2AA
(220,162,170)
#E0AEB5
(224,174,181)
#E4BAC0
(228,186,192)
#E8C6CB
(232,198,203)
#ECD2D6
(236,210,214)
#F0DEE1
(240,222,225)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC727E color. Also use rgb(204,114,126) instead hex code.

Text Font Color

.myTextColor { color: #CC727E; }

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

This text font color is #CC727E.


Background Color

.myBgColor { background-color: #CC727E; }

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

This div background color is #CC727E.


Border color

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

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

This div border color is #CC727E.


Opacity

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

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

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

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

This text has shadow with #CC727E color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #CC727E; -webkit-box-shadow:	1px 1px 3px 2px #CC727E; box-shadow:	1px 1px 3px 2px #CC727E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC727E; -webkit-box-shadow: 1px 1px 3px 2px #CC727E; box-shadow:1px 1px 3px 2px #CC727E;">
Div content here</div>
This div box has shadow with color #CC727E.

Preview

Color preview on black background

This text has color #CC727E on black background.


Color preview on white background

This text has color #CC727E on white background.



Black color preview on #CC727E background

This text has black color on #CC727E background.


White color preview on #CC727E background

This text has white color on #CC727E background.