COLOR #CE9641

HEX: #CE9641
RGB: (206,150,65)

Color info

#CE9641 contains mainly red and green colors. Web safe color of #CE9641 is #CC9933 (or #C93).

RGB color model

#CE9641 color RGB value is (206,150,65).

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

RGB channels and saturation

R 206 of 255 = 81%
G 150 of 255 = 59%
B 65 of 255 = 25%

206
150
65

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

Portions of RGB colors in percentages

R + G + B =
206 + 150 + 65 = 421 (100%)
R 206 of 421 ~ 48.93%
G 150 of 421 ~ 35.63%
B 65 of 421 ~ 15.44%

%48.93
%35.63
%15.44

CMYK color model

#CE9641 color CMYK value is (0,27,68,19).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 68.45%
  • key color value is 19.22%
CMYK:
(0,27,68,19)
C0M27Y68K19 
(0%,27%,68%,19%)
(0.00/0.27/0.68/0.19)	

CMYK percentages

%0
%27.18
%68.45
%19.22

Codes

Color #CE9641 in popluar color models

CE9641
RGB20615065
HSL36°59.00%53.14%
HSB/HSV36°68.45%80.78%
CMYK0.00%27.18%68.45%
19.22%

Color #CE9641 in popluar number systems.

HEXCE9641
Decimal20615065
Binary11001110100101101000001
Octal316226101

Shades and tints

Shades of #CE9641

#CE9641
(206,150,65)
#BC893C
(188,137,60)
#AA7C37
(170,124,55)
#986F32
(152,111,50)
#86622D
(134,98,45)
#745528
(116,85,40)
#624823
(98,72,35)
#503B1E
(80,59,30)
#3E2E19
(62,46,25)
#2C2114
(44,33,20)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #CE9641

#CE9641
(206,150,65)
#D29F52
(210,159,82)
#D6A863
(214,168,99)
#DAB174
(218,177,116)
#DEBA85
(222,186,133)
#E2C396
(226,195,150)
#E6CCA7
(230,204,167)
#EAD5B8
(234,213,184)
#EEDEC9
(238,222,201)
#F2E7DA
(242,231,218)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9641; }

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

This text font color is #CE9641.


Background Color

.myBgColor { background-color: #CE9641; }

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

This div background color is #CE9641.


Border color

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

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

This div border color is #CE9641.


Opacity

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

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

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

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

This text has shadow with #CE9641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9641 on black background.


Color preview on white background

This text has color #CE9641 on white background.



Black color preview on #CE9641 background

This text has black color on #CE9641 background.


White color preview on #CE9641 background

This text has white color on #CE9641 background.