COLOR #CC6E71

HEX: #CC6E71
RGB: (204,110,113)

Color info

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

RGB color model

#CC6E71 color RGB value is (204,110,113).

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

RGB channels and saturation

R 204 of 255 = 80%
G 110 of 255 = 43%
B 113 of 255 = 44%

204
110
113

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

Portions of RGB colors in percentages

R + G + B =
204 + 110 + 113 = 427 (100%)
R 204 of 427 ~ 47.78%
G 110 of 427 ~ 25.76%
B 113 of 427 ~ 26.46%

%47.78
%25.76
%26.46

CMYK color model

#CC6E71 color CMYK value is (0,46,45,20).

  • cyan value is 0.00%
  • magenta value is 46.08%
  • yellow value is 44.61%
  • key color value is 20.00%
CMYK:
(0,46,45,20)
C0M46Y45K20 
(0%,46%,45%,20%)
(0.00/0.46/0.45/0.20)	

CMYK percentages

%0
%46.08
%44.61
%20

Codes

Color #CC6E71 in popluar color models

CC6E71
RGB204110113
HSL358°47.96%61.57%
HSB/HSV358°46.08%80.00%
CMYK0.00%46.08%44.61%
20.00%

Color #CC6E71 in popluar number systems.

HEXCC6E71
Decimal204110113
Binary1100110011011101110001
Octal314156161

Shades and tints

Shades of #CC6E71

#CC6E71
(204,110,113)
#BA6467
(186,100,103)
#A85A5D
(168,90,93)
#965053
(150,80,83)
#844649
(132,70,73)
#723C3F
(114,60,63)
#603235
(96,50,53)
#4E282B
(78,40,43)
#3C1E21
(60,30,33)
#2A1417
(42,20,23)
#180A0D
(24,10,13)
#000000
(0,0,0)

Tints of #CC6E71

#CC6E71
(204,110,113)
#D07B7D
(208,123,125)
#D48889
(212,136,137)
#D89595
(216,149,149)
#DCA2A1
(220,162,161)
#E0AFAD
(224,175,173)
#E4BCB9
(228,188,185)
#E8C9C5
(232,201,197)
#ECD6D1
(236,214,209)
#F0E3DD
(240,227,221)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6E71; }

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

This text font color is #CC6E71.


Background Color

.myBgColor { background-color: #CC6E71; }

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

This div background color is #CC6E71.


Border color

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

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

This div border color is #CC6E71.


Opacity

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

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

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

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

This text has shadow with #CC6E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6E71 on black background.


Color preview on white background

This text has color #CC6E71 on white background.



Black color preview on #CC6E71 background

This text has black color on #CC6E71 background.


White color preview on #CC6E71 background

This text has white color on #CC6E71 background.