COLOR #CE9581

HEX: #CE9581
RGB: (206,149,129)

Color info

#CE9581 contains mainly red and green colors. Web safe color of #CE9581 is #CC9999 (or #C99).

RGB color model

#CE9581 color RGB value is (206,149,129).

  • red value is 206;
  • green value is 149;
  • blue value is 129.
RGB:
(206,149,129)
(81%,58%,51%)

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 129 of 255 = 51%

206
149
129

R + G + B ~ 63%. #CE9581 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 129 = 484 (100%)
R 206 of 484 ~ 42.56%
G 149 of 484 ~ 30.79%
B 129 of 484 ~ 26.65%

%42.56
%30.79
%26.65

CMYK color model

#CE9581 color CMYK value is (0,28,37,19).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 37.38%
  • key color value is 19.22%
CMYK:
(0,28,37,19)
C0M28Y37K19 
(0%,28%,37%,19%)
(0.00/0.28/0.37/0.19)	

CMYK percentages

%0
%27.67
%37.38
%19.22

Codes

Color #CE9581 in popluar color models

CE9581
RGB206149129
HSL16°44.00%65.69%
HSB/HSV16°37.38%80.78%
CMYK0.00%27.67%37.38%
19.22%

Color #CE9581 in popluar number systems.

HEXCE9581
Decimal206149129
Binary110011101001010110000001
Octal316225201

Shades and tints

Shades of #CE9581

#CE9581
(206,149,129)
#BC8876
(188,136,118)
#AA7B6B
(170,123,107)
#986E60
(152,110,96)
#866155
(134,97,85)
#74544A
(116,84,74)
#62473F
(98,71,63)
#503A34
(80,58,52)
#3E2D29
(62,45,41)
#2C201E
(44,32,30)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CE9581

#CE9581
(206,149,129)
#D29E8C
(210,158,140)
#D6A797
(214,167,151)
#DAB0A2
(218,176,162)
#DEB9AD
(222,185,173)
#E2C2B8
(226,194,184)
#E6CBC3
(230,203,195)
#EAD4CE
(234,212,206)
#EEDDD9
(238,221,217)
#F2E6E4
(242,230,228)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9581 color. Also use rgb(206,149,129) instead hex code.

Text Font Color

.myTextColor { color: #CE9581; }

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

This text font color is #CE9581.


Background Color

.myBgColor { background-color: #CE9581; }

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

This div background color is #CE9581.


Border color

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

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

This div border color is #CE9581.


Opacity

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

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

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

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

This text has shadow with #CE9581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9581 on black background.


Color preview on white background

This text has color #CE9581 on white background.



Black color preview on #CE9581 background

This text has black color on #CE9581 background.


White color preview on #CE9581 background

This text has white color on #CE9581 background.