COLOR #CE5A43

HEX: #CE5A43
RGB: (206,90,67)

Color info

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

RGB color model

#CE5A43 color RGB value is (206,90,67).

  • red value is 206;
  • green value is 90;
  • blue value is 67.
RGB:
(206,90,67)
(81%,35%,26%)

RGB channels and saturation

R 206 of 255 = 81%
G 90 of 255 = 35%
B 67 of 255 = 26%

206
90
67

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

Portions of RGB colors in percentages

R + G + B =
206 + 90 + 67 = 363 (100%)
R 206 of 363 ~ 56.75%
G 90 of 363 ~ 24.79%
B 67 of 363 ~ 18.46%

%56.75
%24.79
%18.46

CMYK color model

#CE5A43 color CMYK value is (0,56,67,19).

  • cyan value is 0.00%
  • magenta value is 56.31%
  • yellow value is 67.48%
  • key color value is 19.22%
CMYK:
(0,56,67,19)
C0M56Y67K19 
(0%,56%,67%,19%)
(0.00/0.56/0.67/0.19)	

CMYK percentages

%0
%56.31
%67.48
%19.22

Codes

Color #CE5A43 in popluar color models

CE5A43
RGB2069067
HSL10°58.65%53.53%
HSB/HSV10°67.48%80.78%
CMYK0.00%56.31%67.48%
19.22%

Color #CE5A43 in popluar number systems.

HEXCE5A43
Decimal2069067
Binary1100111010110101000011
Octal316132103

Shades and tints

Shades of #CE5A43

#CE5A43
(206,90,67)
#BC523D
(188,82,61)
#AA4A37
(170,74,55)
#984231
(152,66,49)
#863A2B
(134,58,43)
#743225
(116,50,37)
#622A1F
(98,42,31)
#502219
(80,34,25)
#3E1A13
(62,26,19)
#2C120D
(44,18,13)
#1A0A07
(26,10,7)
#000000
(0,0,0)

Tints of #CE5A43

#CE5A43
(206,90,67)
#D26954
(210,105,84)
#D67865
(214,120,101)
#DA8776
(218,135,118)
#DE9687
(222,150,135)
#E2A598
(226,165,152)
#E6B4A9
(230,180,169)
#EAC3BA
(234,195,186)
#EED2CB
(238,210,203)
#F2E1DC
(242,225,220)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE5A43; }

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

This text font color is #CE5A43.


Background Color

.myBgColor { background-color: #CE5A43; }

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

This div background color is #CE5A43.


Border color

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

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

This div border color is #CE5A43.


Opacity

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

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

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

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

This text has shadow with #CE5A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5A43 on black background.


Color preview on white background

This text has color #CE5A43 on white background.



Black color preview on #CE5A43 background

This text has black color on #CE5A43 background.


White color preview on #CE5A43 background

This text has white color on #CE5A43 background.