COLOR #CE7A53

HEX: #CE7A53 RGB: (206,122,83)

Color info

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

RGB color model

#CE7A53 color RGB value is (206,122,83).

RGB: (206,122,83) (81%, 48%, 33%)

RGB channels and saturation

R 206 of 255 = 81%
G 122 of 255 = 48%
B 83 of 255 = 33%

206
122
83

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

Portions of RGB colors in percentages

R + G + B = 206 + 122 + 83 = 411 (100%)
R 206 of 411 ~ 50.12%
G 122 of 411 ~ 29.68%
B 83 of 411 ~ 20.19'%

%50.12
%29.68
%20.19

CMYK color model

#CE7A53 color CMYK value is (0,41,60,19).

  • cyan value is 0.00%
  • magenta value is 40.78%
  • yellow value is 59.71%
  • key color value is 19.22%

CMYK: (0,41,60,19)
C0M41Y60K19 (0%, 41%, 60%, 19%)
(0.00 / 0.41 / 0.60 / 0.19)

CMYK percentages

%0
%40.78
%59.71
%19.22

Codes

Color #CE7A53 in popluar color models

CE 7A 53
RGB 206 122 83
HSL 19° 55.66% 56.67%
HSB/HSV 19° 59.71% 80.78%
CMYK 0.00% 40.78% 59.71%
19.22%

Color #CE7A53 in popluar number systems.

HEX CE 7A 53
Decimal 206 122 83
Binary 11001110 1111010 1010011
Octal 316 172 123

Shades and tints

Shades of #CE7A53

#CE7A53
(206,122,83)
#BC6F4C
(188,111,76)
#AA6445
(170,100,69)
#98593E
(152,89,62)
#864E37
(134,78,55)
#744330
(116,67,48)
#623829
(98,56,41)
#502D22
(80,45,34)
#3E221B
(62,34,27)
#2C1714
(44,23,20)
#1A0C0D
(26,12,13)
#000000
(0,0,0)

Tints of #CE7A53

#CE7A53
(206,122,83)
#D28662
(210,134,98)
#D69271
(214,146,113)
#DA9E80
(218,158,128)
#DEAA8F
(222,170,143)
#E2B69E
(226,182,158)
#E6C2AD
(230,194,173)
#EACEBC
(234,206,188)
#EEDACB
(238,218,203)
#F2E6DA
(242,230,218)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7A53; }

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

This text font color is #CE7A53.

Background Color

.myBgColor { background-color: #CE7A53; }

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

This div background color is #CE7A53.

Border color

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

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

This div border color is #CE7A53.

Opacity

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

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

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

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

This text has shadow with #CE7A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE7A53.

Preview

Color preview on black background

This text has color #CE7A53 on black background.


Color preview on white background

This text has color #CE7A53 on white background.


Black color preview on #CE7A53 background

This text has black color on #CE7A53 background.


White color preview on #CE7A53 background

This text has white color on #CE7A53 background.


Related colors

Complementary color

Complementary color for #hex is #3185AC.


I love getcolorcode.com

Triadic colors

1 #53CE7A and #7A53CE with #CE7A53 are triadic colors.

2 #537ACE and #7ACE53 with #CE7A53 are triadic colors.