COLOR #CEA580

HEX: #CEA580
RGB: (206,165,128)

Color info

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

RGB color model

#CEA580 color RGB value is (206,165,128).

  • red value is 206;
  • green value is 165;
  • blue value is 128.
RGB:
(206,165,128)
(81%,65%,50%)

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 128 of 255 = 50%

206
165
128

R + G + B ~ 65%. #CEA580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 165 + 128 = 499 (100%)
R 206 of 499 ~ 41.28%
G 165 of 499 ~ 33.07%
B 128 of 499 ~ 25.65%

%41.28
%33.07
%25.65

CMYK color model

#CEA580 color CMYK value is (0,20,38,19).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 37.86%
  • key color value is 19.22%
CMYK:
(0,20,38,19)
C0M20Y38K19 
(0%,20%,38%,19%)
(0.00/0.20/0.38/0.19)	

CMYK percentages

%0
%19.9
%37.86
%19.22

Codes

Color #CEA580 in popluar color models

CEA580
RGB206165128
HSL28°44.32%65.49%
HSB/HSV28°37.86%80.78%
CMYK0.00%19.90%37.86%
19.22%

Color #CEA580 in popluar number systems.

HEXCEA580
Decimal206165128
Binary110011101010010110000000
Octal316245200

Shades and tints

Shades of #CEA580

#CEA580
(206,165,128)
#BC9675
(188,150,117)
#AA876A
(170,135,106)
#98785F
(152,120,95)
#866954
(134,105,84)
#745A49
(116,90,73)
#624B3E
(98,75,62)
#503C33
(80,60,51)
#3E2D28
(62,45,40)
#2C1E1D
(44,30,29)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #CEA580

#CEA580
(206,165,128)
#D2AD8B
(210,173,139)
#D6B596
(214,181,150)
#DABDA1
(218,189,161)
#DEC5AC
(222,197,172)
#E2CDB7
(226,205,183)
#E6D5C2
(230,213,194)
#EADDCD
(234,221,205)
#EEE5D8
(238,229,216)
#F2EDE3
(242,237,227)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA580 color. Also use rgb(206,165,128) instead hex code.

Text Font Color

.myTextColor { color: #CEA580; }

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

This text font color is #CEA580.


Background Color

.myBgColor { background-color: #CEA580; }

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

This div background color is #CEA580.


Border color

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

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

This div border color is #CEA580.


Opacity

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

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

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

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

This text has shadow with #CEA580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA580 on black background.


Color preview on white background

This text has color #CEA580 on white background.



Black color preview on #CEA580 background

This text has black color on #CEA580 background.


White color preview on #CEA580 background

This text has white color on #CEA580 background.