COLOR #CE6E5D

HEX: #CE6E5D
RGB: (206,110,93)

Color info

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

RGB color model

#CE6E5D color RGB value is (206,110,93).

  • red value is 206;
  • green value is 110;
  • blue value is 93.
RGB:
(206,110,93)
(81%,43%,36%)

RGB channels and saturation

R 206 of 255 = 81%
G 110 of 255 = 43%
B 93 of 255 = 36%

206
110
93

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

Portions of RGB colors in percentages

R + G + B =
206 + 110 + 93 = 409 (100%)
R 206 of 409 ~ 50.37%
G 110 of 409 ~ 26.89%
B 93 of 409 ~ 22.74%

%50.37
%26.89
%22.74

CMYK color model

#CE6E5D color CMYK value is (0,47,55,19).

  • cyan value is 0.00%
  • magenta value is 46.60%
  • yellow value is 54.85%
  • key color value is 19.22%
CMYK:
(0,47,55,19)
C0M47Y55K19 
(0%,47%,55%,19%)
(0.00/0.47/0.55/0.19)	

CMYK percentages

%0
%46.6
%54.85
%19.22

Codes

Color #CE6E5D in popluar color models

CE6E5D
RGB20611093
HSL53.55%58.63%
HSB/HSV54.85%80.78%
CMYK0.00%46.60%54.85%
19.22%

Color #CE6E5D in popluar number systems.

HEXCE6E5D
Decimal20611093
Binary1100111011011101011101
Octal316156135

Shades and tints

Shades of #CE6E5D

#CE6E5D
(206,110,93)
#BC6455
(188,100,85)
#AA5A4D
(170,90,77)
#985045
(152,80,69)
#86463D
(134,70,61)
#743C35
(116,60,53)
#62322D
(98,50,45)
#502825
(80,40,37)
#3E1E1D
(62,30,29)
#2C1415
(44,20,21)
#1A0A0D
(26,10,13)
#000000
(0,0,0)

Tints of #CE6E5D

#CE6E5D
(206,110,93)
#D27B6B
(210,123,107)
#D68879
(214,136,121)
#DA9587
(218,149,135)
#DEA295
(222,162,149)
#E2AFA3
(226,175,163)
#E6BCB1
(230,188,177)
#EAC9BF
(234,201,191)
#EED6CD
(238,214,205)
#F2E3DB
(242,227,219)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6E5D color. Also use rgb(206,110,93) instead hex code.

Text Font Color

.myTextColor { color: #CE6E5D; }

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

This text font color is #CE6E5D.


Background Color

.myBgColor { background-color: #CE6E5D; }

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

This div background color is #CE6E5D.


Border color

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

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

This div border color is #CE6E5D.


Opacity

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

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

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

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

This text has shadow with #CE6E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6E5D on black background.


Color preview on white background

This text has color #CE6E5D on white background.



Black color preview on #CE6E5D background

This text has black color on #CE6E5D background.


White color preview on #CE6E5D background

This text has white color on #CE6E5D background.