COLOR #CC6B71

HEX: #CC6B71
RGB: (204,107,113)

Color info

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

RGB color model

#CC6B71 color RGB value is (204,107,113).

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

RGB channels and saturation

R 204 of 255 = 80%
G 107 of 255 = 42%
B 113 of 255 = 44%

204
107
113

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

Portions of RGB colors in percentages

R + G + B =
204 + 107 + 113 = 424 (100%)
R 204 of 424 ~ 48.11%
G 107 of 424 ~ 25.24%
B 113 of 424 ~ 26.65%

%48.11
%25.24
%26.65

CMYK color model

#CC6B71 color CMYK value is (0,48,45,20).

  • cyan value is 0.00%
  • magenta value is 47.55%
  • yellow value is 44.61%
  • key color value is 20.00%
CMYK:
(0,48,45,20)
C0M48Y45K20 
(0%,48%,45%,20%)
(0.00/0.48/0.45/0.20)	

CMYK percentages

%0
%47.55
%44.61
%20

Codes

Color #CC6B71 in popluar color models

CC6B71
RGB204107113
HSL356°48.74%60.98%
HSB/HSV356°47.55%80.00%
CMYK0.00%47.55%44.61%
20.00%

Color #CC6B71 in popluar number systems.

HEXCC6B71
Decimal204107113
Binary1100110011010111110001
Octal314153161

Shades and tints

Shades of #CC6B71

#CC6B71
(204,107,113)
#BA6267
(186,98,103)
#A8595D
(168,89,93)
#965053
(150,80,83)
#844749
(132,71,73)
#723E3F
(114,62,63)
#603535
(96,53,53)
#4E2C2B
(78,44,43)
#3C2321
(60,35,33)
#2A1A17
(42,26,23)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #CC6B71

#CC6B71
(204,107,113)
#D0787D
(208,120,125)
#D48589
(212,133,137)
#D89295
(216,146,149)
#DC9FA1
(220,159,161)
#E0ACAD
(224,172,173)
#E4B9B9
(228,185,185)
#E8C6C5
(232,198,197)
#ECD3D1
(236,211,209)
#F0E0DD
(240,224,221)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6B71; }

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

This text font color is #CC6B71.


Background Color

.myBgColor { background-color: #CC6B71; }

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

This div background color is #CC6B71.


Border color

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

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

This div border color is #CC6B71.


Opacity

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

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

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

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

This text has shadow with #CC6B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6B71 on black background.


Color preview on white background

This text has color #CC6B71 on white background.



Black color preview on #CC6B71 background

This text has black color on #CC6B71 background.


White color preview on #CC6B71 background

This text has white color on #CC6B71 background.