COLOR #CE8071

HEX: #CE8071
RGB: (206,128,113)

Color info

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

RGB color model

#CE8071 color RGB value is (206,128,113).

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

RGB channels and saturation

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

206
128
113

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

Portions of RGB colors in percentages

R + G + B =
206 + 128 + 113 = 447 (100%)
R 206 of 447 ~ 46.09%
G 128 of 447 ~ 28.64%
B 113 of 447 ~ 25.28%

%46.09
%28.64
%25.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.86%
  • 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
%37.86
%45.15
%19.22

Codes

Color #CE8071 in popluar color models

CE8071
RGB206128113
HSL10°48.69%62.55%
HSB/HSV10°45.15%80.78%
CMYK0.00%37.86%45.15%
19.22%

Color #CE8071 in popluar number systems.

HEXCE8071
Decimal206128113
Binary11001110100000001110001
Octal316200161

Shades and tints

Shades of #CE8071

#CE8071
(206,128,113)
#BC7567
(188,117,103)
#AA6A5D
(170,106,93)
#985F53
(152,95,83)
#865449
(134,84,73)
#74493F
(116,73,63)
#623E35
(98,62,53)
#50332B
(80,51,43)
#3E2821
(62,40,33)
#2C1D17
(44,29,23)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #CE8071

#CE8071
(206,128,113)
#D28B7D
(210,139,125)
#D69689
(214,150,137)
#DAA195
(218,161,149)
#DEACA1
(222,172,161)
#E2B7AD
(226,183,173)
#E6C2B9
(230,194,185)
#EACDC5
(234,205,197)
#EED8D1
(238,216,209)
#F2E3DD
(242,227,221)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE8071; }

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

This text font color is #CE8071.


Background Color

.myBgColor { background-color: #CE8071; }

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

This div background color is #CE8071.


Border color

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

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

This div border color is #CE8071.


Opacity

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

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

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

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

This text has shadow with #CE8071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8071 on black background.


Color preview on white background

This text has color #CE8071 on white background.



Black color preview on #CE8071 background

This text has black color on #CE8071 background.


White color preview on #CE8071 background

This text has white color on #CE8071 background.