COLOR #CE955F

HEX: #CE955F
RGB: (206,149,95)

Color info

#CE955F contains mainly red and green colors. Web safe color of #CE955F is #CC9966 (or #C96).

RGB color model

#CE955F color RGB value is (206,149,95).

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

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 95 of 255 = 37%

206
149
95

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

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 95 = 450 (100%)
R 206 of 450 ~ 45.78%
G 149 of 450 ~ 33.11%
B 95 of 450 ~ 21.11%

%45.78
%33.11
%21.11

CMYK color model

#CE955F color CMYK value is (0,28,54,19).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 53.88%
  • key color value is 19.22%
CMYK:
(0,28,54,19)
C0M28Y54K19 
(0%,28%,54%,19%)
(0.00/0.28/0.54/0.19)	

CMYK percentages

%0
%27.67
%53.88
%19.22

Codes

Color #CE955F in popluar color models

CE955F
RGB20614995
HSL29°53.11%59.02%
HSB/HSV29°53.88%80.78%
CMYK0.00%27.67%53.88%
19.22%

Color #CE955F in popluar number systems.

HEXCE955F
Decimal20614995
Binary11001110100101011011111
Octal316225137

Shades and tints

Shades of #CE955F

#CE955F
(206,149,95)
#BC8857
(188,136,87)
#AA7B4F
(170,123,79)
#986E47
(152,110,71)
#86613F
(134,97,63)
#745437
(116,84,55)
#62472F
(98,71,47)
#503A27
(80,58,39)
#3E2D1F
(62,45,31)
#2C2017
(44,32,23)
#1A130F
(26,19,15)
#000000
(0,0,0)

Tints of #CE955F

#CE955F
(206,149,95)
#D29E6D
(210,158,109)
#D6A77B
(214,167,123)
#DAB089
(218,176,137)
#DEB997
(222,185,151)
#E2C2A5
(226,194,165)
#E6CBB3
(230,203,179)
#EAD4C1
(234,212,193)
#EEDDCF
(238,221,207)
#F2E6DD
(242,230,221)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE955F; }

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

This text font color is #CE955F.


Background Color

.myBgColor { background-color: #CE955F; }

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

This div background color is #CE955F.


Border color

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

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

This div border color is #CE955F.


Opacity

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

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

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

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

This text has shadow with #CE955F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE955F on black background.


Color preview on white background

This text has color #CE955F on white background.



Black color preview on #CE955F background

This text has black color on #CE955F background.


White color preview on #CE955F background

This text has white color on #CE955F background.