COLOR #CC6E79

HEX: #CC6E79
RGB: (204,110,121)

Color info

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

RGB color model

#CC6E79 color RGB value is (204,110,121).

  • red value is 204;
  • green value is 110;
  • blue value is 121.
RGB:
(204,110,121)
(80%,43%,47%)

RGB channels and saturation

R 204 of 255 = 80%
G 110 of 255 = 43%
B 121 of 255 = 47%

204
110
121

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

Portions of RGB colors in percentages

R + G + B =
204 + 110 + 121 = 435 (100%)
R 204 of 435 ~ 46.9%
G 110 of 435 ~ 25.29%
B 121 of 435 ~ 27.82%

%46.9
%25.29
%27.82

CMYK color model

#CC6E79 color CMYK value is (0,46,41,20).

  • cyan value is 0.00%
  • magenta value is 46.08%
  • yellow value is 40.69%
  • key color value is 20.00%
CMYK:
(0,46,41,20)
C0M46Y41K20 
(0%,46%,41%,20%)
(0.00/0.46/0.41/0.20)	

CMYK percentages

%0
%46.08
%40.69
%20

Codes

Color #CC6E79 in popluar color models

CC6E79
RGB204110121
HSL353°47.96%61.57%
HSB/HSV353°46.08%80.00%
CMYK0.00%46.08%40.69%
20.00%

Color #CC6E79 in popluar number systems.

HEXCC6E79
Decimal204110121
Binary1100110011011101111001
Octal314156171

Shades and tints

Shades of #CC6E79

#CC6E79
(204,110,121)
#BA646E
(186,100,110)
#A85A63
(168,90,99)
#965058
(150,80,88)
#84464D
(132,70,77)
#723C42
(114,60,66)
#603237
(96,50,55)
#4E282C
(78,40,44)
#3C1E21
(60,30,33)
#2A1416
(42,20,22)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #CC6E79

#CC6E79
(204,110,121)
#D07B85
(208,123,133)
#D48891
(212,136,145)
#D8959D
(216,149,157)
#DCA2A9
(220,162,169)
#E0AFB5
(224,175,181)
#E4BCC1
(228,188,193)
#E8C9CD
(232,201,205)
#ECD6D9
(236,214,217)
#F0E3E5
(240,227,229)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6E79; }

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

This text font color is #CC6E79.


Background Color

.myBgColor { background-color: #CC6E79; }

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

This div background color is #CC6E79.


Border color

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

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

This div border color is #CC6E79.


Opacity

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

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

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

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

This text has shadow with #CC6E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6E79 on black background.


Color preview on white background

This text has color #CC6E79 on white background.



Black color preview on #CC6E79 background

This text has black color on #CC6E79 background.


White color preview on #CC6E79 background

This text has white color on #CC6E79 background.