COLOR #CE7D74

HEX: #CE7D74 RGB: (206,125,116)

Color info

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

RGB color model

#CE7D74 color RGB value is (206,125,116).

RGB: (206,125,116) (81%, 49%, 45%)

RGB channels and saturation

R 206 of 255 = 81%
G 125 of 255 = 49%
B 116 of 255 = 45%

206
125
116

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

Portions of RGB colors in percentages

R + G + B = 206 + 125 + 116 = 447 (100%)
R 206 of 447 ~ 46.09%
G 125 of 447 ~ 27.96%
B 116 of 447 ~ 25.95'%

%46.09
%27.96
%25.95

CMYK color model

#CE7D74 color CMYK value is (0,39,44,19).

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 43.69%
  • key color value is 19.22%

CMYK: (0,39,44,19)
C0M39Y44K19 (0%, 39%, 44%, 19%)
(0.00 / 0.39 / 0.44 / 0.19)

CMYK percentages

%0
%39.32
%43.69
%19.22

Codes

Color #CE7D74 in popluar color models

CE 7D 74
RGB 206 125 116
HSL 47.87% 63.14%
HSB/HSV 43.69% 80.78%
CMYK 0.00% 39.32% 43.69%
19.22%

Color #CE7D74 in popluar number systems.

HEX CE 7D 74
Decimal 206 125 116
Binary 11001110 1111101 1110100
Octal 316 175 164

Shades and tints

Shades of #CE7D74

#CE7D74
(206,125,116)
#BC726A
(188,114,106)
#AA6760
(170,103,96)
#985C56
(152,92,86)
#86514C
(134,81,76)
#744642
(116,70,66)
#623B38
(98,59,56)
#50302E
(80,48,46)
#3E2524
(62,37,36)
#2C1A1A
(44,26,26)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #CE7D74

#CE7D74
(206,125,116)
#D28880
(210,136,128)
#D6938C
(214,147,140)
#DA9E98
(218,158,152)
#DEA9A4
(222,169,164)
#E2B4B0
(226,180,176)
#E6BFBC
(230,191,188)
#EACAC8
(234,202,200)
#EED5D4
(238,213,212)
#F2E0E0
(242,224,224)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7D74 color. Also use rgb(206,125,116) instead hex code.

Text Font Color

.myTextColor { color: #CE7D74; }

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

This text font color is #CE7D74.

Background Color

.myBgColor { background-color: #CE7D74; }

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

This div background color is #CE7D74.

Border color

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

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

This div border color is #CE7D74.

Opacity

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

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

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

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

This text has shadow with #CE7D74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE7D74.

Preview

Color preview on black background

This text has color #CE7D74 on black background.


Color preview on white background

This text has color #CE7D74 on white background.


Black color preview on #CE7D74 background

This text has black color on #CE7D74 background.


White color preview on #CE7D74 background

This text has white color on #CE7D74 background.


Related colors

Complementary color

Complementary color for #hex is #31828B.


I love getcolorcode.com

Triadic colors

1 #74CE7D and #7D74CE with #CE7D74 are triadic colors.

2 #747DCE and #7DCE74 with #CE7D74 are triadic colors.