COLOR #CE6453

HEX: #CE6453
RGB: (206,100,83)

Color info

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

RGB color model

#CE6453 color RGB value is (206,100,83).

  • red value is 206;
  • green value is 100;
  • blue value is 83.
RGB:
(206,100,83)
(81%,39%,33%)

RGB channels and saturation

R 206 of 255 = 81%
G 100 of 255 = 39%
B 83 of 255 = 33%

206
100
83

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

Portions of RGB colors in percentages

R + G + B =
206 + 100 + 83 = 389 (100%)
R 206 of 389 ~ 52.96%
G 100 of 389 ~ 25.71%
B 83 of 389 ~ 21.34%

%52.96
%25.71
%21.34

CMYK color model

#CE6453 color CMYK value is (0,51,60,19).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 59.71%
  • key color value is 19.22%
CMYK:
(0,51,60,19)
C0M51Y60K19 
(0%,51%,60%,19%)
(0.00/0.51/0.60/0.19)	

CMYK percentages

%0
%51.46
%59.71
%19.22

Codes

Color #CE6453 in popluar color models

CE6453
RGB20610083
HSL55.66%56.67%
HSB/HSV59.71%80.78%
CMYK0.00%51.46%59.71%
19.22%

Color #CE6453 in popluar number systems.

HEXCE6453
Decimal20610083
Binary1100111011001001010011
Octal316144123

Shades and tints

Shades of #CE6453

#CE6453
(206,100,83)
#BC5B4C
(188,91,76)
#AA5245
(170,82,69)
#98493E
(152,73,62)
#864037
(134,64,55)
#743730
(116,55,48)
#622E29
(98,46,41)
#502522
(80,37,34)
#3E1C1B
(62,28,27)
#2C1314
(44,19,20)
#1A0A0D
(26,10,13)
#000000
(0,0,0)

Tints of #CE6453

#CE6453
(206,100,83)
#D27262
(210,114,98)
#D68071
(214,128,113)
#DA8E80
(218,142,128)
#DE9C8F
(222,156,143)
#E2AA9E
(226,170,158)
#E6B8AD
(230,184,173)
#EAC6BC
(234,198,188)
#EED4CB
(238,212,203)
#F2E2DA
(242,226,218)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6453 color. Also use rgb(206,100,83) instead hex code.

Text Font Color

.myTextColor { color: #CE6453; }

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

This text font color is #CE6453.


Background Color

.myBgColor { background-color: #CE6453; }

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

This div background color is #CE6453.


Border color

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

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

This div border color is #CE6453.


Opacity

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

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

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

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

This text has shadow with #CE6453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6453 on black background.


Color preview on white background

This text has color #CE6453 on white background.



Black color preview on #CE6453 background

This text has black color on #CE6453 background.


White color preview on #CE6453 background

This text has white color on #CE6453 background.