COLOR #CE7053

HEX: #CE7053
RGB: (206,112,83)

Color info

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

RGB color model

#CE7053 color RGB value is (206,112,83).

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

RGB channels and saturation

R 206 of 255 = 81%
G 112 of 255 = 44%
B 83 of 255 = 33%

206
112
83

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

Portions of RGB colors in percentages

R + G + B =
206 + 112 + 83 = 401 (100%)
R 206 of 401 ~ 51.37%
G 112 of 401 ~ 27.93%
B 83 of 401 ~ 20.7%

%51.37
%27.93
%20.7

CMYK color model

#CE7053 color CMYK value is (0,46,60,19).

  • cyan value is 0.00%
  • magenta value is 45.63%
  • yellow value is 59.71%
  • key color value is 19.22%
CMYK:
(0,46,60,19)
C0M46Y60K19 
(0%,46%,60%,19%)
(0.00/0.46/0.60/0.19)	

CMYK percentages

%0
%45.63
%59.71
%19.22

Codes

Color #CE7053 in popluar color models

CE7053
RGB20611283
HSL14°55.66%56.67%
HSB/HSV14°59.71%80.78%
CMYK0.00%45.63%59.71%
19.22%

Color #CE7053 in popluar number systems.

HEXCE7053
Decimal20611283
Binary1100111011100001010011
Octal316160123

Shades and tints

Shades of #CE7053

#CE7053
(206,112,83)
#BC664C
(188,102,76)
#AA5C45
(170,92,69)
#98523E
(152,82,62)
#864837
(134,72,55)
#743E30
(116,62,48)
#623429
(98,52,41)
#502A22
(80,42,34)
#3E201B
(62,32,27)
#2C1614
(44,22,20)
#1A0C0D
(26,12,13)
#000000
(0,0,0)

Tints of #CE7053

#CE7053
(206,112,83)
#D27D62
(210,125,98)
#D68A71
(214,138,113)
#DA9780
(218,151,128)
#DEA48F
(222,164,143)
#E2B19E
(226,177,158)
#E6BEAD
(230,190,173)
#EACBBC
(234,203,188)
#EED8CB
(238,216,203)
#F2E5DA
(242,229,218)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7053; }

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

This text font color is #CE7053.


Background Color

.myBgColor { background-color: #CE7053; }

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

This div background color is #CE7053.


Border color

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

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

This div border color is #CE7053.


Opacity

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

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

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

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

This text has shadow with #CE7053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7053 on black background.


Color preview on white background

This text has color #CE7053 on white background.



Black color preview on #CE7053 background

This text has black color on #CE7053 background.


White color preview on #CE7053 background

This text has white color on #CE7053 background.