COLOR #CE653F

HEX: #CE653F
RGB: (206,101,63)

Color info

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

RGB color model

#CE653F color RGB value is (206,101,63).

  • red value is 206;
  • green value is 101;
  • blue value is 63.
RGB:
(206,101,63)
(81%,40%,25%)

RGB channels and saturation

R 206 of 255 = 81%
G 101 of 255 = 40%
B 63 of 255 = 25%

206
101
63

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

Portions of RGB colors in percentages

R + G + B =
206 + 101 + 63 = 370 (100%)
R 206 of 370 ~ 55.68%
G 101 of 370 ~ 27.3%
B 63 of 370 ~ 17.03%

%55.68
%27.3
%17.03

CMYK color model

#CE653F color CMYK value is (0,51,69,19).

  • cyan value is 0.00%
  • magenta value is 50.97%
  • yellow value is 69.42%
  • key color value is 19.22%
CMYK:
(0,51,69,19)
C0M51Y69K19 
(0%,51%,69%,19%)
(0.00/0.51/0.69/0.19)	

CMYK percentages

%0
%50.97
%69.42
%19.22

Codes

Color #CE653F in popluar color models

CE653F
RGB20610163
HSL16°59.34%52.75%
HSB/HSV16°69.42%80.78%
CMYK0.00%50.97%69.42%
19.22%

Color #CE653F in popluar number systems.

HEXCE653F
Decimal20610163
Binary110011101100101111111
Octal31614577

Shades and tints

Shades of #CE653F

#CE653F
(206,101,63)
#BC5C3A
(188,92,58)
#AA5335
(170,83,53)
#984A30
(152,74,48)
#86412B
(134,65,43)
#743826
(116,56,38)
#622F21
(98,47,33)
#50261C
(80,38,28)
#3E1D17
(62,29,23)
#2C1412
(44,20,18)
#1A0B0D
(26,11,13)
#000000
(0,0,0)

Tints of #CE653F

#CE653F
(206,101,63)
#D27350
(210,115,80)
#D68161
(214,129,97)
#DA8F72
(218,143,114)
#DE9D83
(222,157,131)
#E2AB94
(226,171,148)
#E6B9A5
(230,185,165)
#EAC7B6
(234,199,182)
#EED5C7
(238,213,199)
#F2E3D8
(242,227,216)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE653F; }

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

This text font color is #CE653F.


Background Color

.myBgColor { background-color: #CE653F; }

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

This div background color is #CE653F.


Border color

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

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

This div border color is #CE653F.


Opacity

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

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

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

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

This text has shadow with #CE653F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE653F on black background.


Color preview on white background

This text has color #CE653F on white background.



Black color preview on #CE653F background

This text has black color on #CE653F background.


White color preview on #CE653F background

This text has white color on #CE653F background.