COLOR #CE6F41

HEX: #CE6F41
RGB: (206,111,65)

Color info

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

RGB color model

#CE6F41 color RGB value is (206,111,65).

  • red value is 206;
  • green value is 111;
  • blue value is 65.
RGB:
(206,111,65)
(81%,44%,25%)

RGB channels and saturation

R 206 of 255 = 81%
G 111 of 255 = 44%
B 65 of 255 = 25%

206
111
65

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

Portions of RGB colors in percentages

R + G + B =
206 + 111 + 65 = 382 (100%)
R 206 of 382 ~ 53.93%
G 111 of 382 ~ 29.06%
B 65 of 382 ~ 17.02%

%53.93
%29.06
%17.02

CMYK color model

#CE6F41 color CMYK value is (0,46,68,19).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 68.45%
  • key color value is 19.22%
CMYK:
(0,46,68,19)
C0M46Y68K19 
(0%,46%,68%,19%)
(0.00/0.46/0.68/0.19)	

CMYK percentages

%0
%46.12
%68.45
%19.22

Codes

Color #CE6F41 in popluar color models

CE6F41
RGB20611165
HSL20°59.00%53.14%
HSB/HSV20°68.45%80.78%
CMYK0.00%46.12%68.45%
19.22%

Color #CE6F41 in popluar number systems.

HEXCE6F41
Decimal20611165
Binary1100111011011111000001
Octal316157101

Shades and tints

Shades of #CE6F41

#CE6F41
(206,111,65)
#BC653C
(188,101,60)
#AA5B37
(170,91,55)
#985132
(152,81,50)
#86472D
(134,71,45)
#743D28
(116,61,40)
#623323
(98,51,35)
#50291E
(80,41,30)
#3E1F19
(62,31,25)
#2C1514
(44,21,20)
#1A0B0F
(26,11,15)
#000000
(0,0,0)

Tints of #CE6F41

#CE6F41
(206,111,65)
#D27C52
(210,124,82)
#D68963
(214,137,99)
#DA9674
(218,150,116)
#DEA385
(222,163,133)
#E2B096
(226,176,150)
#E6BDA7
(230,189,167)
#EACAB8
(234,202,184)
#EED7C9
(238,215,201)
#F2E4DA
(242,228,218)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6F41 color. Also use rgb(206,111,65) instead hex code.

Text Font Color

.myTextColor { color: #CE6F41; }

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

This text font color is #CE6F41.


Background Color

.myBgColor { background-color: #CE6F41; }

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

This div background color is #CE6F41.


Border color

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

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

This div border color is #CE6F41.


Opacity

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

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

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

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

This text has shadow with #CE6F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6F41 on black background.


Color preview on white background

This text has color #CE6F41 on white background.



Black color preview on #CE6F41 background

This text has black color on #CE6F41 background.


White color preview on #CE6F41 background

This text has white color on #CE6F41 background.