COLOR #CE6A5E

HEX: #CE6A5E
RGB: (206,106,94)

Color info

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

RGB color model

#CE6A5E color RGB value is (206,106,94).

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

RGB channels and saturation

R 206 of 255 = 81%
G 106 of 255 = 42%
B 94 of 255 = 37%

206
106
94

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

Portions of RGB colors in percentages

R + G + B =
206 + 106 + 94 = 406 (100%)
R 206 of 406 ~ 50.74%
G 106 of 406 ~ 26.11%
B 94 of 406 ~ 23.15%

%50.74
%26.11
%23.15

CMYK color model

#CE6A5E color CMYK value is (0,49,54,19).

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 54.37%
  • key color value is 19.22%
CMYK:
(0,49,54,19)
C0M49Y54K19 
(0%,49%,54%,19%)
(0.00/0.49/0.54/0.19)	

CMYK percentages

%0
%48.54
%54.37
%19.22

Codes

Color #CE6A5E in popluar color models

CE6A5E
RGB20610694
HSL53.33%58.82%
HSB/HSV54.37%80.78%
CMYK0.00%48.54%54.37%
19.22%

Color #CE6A5E in popluar number systems.

HEXCE6A5E
Decimal20610694
Binary1100111011010101011110
Octal316152136

Shades and tints

Shades of #CE6A5E

#CE6A5E
(206,106,94)
#BC6156
(188,97,86)
#AA584E
(170,88,78)
#984F46
(152,79,70)
#86463E
(134,70,62)
#743D36
(116,61,54)
#62342E
(98,52,46)
#502B26
(80,43,38)
#3E221E
(62,34,30)
#2C1916
(44,25,22)
#1A100E
(26,16,14)
#000000
(0,0,0)

Tints of #CE6A5E

#CE6A5E
(206,106,94)
#D2776C
(210,119,108)
#D6847A
(214,132,122)
#DA9188
(218,145,136)
#DE9E96
(222,158,150)
#E2ABA4
(226,171,164)
#E6B8B2
(230,184,178)
#EAC5C0
(234,197,192)
#EED2CE
(238,210,206)
#F2DFDC
(242,223,220)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE6A5E; }

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

This text font color is #CE6A5E.


Background Color

.myBgColor { background-color: #CE6A5E; }

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

This div background color is #CE6A5E.


Border color

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

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

This div border color is #CE6A5E.


Opacity

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

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

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

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

This text has shadow with #CE6A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6A5E on black background.


Color preview on white background

This text has color #CE6A5E on white background.



Black color preview on #CE6A5E background

This text has black color on #CE6A5E background.


White color preview on #CE6A5E background

This text has white color on #CE6A5E background.