COLOR #CE6E35

HEX: #CE6E35 RGB: (206,110,53)

Color info

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

RGB color model

#CE6E35 color RGB value is (206,110,53).

RGB: (206,110,53) (81%, 43%, 21%)

RGB channels and saturation

R 206 of 255 = 81%
G 110 of 255 = 43%
B 53 of 255 = 21%

206
110
53

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

Portions of RGB colors in percentages

R + G + B = 206 + 110 + 53 = 369 (100%)
R 206 of 369 ~ 55.83%
G 110 of 369 ~ 29.81%
B 53 of 369 ~ 14.36'%

%55.83
%29.81
%14.36

CMYK color model

#CE6E35 color CMYK value is (0,47,74,19).

  • cyan value is 0.00%
  • magenta value is 46.60%
  • yellow value is 74.27%
  • key color value is 19.22%

CMYK: (0,47,74,19)
C0M47Y74K19 (0%, 47%, 74%, 19%)
(0.00 / 0.47 / 0.74 / 0.19)

CMYK percentages

%0
%46.6
%74.27
%19.22

Codes

Color #CE6E35 in popluar color models

CE 6E 35
RGB 206 110 53
HSL 22° 60.96% 50.78%
HSB/HSV 22° 74.27% 80.78%
CMYK 0.00% 46.60% 74.27%
19.22%

Color #CE6E35 in popluar number systems.

HEX CE 6E 35
Decimal 206 110 53
Binary 11001110 1101110 110101
Octal 316 156 65

Shades and tints

Shades of #CE6E35

#CE6E35
(206,110,53)
#BC6431
(188,100,49)
#AA5A2D
(170,90,45)
#985029
(152,80,41)
#864625
(134,70,37)
#743C21
(116,60,33)
#62321D
(98,50,29)
#502819
(80,40,25)
#3E1E15
(62,30,21)
#2C1411
(44,20,17)
#1A0A0D
(26,10,13)
#000000
(0,0,0)

Tints of #CE6E35

#CE6E35
(206,110,53)
#D27B47
(210,123,71)
#D68859
(214,136,89)
#DA956B
(218,149,107)
#DEA27D
(222,162,125)
#E2AF8F
(226,175,143)
#E6BCA1
(230,188,161)
#EAC9B3
(234,201,179)
#EED6C5
(238,214,197)
#F2E3D7
(242,227,215)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6E35 color. Also use rgb(206,110,53) instead hex code.

Text Font Color

.myTextColor { color: #CE6E35; }

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

This text font color is #CE6E35.

Background Color

.myBgColor { background-color: #CE6E35; }

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

This div background color is #CE6E35.

Border color

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

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

This div border color is #CE6E35.

Opacity

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

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

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

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

This text has shadow with #CE6E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE6E35.

Preview

Color preview on black background

This text has color #CE6E35 on black background.


Color preview on white background

This text has color #CE6E35 on white background.


Black color preview on #CE6E35 background

This text has black color on #CE6E35 background.


White color preview on #CE6E35 background

This text has white color on #CE6E35 background.


Related colors

Complementary color

Complementary color for #CE6E35 is #3191CA.


I love getcolorcode.com

Triadic colors

1 #35CE6E and #6E35CE with #CE6E35 are triadic colors.

2 #356ECE and #6ECE35 with #CE6E35 are triadic colors.