COLOR #CE5D46

HEX: #CE5D46
RGB: (206,93,70)

Color info

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

RGB color model

#CE5D46 color RGB value is (206,93,70).

  • red value is 206;
  • green value is 93;
  • blue value is 70.
RGB:
(206,93,70)
(81%,36%,27%)

RGB channels and saturation

R 206 of 255 = 81%
G 93 of 255 = 36%
B 70 of 255 = 27%

206
93
70

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

Portions of RGB colors in percentages

R + G + B =
206 + 93 + 70 = 369 (100%)
R 206 of 369 ~ 55.83%
G 93 of 369 ~ 25.2%
B 70 of 369 ~ 18.97%

%55.83
%25.2
%18.97

CMYK color model

#CE5D46 color CMYK value is (0,55,66,19).

  • cyan value is 0.00%
  • magenta value is 54.85%
  • yellow value is 66.02%
  • key color value is 19.22%
CMYK:
(0,55,66,19)
C0M55Y66K19 
(0%,55%,66%,19%)
(0.00/0.55/0.66/0.19)	

CMYK percentages

%0
%54.85
%66.02
%19.22

Codes

Color #CE5D46 in popluar color models

CE5D46
RGB2069370
HSL10°58.12%54.12%
HSB/HSV10°66.02%80.78%
CMYK0.00%54.85%66.02%
19.22%

Color #CE5D46 in popluar number systems.

HEXCE5D46
Decimal2069370
Binary1100111010111011000110
Octal316135106

Shades and tints

Shades of #CE5D46

#CE5D46
(206,93,70)
#BC5540
(188,85,64)
#AA4D3A
(170,77,58)
#984534
(152,69,52)
#863D2E
(134,61,46)
#743528
(116,53,40)
#622D22
(98,45,34)
#50251C
(80,37,28)
#3E1D16
(62,29,22)
#2C1510
(44,21,16)
#1A0D0A
(26,13,10)
#000000
(0,0,0)

Tints of #CE5D46

#CE5D46
(206,93,70)
#D26B56
(210,107,86)
#D67966
(214,121,102)
#DA8776
(218,135,118)
#DE9586
(222,149,134)
#E2A396
(226,163,150)
#E6B1A6
(230,177,166)
#EABFB6
(234,191,182)
#EECDC6
(238,205,198)
#F2DBD6
(242,219,214)
#F6E9E6
(246,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE5D46; }

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

This text font color is #CE5D46.


Background Color

.myBgColor { background-color: #CE5D46; }

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

This div background color is #CE5D46.


Border color

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

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

This div border color is #CE5D46.


Opacity

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

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

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

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

This text has shadow with #CE5D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5D46 on black background.


Color preview on white background

This text has color #CE5D46 on white background.



Black color preview on #CE5D46 background

This text has black color on #CE5D46 background.


White color preview on #CE5D46 background

This text has white color on #CE5D46 background.