COLOR #CE5E60

HEX: #CE5E60
RGB: (206,94,96)

Color info

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

RGB color model

#CE5E60 color RGB value is (206,94,96).

  • red value is 206;
  • green value is 94;
  • blue value is 96.
RGB:
(206,94,96)
(81%,37%,38%)

RGB channels and saturation

R 206 of 255 = 81%
G 94 of 255 = 37%
B 96 of 255 = 38%

206
94
96

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

Portions of RGB colors in percentages

R + G + B =
206 + 94 + 96 = 396 (100%)
R 206 of 396 ~ 52.02%
G 94 of 396 ~ 23.74%
B 96 of 396 ~ 24.24%

%52.02
%23.74
%24.24

CMYK color model

#CE5E60 color CMYK value is (0,54,53,19).

  • cyan value is 0.00%
  • magenta value is 54.37%
  • yellow value is 53.40%
  • key color value is 19.22%
CMYK:
(0,54,53,19)
C0M54Y53K19 
(0%,54%,53%,19%)
(0.00/0.54/0.53/0.19)	

CMYK percentages

%0
%54.37
%53.4
%19.22

Codes

Color #CE5E60 in popluar color models

CE5E60
RGB2069496
HSL359°53.33%58.82%
HSB/HSV359°54.37%80.78%
CMYK0.00%54.37%53.40%
19.22%

Color #CE5E60 in popluar number systems.

HEXCE5E60
Decimal2069496
Binary1100111010111101100000
Octal316136140

Shades and tints

Shades of #CE5E60

#CE5E60
(206,94,96)
#BC5658
(188,86,88)
#AA4E50
(170,78,80)
#984648
(152,70,72)
#863E40
(134,62,64)
#743638
(116,54,56)
#622E30
(98,46,48)
#502628
(80,38,40)
#3E1E20
(62,30,32)
#2C1618
(44,22,24)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #CE5E60

#CE5E60
(206,94,96)
#D26C6E
(210,108,110)
#D67A7C
(214,122,124)
#DA888A
(218,136,138)
#DE9698
(222,150,152)
#E2A4A6
(226,164,166)
#E6B2B4
(230,178,180)
#EAC0C2
(234,192,194)
#EECED0
(238,206,208)
#F2DCDE
(242,220,222)
#F6EAEC
(246,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE5E60; }

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

This text font color is #CE5E60.


Background Color

.myBgColor { background-color: #CE5E60; }

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

This div background color is #CE5E60.


Border color

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

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

This div border color is #CE5E60.


Opacity

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

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

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

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

This text has shadow with #CE5E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5E60 on black background.


Color preview on white background

This text has color #CE5E60 on white background.



Black color preview on #CE5E60 background

This text has black color on #CE5E60 background.


White color preview on #CE5E60 background

This text has white color on #CE5E60 background.