COLOR #CE7D48

HEX: #CE7D48
RGB: (206,125,72)

Color info

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

RGB color model

#CE7D48 color RGB value is (206,125,72).

  • red value is 206;
  • green value is 125;
  • blue value is 72.
RGB:
(206,125,72)
(81%,49%,28%)

RGB channels and saturation

R 206 of 255 = 81%
G 125 of 255 = 49%
B 72 of 255 = 28%

206
125
72

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

Portions of RGB colors in percentages

R + G + B =
206 + 125 + 72 = 403 (100%)
R 206 of 403 ~ 51.12%
G 125 of 403 ~ 31.02%
B 72 of 403 ~ 17.87%

%51.12
%31.02
%17.87

CMYK color model

#CE7D48 color CMYK value is (0,39,65,19).

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 65.05%
  • key color value is 19.22%
CMYK:
(0,39,65,19)
C0M39Y65K19 
(0%,39%,65%,19%)
(0.00/0.39/0.65/0.19)	

CMYK percentages

%0
%39.32
%65.05
%19.22

Codes

Color #CE7D48 in popluar color models

CE7D48
RGB20612572
HSL24°57.76%54.51%
HSB/HSV24°65.05%80.78%
CMYK0.00%39.32%65.05%
19.22%

Color #CE7D48 in popluar number systems.

HEXCE7D48
Decimal20612572
Binary1100111011111011001000
Octal316175110

Shades and tints

Shades of #CE7D48

#CE7D48
(206,125,72)
#BC7242
(188,114,66)
#AA673C
(170,103,60)
#985C36
(152,92,54)
#865130
(134,81,48)
#74462A
(116,70,42)
#623B24
(98,59,36)
#50301E
(80,48,30)
#3E2518
(62,37,24)
#2C1A12
(44,26,18)
#1A0F0C
(26,15,12)
#000000
(0,0,0)

Tints of #CE7D48

#CE7D48
(206,125,72)
#D28858
(210,136,88)
#D69368
(214,147,104)
#DA9E78
(218,158,120)
#DEA988
(222,169,136)
#E2B498
(226,180,152)
#E6BFA8
(230,191,168)
#EACAB8
(234,202,184)
#EED5C8
(238,213,200)
#F2E0D8
(242,224,216)
#F6EBE8
(246,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7D48; }

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

This text font color is #CE7D48.


Background Color

.myBgColor { background-color: #CE7D48; }

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

This div background color is #CE7D48.


Border color

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

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

This div border color is #CE7D48.


Opacity

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

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

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

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

This text has shadow with #CE7D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7D48 on black background.


Color preview on white background

This text has color #CE7D48 on white background.



Black color preview on #CE7D48 background

This text has black color on #CE7D48 background.


White color preview on #CE7D48 background

This text has white color on #CE7D48 background.