COLOR #CE6D5E

HEX: #CE6D5E
RGB: (206,109,94)

Color info

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

RGB color model

#CE6D5E color RGB value is (206,109,94).

  • red value is 206;
  • green value is 109;
  • blue value is 94.
RGB:
(206,109,94)
(81%,43%,37%)

RGB channels and saturation

R 206 of 255 = 81%
G 109 of 255 = 43%
B 94 of 255 = 37%

206
109
94

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

Portions of RGB colors in percentages

R + G + B =
206 + 109 + 94 = 409 (100%)
R 206 of 409 ~ 50.37%
G 109 of 409 ~ 26.65%
B 94 of 409 ~ 22.98%

%50.37
%26.65
%22.98

CMYK color model

#CE6D5E color CMYK value is (0,47,54,19).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 54.37%
  • key color value is 19.22%
CMYK:
(0,47,54,19)
C0M47Y54K19 
(0%,47%,54%,19%)
(0.00/0.47/0.54/0.19)	

CMYK percentages

%0
%47.09
%54.37
%19.22

Codes

Color #CE6D5E in popluar color models

CE6D5E
RGB20610994
HSL53.33%58.82%
HSB/HSV54.37%80.78%
CMYK0.00%47.09%54.37%
19.22%

Color #CE6D5E in popluar number systems.

HEXCE6D5E
Decimal20610994
Binary1100111011011011011110
Octal316155136

Shades and tints

Shades of #CE6D5E

#CE6D5E
(206,109,94)
#BC6456
(188,100,86)
#AA5B4E
(170,91,78)
#985246
(152,82,70)
#86493E
(134,73,62)
#744036
(116,64,54)
#62372E
(98,55,46)
#502E26
(80,46,38)
#3E251E
(62,37,30)
#2C1C16
(44,28,22)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #CE6D5E

#CE6D5E
(206,109,94)
#D27A6C
(210,122,108)
#D6877A
(214,135,122)
#DA9488
(218,148,136)
#DEA196
(222,161,150)
#E2AEA4
(226,174,164)
#E6BBB2
(230,187,178)
#EAC8C0
(234,200,192)
#EED5CE
(238,213,206)
#F2E2DC
(242,226,220)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6D5E color. Also use rgb(206,109,94) instead hex code.

Text Font Color

.myTextColor { color: #CE6D5E; }

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

This text font color is #CE6D5E.


Background Color

.myBgColor { background-color: #CE6D5E; }

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

This div background color is #CE6D5E.


Border color

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

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

This div border color is #CE6D5E.


Opacity

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

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

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

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

This text has shadow with #CE6D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6D5E on black background.


Color preview on white background

This text has color #CE6D5E on white background.



Black color preview on #CE6D5E background

This text has black color on #CE6D5E background.


White color preview on #CE6D5E background

This text has white color on #CE6D5E background.