COLOR #CEA594

HEX: #CEA594 RGB: (206,165,148)

Color info

#CEA594 contains red, green and blue colors in about the same proportion. Web safe color of #CEA594 is #CC9999 (or #C99).

RGB color model

#CEA594 color RGB value is (206,165,148).

RGB: (206,165,148) (81%, 65%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 165 of 255 = 65%
B 148 of 255 = 58%

206
165
148

R + G + B ~ 68%. #CEA594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 165 + 148 = 519 (100%)
R 206 of 519 ~ 39.69%
G 165 of 519 ~ 31.79%
B 148 of 519 ~ 28.52'%

%39.69
%31.79
%28.52

CMYK color model

#CEA594 color CMYK value is (0,20,28,19).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 28.16%
  • key color value is 19.22%

CMYK: (0,20,28,19)
C0M20Y28K19 (0%, 20%, 28%, 19%)
(0.00 / 0.20 / 0.28 / 0.19)

CMYK percentages

%0
%19.9
%28.16
%19.22

Codes

Color #CEA594 in popluar color models

CE A5 94
RGB 206 165 148
HSL 18° 37.18% 69.41%
HSB/HSV 18° 28.16% 80.78%
CMYK 0.00% 19.90% 28.16%
19.22%

Color #CEA594 in popluar number systems.

HEX CE A5 94
Decimal 206 165 148
Binary 11001110 10100101 10010100
Octal 316 245 224

Shades and tints

Shades of #CEA594

#CEA594
(206,165,148)
#BC9687
(188,150,135)
#AA877A
(170,135,122)
#98786D
(152,120,109)
#866960
(134,105,96)
#745A53
(116,90,83)
#624B46
(98,75,70)
#503C39
(80,60,57)
#3E2D2C
(62,45,44)
#2C1E1F
(44,30,31)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #CEA594

#CEA594
(206,165,148)
#D2AD9D
(210,173,157)
#D6B5A6
(214,181,166)
#DABDAF
(218,189,175)
#DEC5B8
(222,197,184)
#E2CDC1
(226,205,193)
#E6D5CA
(230,213,202)
#EADDD3
(234,221,211)
#EEE5DC
(238,229,220)
#F2EDE5
(242,237,229)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEA594; }

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

This text font color is #CEA594.

Background Color

.myBgColor { background-color: #CEA594; }

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

This div background color is #CEA594.

Border color

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

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

This div border color is #CEA594.

Opacity

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

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

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

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

This text has shadow with #CEA594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEA594.

Preview

Color preview on black background

This text has color #CEA594 on black background.


Color preview on white background

This text has color #CEA594 on white background.


Black color preview on #CEA594 background

This text has black color on #CEA594 background.


White color preview on #CEA594 background

This text has white color on #CEA594 background.


Related colors

Complementary color

Complementary color for #hex is #315A6B.


I love getcolorcode.com

Triadic colors

1 #94CEA5 and #A594CE with #CEA594 are triadic colors.

2 #94A5CE and #A5CE94 with #CEA594 are triadic colors.