COLOR #C8AE90

HEX: #C8AE90 RGB: (200,174,144)

Color info

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

RGB color model

#C8AE90 color RGB value is (200,174,144).

RGB: (200,174,144) (78%, 68%, 56%)

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 144 of 255 = 56%

200
174
144

R + G + B ~ 67%. #C8AE90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 174 + 144 = 518 (100%)
R 200 of 518 ~ 38.61%
G 174 of 518 ~ 33.59%
B 144 of 518 ~ 27.8'%

%38.61
%33.59
%27.8

CMYK color model

#C8AE90 color CMYK value is (0,13,28,22).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 28.00%
  • key color value is 21.57%

CMYK: (0,13,28,22)
C0M13Y28K22 (0%, 13%, 28%, 22%)
(0.00 / 0.13 / 0.28 / 0.22)

CMYK percentages

%0
%13
%28
%21.57

Codes

Color #C8AE90 in popluar color models

C8 AE 90
RGB 200 174 144
HSL 32° 33.73% 67.45%
HSB/HSV 32° 28.00% 78.43%
CMYK 0.00% 13.00% 28.00%
21.57%

Color #C8AE90 in popluar number systems.

HEX C8 AE 90
Decimal 200 174 144
Binary 11001000 10101110 10010000
Octal 310 256 220

Shades and tints

Shades of #C8AE90

#C8AE90
(200,174,144)
#B69F83
(182,159,131)
#A49076
(164,144,118)
#928169
(146,129,105)
#80725C
(128,114,92)
#6E634F
(110,99,79)
#5C5442
(92,84,66)
#4A4535
(74,69,53)
#383628
(56,54,40)
#26271B
(38,39,27)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #C8AE90

#C8AE90
(200,174,144)
#CDB59A
(205,181,154)
#D2BCA4
(210,188,164)
#D7C3AE
(215,195,174)
#DCCAB8
(220,202,184)
#E1D1C2
(225,209,194)
#E6D8CC
(230,216,204)
#EBDFD6
(235,223,214)
#F0E6E0
(240,230,224)
#F5EDEA
(245,237,234)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AE90 color. Also use rgb(200,174,144) instead hex code.

Text Font Color

.myTextColor { color: #C8AE90; }

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

This text font color is #C8AE90.

Background Color

.myBgColor { background-color: #C8AE90; }

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

This div background color is #C8AE90.

Border color

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

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

This div border color is #C8AE90.

Opacity

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

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

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

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

This text has shadow with #C8AE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AE90.

Preview

Color preview on black background

This text has color #C8AE90 on black background.


Color preview on white background

This text has color #C8AE90 on white background.


Black color preview on #C8AE90 background

This text has black color on #C8AE90 background.


White color preview on #C8AE90 background

This text has white color on #C8AE90 background.


Related colors

Complementary color

Complementary color for #hex is #37516F.


I love getcolorcode.com

Triadic colors

1 #90C8AE and #AE90C8 with #C8AE90 are triadic colors.

2 #90AEC8 and #AEC890 with #C8AE90 are triadic colors.