COLOR #CE504D

HEX: #CE504D
RGB: (206,80,77)

Color info

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

RGB color model

#CE504D color RGB value is (206,80,77).

  • red value is 206;
  • green value is 80;
  • blue value is 77.
RGB:
(206,80,77)
(81%,31%,30%)

RGB channels and saturation

R 206 of 255 = 81%
G 80 of 255 = 31%
B 77 of 255 = 30%

206
80
77

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

Portions of RGB colors in percentages

R + G + B =
206 + 80 + 77 = 363 (100%)
R 206 of 363 ~ 56.75%
G 80 of 363 ~ 22.04%
B 77 of 363 ~ 21.21%

%56.75
%22.04
%21.21

CMYK color model

#CE504D color CMYK value is (0,61,63,19).

  • cyan value is 0.00%
  • magenta value is 61.17%
  • yellow value is 62.62%
  • key color value is 19.22%
CMYK:
(0,61,63,19)
C0M61Y63K19 
(0%,61%,63%,19%)
(0.00/0.61/0.63/0.19)	

CMYK percentages

%0
%61.17
%62.62
%19.22

Codes

Color #CE504D in popluar color models

CE504D
RGB2068077
HSL56.83%55.49%
HSB/HSV62.62%80.78%
CMYK0.00%61.17%62.62%
19.22%

Color #CE504D in popluar number systems.

HEXCE504D
Decimal2068077
Binary1100111010100001001101
Octal316120115

Shades and tints

Shades of #CE504D

#CE504D
(206,80,77)
#BC4946
(188,73,70)
#AA423F
(170,66,63)
#983B38
(152,59,56)
#863431
(134,52,49)
#742D2A
(116,45,42)
#622623
(98,38,35)
#501F1C
(80,31,28)
#3E1815
(62,24,21)
#2C110E
(44,17,14)
#1A0A07
(26,10,7)
#000000
(0,0,0)

Tints of #CE504D

#CE504D
(206,80,77)
#D25F5D
(210,95,93)
#D66E6D
(214,110,109)
#DA7D7D
(218,125,125)
#DE8C8D
(222,140,141)
#E29B9D
(226,155,157)
#E6AAAD
(230,170,173)
#EAB9BD
(234,185,189)
#EEC8CD
(238,200,205)
#F2D7DD
(242,215,221)
#F6E6ED
(246,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE504D; }

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

This text font color is #CE504D.


Background Color

.myBgColor { background-color: #CE504D; }

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

This div background color is #CE504D.


Border color

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

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

This div border color is #CE504D.


Opacity

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

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

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

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

This text has shadow with #CE504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE504D on black background.


Color preview on white background

This text has color #CE504D on white background.



Black color preview on #CE504D background

This text has black color on #CE504D background.


White color preview on #CE504D background

This text has white color on #CE504D background.