COLOR #CE9057

HEX: #CE9057
RGB: (206,144,87)

Color info

#CE9057 contains mainly red color. Web safe color of #CE9057 is #CC9966 (or #C96).

RGB color model

#CE9057 color RGB value is (206,144,87).

  • red value is 206;
  • green value is 144;
  • blue value is 87.
RGB:
(206,144,87)
(81%,56%,34%)

RGB channels and saturation

R 206 of 255 = 81%
G 144 of 255 = 56%
B 87 of 255 = 34%

206
144
87

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

Portions of RGB colors in percentages

R + G + B =
206 + 144 + 87 = 437 (100%)
R 206 of 437 ~ 47.14%
G 144 of 437 ~ 32.95%
B 87 of 437 ~ 19.91%

%47.14
%32.95
%19.91

CMYK color model

#CE9057 color CMYK value is (0,30,58,19).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 57.77%
  • key color value is 19.22%
CMYK:
(0,30,58,19)
C0M30Y58K19 
(0%,30%,58%,19%)
(0.00/0.30/0.58/0.19)	

CMYK percentages

%0
%30.1
%57.77
%19.22

Codes

Color #CE9057 in popluar color models

CE9057
RGB20614487
HSL29°54.84%57.45%
HSB/HSV29°57.77%80.78%
CMYK0.00%30.10%57.77%
19.22%

Color #CE9057 in popluar number systems.

HEXCE9057
Decimal20614487
Binary11001110100100001010111
Octal316220127

Shades and tints

Shades of #CE9057

#CE9057
(206,144,87)
#BC8350
(188,131,80)
#AA7649
(170,118,73)
#986942
(152,105,66)
#865C3B
(134,92,59)
#744F34
(116,79,52)
#62422D
(98,66,45)
#503526
(80,53,38)
#3E281F
(62,40,31)
#2C1B18
(44,27,24)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #CE9057

#CE9057
(206,144,87)
#D29A66
(210,154,102)
#D6A475
(214,164,117)
#DAAE84
(218,174,132)
#DEB893
(222,184,147)
#E2C2A2
(226,194,162)
#E6CCB1
(230,204,177)
#EAD6C0
(234,214,192)
#EEE0CF
(238,224,207)
#F2EADE
(242,234,222)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9057 color. Also use rgb(206,144,87) instead hex code.

Text Font Color

.myTextColor { color: #CE9057; }

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

This text font color is #CE9057.


Background Color

.myBgColor { background-color: #CE9057; }

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

This div background color is #CE9057.


Border color

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

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

This div border color is #CE9057.


Opacity

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

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

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

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

This text has shadow with #CE9057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9057 on black background.


Color preview on white background

This text has color #CE9057 on white background.



Black color preview on #CE9057 background

This text has black color on #CE9057 background.


White color preview on #CE9057 background

This text has white color on #CE9057 background.