COLOR #CE7F71

HEX: #CE7F71
RGB: (206,127,113)

Color info

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

RGB color model

#CE7F71 color RGB value is (206,127,113).

  • red value is 206;
  • green value is 127;
  • blue value is 113.
RGB:
(206,127,113)
(81%,50%,44%)

RGB channels and saturation

R 206 of 255 = 81%
G 127 of 255 = 50%
B 113 of 255 = 44%

206
127
113

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

Portions of RGB colors in percentages

R + G + B =
206 + 127 + 113 = 446 (100%)
R 206 of 446 ~ 46.19%
G 127 of 446 ~ 28.48%
B 113 of 446 ~ 25.34%

%46.19
%28.48
%25.34

CMYK color model

#CE7F71 color CMYK value is (0,38,45,19).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 45.15%
  • key color value is 19.22%
CMYK:
(0,38,45,19)
C0M38Y45K19 
(0%,38%,45%,19%)
(0.00/0.38/0.45/0.19)	

CMYK percentages

%0
%38.35
%45.15
%19.22

Codes

Color #CE7F71 in popluar color models

CE7F71
RGB206127113
HSL48.69%62.55%
HSB/HSV45.15%80.78%
CMYK0.00%38.35%45.15%
19.22%

Color #CE7F71 in popluar number systems.

HEXCE7F71
Decimal206127113
Binary1100111011111111110001
Octal316177161

Shades and tints

Shades of #CE7F71

#CE7F71
(206,127,113)
#BC7467
(188,116,103)
#AA695D
(170,105,93)
#985E53
(152,94,83)
#865349
(134,83,73)
#74483F
(116,72,63)
#623D35
(98,61,53)
#50322B
(80,50,43)
#3E2721
(62,39,33)
#2C1C17
(44,28,23)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #CE7F71

#CE7F71
(206,127,113)
#D28A7D
(210,138,125)
#D69589
(214,149,137)
#DAA095
(218,160,149)
#DEABA1
(222,171,161)
#E2B6AD
(226,182,173)
#E6C1B9
(230,193,185)
#EACCC5
(234,204,197)
#EED7D1
(238,215,209)
#F2E2DD
(242,226,221)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7F71 color. Also use rgb(206,127,113) instead hex code.

Text Font Color

.myTextColor { color: #CE7F71; }

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

This text font color is #CE7F71.


Background Color

.myBgColor { background-color: #CE7F71; }

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

This div background color is #CE7F71.


Border color

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

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

This div border color is #CE7F71.


Opacity

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

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

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

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

This text has shadow with #CE7F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7F71 on black background.


Color preview on white background

This text has color #CE7F71 on white background.



Black color preview on #CE7F71 background

This text has black color on #CE7F71 background.


White color preview on #CE7F71 background

This text has white color on #CE7F71 background.