COLOR #CE705D

HEX: #CE705D
RGB: (206,112,93)

Color info

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

RGB color model

#CE705D color RGB value is (206,112,93).

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

RGB channels and saturation

R 206 of 255 = 81%
G 112 of 255 = 44%
B 93 of 255 = 36%

206
112
93

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

Portions of RGB colors in percentages

R + G + B =
206 + 112 + 93 = 411 (100%)
R 206 of 411 ~ 50.12%
G 112 of 411 ~ 27.25%
B 93 of 411 ~ 22.63%

%50.12
%27.25
%22.63

CMYK color model

#CE705D color CMYK value is (0,46,55,19).

  • cyan value is 0.00%
  • magenta value is 45.63%
  • yellow value is 54.85%
  • key color value is 19.22%
CMYK:
(0,46,55,19)
C0M46Y55K19 
(0%,46%,55%,19%)
(0.00/0.46/0.55/0.19)	

CMYK percentages

%0
%45.63
%54.85
%19.22

Codes

Color #CE705D in popluar color models

CE705D
RGB20611293
HSL10°53.55%58.63%
HSB/HSV10°54.85%80.78%
CMYK0.00%45.63%54.85%
19.22%

Color #CE705D in popluar number systems.

HEXCE705D
Decimal20611293
Binary1100111011100001011101
Octal316160135

Shades and tints

Shades of #CE705D

#CE705D
(206,112,93)
#BC6655
(188,102,85)
#AA5C4D
(170,92,77)
#985245
(152,82,69)
#86483D
(134,72,61)
#743E35
(116,62,53)
#62342D
(98,52,45)
#502A25
(80,42,37)
#3E201D
(62,32,29)
#2C1615
(44,22,21)
#1A0C0D
(26,12,13)
#000000
(0,0,0)

Tints of #CE705D

#CE705D
(206,112,93)
#D27D6B
(210,125,107)
#D68A79
(214,138,121)
#DA9787
(218,151,135)
#DEA495
(222,164,149)
#E2B1A3
(226,177,163)
#E6BEB1
(230,190,177)
#EACBBF
(234,203,191)
#EED8CD
(238,216,205)
#F2E5DB
(242,229,219)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE705D; }

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

This text font color is #CE705D.


Background Color

.myBgColor { background-color: #CE705D; }

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

This div background color is #CE705D.


Border color

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

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

This div border color is #CE705D.


Opacity

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

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

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

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

This text has shadow with #CE705D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE705D on black background.


Color preview on white background

This text has color #CE705D on white background.



Black color preview on #CE705D background

This text has black color on #CE705D background.


White color preview on #CE705D background

This text has white color on #CE705D background.