COLOR #CE9139

HEX: #CE9139 RGB: (206,145,57)

Color info

#CE9139 contains mainly red color. Web safe color of #CE9139 is #CC9933 (or #C93).

RGB color model

#CE9139 color RGB value is (206,145,57).

RGB: (206,145,57) (81%, 57%, 22%)

RGB channels and saturation

R 206 of 255 = 81%
G 145 of 255 = 57%
B 57 of 255 = 22%

206
145
57

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

Portions of RGB colors in percentages

R + G + B = 206 + 145 + 57 = 408 (100%)
R 206 of 408 ~ 50.49%
G 145 of 408 ~ 35.54%
B 57 of 408 ~ 13.97'%

%50.49
%35.54
%13.97

CMYK color model

#CE9139 color CMYK value is (0,30,72,19).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 72.33%
  • key color value is 19.22%

CMYK: (0,30,72,19)
C0M30Y72K19 (0%, 30%, 72%, 19%)
(0.00 / 0.30 / 0.72 / 0.19)

CMYK percentages

%0
%29.61
%72.33
%19.22

Codes

Color #CE9139 in popluar color models

CE 91 39
RGB 206 145 57
HSL 35° 60.32% 51.57%
HSB/HSV 35° 72.33% 80.78%
CMYK 0.00% 29.61% 72.33%
19.22%

Color #CE9139 in popluar number systems.

HEX CE 91 39
Decimal 206 145 57
Binary 11001110 10010001 111001
Octal 316 221 71

Shades and tints

Shades of #CE9139

#CE9139
(206,145,57)
#BC8434
(188,132,52)
#AA772F
(170,119,47)
#986A2A
(152,106,42)
#865D25
(134,93,37)
#745020
(116,80,32)
#62431B
(98,67,27)
#503616
(80,54,22)
#3E2911
(62,41,17)
#2C1C0C
(44,28,12)
#1A0F07
(26,15,7)
#000000
(0,0,0)

Tints of #CE9139

#CE9139
(206,145,57)
#D29B4B
(210,155,75)
#D6A55D
(214,165,93)
#DAAF6F
(218,175,111)
#DEB981
(222,185,129)
#E2C393
(226,195,147)
#E6CDA5
(230,205,165)
#EAD7B7
(234,215,183)
#EEE1C9
(238,225,201)
#F2EBDB
(242,235,219)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9139 color. Also use rgb(206,145,57) instead hex code.

Text Font Color

.myTextColor { color: #CE9139; }

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

This text font color is #CE9139.

Background Color

.myBgColor { background-color: #CE9139; }

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

This div background color is #CE9139.

Border color

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

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

This div border color is #CE9139.

Opacity

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

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

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

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

This text has shadow with #CE9139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE9139.

Preview

Color preview on black background

This text has color #CE9139 on black background.


Color preview on white background

This text has color #CE9139 on white background.


Black color preview on #CE9139 background

This text has black color on #CE9139 background.


White color preview on #CE9139 background

This text has white color on #CE9139 background.


Related colors

Complementary color

Complementary color for #hex is #316EC6.


I love getcolorcode.com

Triadic colors

1 #39CE91 and #9139CE with #CE9139 are triadic colors.

2 #3991CE and #91CE39 with #CE9139 are triadic colors.