COLOR #CE7E6A

HEX: #CE7E6A RGB: (206,126,106)

Color info

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

RGB color model

#CE7E6A color RGB value is (206,126,106).

RGB: (206,126,106) (81%, 49%, 42%)

RGB channels and saturation

R 206 of 255 = 81%
G 126 of 255 = 49%
B 106 of 255 = 42%

206
126
106

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

Portions of RGB colors in percentages

R + G + B = 206 + 126 + 106 = 438 (100%)
R 206 of 438 ~ 47.03%
G 126 of 438 ~ 28.77%
B 106 of 438 ~ 24.2'%

%47.03
%28.77
%24.2

CMYK color model

#CE7E6A color CMYK value is (0,39,49,19).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 48.54%
  • key color value is 19.22%

CMYK: (0,39,49,19)
C0M39Y49K19 (0%, 39%, 49%, 19%)
(0.00 / 0.39 / 0.49 / 0.19)

CMYK percentages

%0
%38.83
%48.54
%19.22

Codes

Color #CE7E6A in popluar color models

CE 7E 6A
RGB 206 126 106
HSL 12° 50.51% 61.18%
HSB/HSV 12° 48.54% 80.78%
CMYK 0.00% 38.83% 48.54%
19.22%

Color #CE7E6A in popluar number systems.

HEX CE 7E 6A
Decimal 206 126 106
Binary 11001110 1111110 1101010
Octal 316 176 152

Shades and tints

Shades of #CE7E6A

#CE7E6A
(206,126,106)
#BC7361
(188,115,97)
#AA6858
(170,104,88)
#985D4F
(152,93,79)
#865246
(134,82,70)
#74473D
(116,71,61)
#623C34
(98,60,52)
#50312B
(80,49,43)
#3E2622
(62,38,34)
#2C1B19
(44,27,25)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #CE7E6A

#CE7E6A
(206,126,106)
#D28977
(210,137,119)
#D69484
(214,148,132)
#DA9F91
(218,159,145)
#DEAA9E
(222,170,158)
#E2B5AB
(226,181,171)
#E6C0B8
(230,192,184)
#EACBC5
(234,203,197)
#EED6D2
(238,214,210)
#F2E1DF
(242,225,223)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7E6A; }

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

This text font color is #CE7E6A.

Background Color

.myBgColor { background-color: #CE7E6A; }

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

This div background color is #CE7E6A.

Border color

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

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

This div border color is #CE7E6A.

Opacity

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

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

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

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

This text has shadow with #CE7E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE7E6A.

Preview

Color preview on black background

This text has color #CE7E6A on black background.


Color preview on white background

This text has color #CE7E6A on white background.


Black color preview on #CE7E6A background

This text has black color on #CE7E6A background.


White color preview on #CE7E6A background

This text has white color on #CE7E6A background.


Related colors

Complementary color

Complementary color for #hex is #318195.


I love getcolorcode.com

Triadic colors

1 #6ACE7E and #7E6ACE with #CE7E6A are triadic colors.

2 #6A7ECE and #7ECE6A with #CE7E6A are triadic colors.