COLOR #CE6A47

HEX: #CE6A47
RGB: (206,106,71)

Color info

#CE6A47 contains mainly red color. Web safe color of #CE6A47 is #CC6633 (or #C63).

RGB color model

#CE6A47 color RGB value is (206,106,71).

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

RGB channels and saturation

R 206 of 255 = 81%
G 106 of 255 = 42%
B 71 of 255 = 28%

206
106
71

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

Portions of RGB colors in percentages

R + G + B =
206 + 106 + 71 = 383 (100%)
R 206 of 383 ~ 53.79%
G 106 of 383 ~ 27.68%
B 71 of 383 ~ 18.54%

%53.79
%27.68
%18.54

CMYK color model

#CE6A47 color CMYK value is (0,49,66,19).

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 65.53%
  • key color value is 19.22%
CMYK:
(0,49,66,19)
C0M49Y66K19 
(0%,49%,66%,19%)
(0.00/0.49/0.66/0.19)	

CMYK percentages

%0
%48.54
%65.53
%19.22

Codes

Color #CE6A47 in popluar color models

CE6A47
RGB20610671
HSL16°57.94%54.31%
HSB/HSV16°65.53%80.78%
CMYK0.00%48.54%65.53%
19.22%

Color #CE6A47 in popluar number systems.

HEXCE6A47
Decimal20610671
Binary1100111011010101000111
Octal316152107

Shades and tints

Shades of #CE6A47

#CE6A47
(206,106,71)
#BC6141
(188,97,65)
#AA583B
(170,88,59)
#984F35
(152,79,53)
#86462F
(134,70,47)
#743D29
(116,61,41)
#623423
(98,52,35)
#502B1D
(80,43,29)
#3E2217
(62,34,23)
#2C1911
(44,25,17)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #CE6A47

#CE6A47
(206,106,71)
#D27757
(210,119,87)
#D68467
(214,132,103)
#DA9177
(218,145,119)
#DE9E87
(222,158,135)
#E2AB97
(226,171,151)
#E6B8A7
(230,184,167)
#EAC5B7
(234,197,183)
#EED2C7
(238,210,199)
#F2DFD7
(242,223,215)
#F6ECE7
(246,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE6A47; }

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

This text font color is #CE6A47.


Background Color

.myBgColor { background-color: #CE6A47; }

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

This div background color is #CE6A47.


Border color

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

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

This div border color is #CE6A47.


Opacity

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

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

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

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

This text has shadow with #CE6A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6A47 on black background.


Color preview on white background

This text has color #CE6A47 on white background.



Black color preview on #CE6A47 background

This text has black color on #CE6A47 background.


White color preview on #CE6A47 background

This text has white color on #CE6A47 background.