COLOR #CE7272

HEX: #CE7272
RGB: (206,114,114)

Color info

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

RGB color model

#CE7272 color RGB value is (206,114,114).

  • red value is 206;
  • green value is 114;
  • blue value is 114.
RGB:
(206,114,114)
(81%,45%,45%)

RGB channels and saturation

R 206 of 255 = 81%
G 114 of 255 = 45%
B 114 of 255 = 45%

206
114
114

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

Portions of RGB colors in percentages

R + G + B =
206 + 114 + 114 = 434 (100%)
R 206 of 434 ~ 47.47%
G 114 of 434 ~ 26.27%
B 114 of 434 ~ 26.27%

%47.47
%26.27
%26.27

CMYK color model

#CE7272 color CMYK value is (0,45,45,19).

  • cyan value is 0.00%
  • magenta value is 44.66%
  • yellow value is 44.66%
  • key color value is 19.22%
CMYK:
(0,45,45,19)
C0M45Y45K19 
(0%,45%,45%,19%)
(0.00/0.45/0.45/0.19)	

CMYK percentages

%0
%44.66
%44.66
%19.22

Codes

Color #CE7272 in popluar color models

CE7272
RGB206114114
HSL48.42%62.75%
HSB/HSV44.66%80.78%
CMYK0.00%44.66%44.66%
19.22%

Color #CE7272 in popluar number systems.

HEXCE7272
Decimal206114114
Binary1100111011100101110010
Octal316162162

Shades and tints

Shades of #CE7272

#CE7272
(206,114,114)
#BC6868
(188,104,104)
#AA5E5E
(170,94,94)
#985454
(152,84,84)
#864A4A
(134,74,74)
#744040
(116,64,64)
#623636
(98,54,54)
#502C2C
(80,44,44)
#3E2222
(62,34,34)
#2C1818
(44,24,24)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #CE7272

#CE7272
(206,114,114)
#D27E7E
(210,126,126)
#D68A8A
(214,138,138)
#DA9696
(218,150,150)
#DEA2A2
(222,162,162)
#E2AEAE
(226,174,174)
#E6BABA
(230,186,186)
#EAC6C6
(234,198,198)
#EED2D2
(238,210,210)
#F2DEDE
(242,222,222)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7272; }

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

This text font color is #CE7272.


Background Color

.myBgColor { background-color: #CE7272; }

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

This div background color is #CE7272.


Border color

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

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

This div border color is #CE7272.


Opacity

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

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

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

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

This text has shadow with #CE7272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7272 on black background.


Color preview on white background

This text has color #CE7272 on white background.



Black color preview on #CE7272 background

This text has black color on #CE7272 background.


White color preview on #CE7272 background

This text has white color on #CE7272 background.