COLOR #C4AE90

HEX: #C4AE90
RGB: (196,174,144)

Color info

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

RGB color model

#C4AE90 color RGB value is (196,174,144).

  • red value is 196;
  • green value is 174;
  • blue value is 144.
RGB:
(196,174,144)
(77%,68%,56%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 144 of 255 = 56%

196
174
144

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

Portions of RGB colors in percentages

R + G + B =
196 + 174 + 144 = 514 (100%)
R 196 of 514 ~ 38.13%
G 174 of 514 ~ 33.85%
B 144 of 514 ~ 28.02%

%38.13
%33.85
%28.02

CMYK color model

#C4AE90 color CMYK value is (0,11,27,23).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK:
(0,11,27,23)
C0M11Y27K23 
(0%,11%,27%,23%)
(0.00/0.11/0.27/0.23)	

CMYK percentages

%0
%11.22
%26.53
%23.14

Codes

Color #C4AE90 in popluar color models

C4AE90
RGB196174144
HSL35°30.59%66.67%
HSB/HSV35°26.53%76.86%
CMYK0.00%11.22%26.53%
23.14%

Color #C4AE90 in popluar number systems.

HEXC4AE90
Decimal196174144
Binary110001001010111010010000
Octal304256220

Shades and tints

Shades of #C4AE90

#C4AE90
(196,174,144)
#B39F83
(179,159,131)
#A29076
(162,144,118)
#918169
(145,129,105)
#80725C
(128,114,92)
#6F634F
(111,99,79)
#5E5442
(94,84,66)
#4D4535
(77,69,53)
#3C3628
(60,54,40)
#2B271B
(43,39,27)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #C4AE90

#C4AE90
(196,174,144)
#C9B59A
(201,181,154)
#CEBCA4
(206,188,164)
#D3C3AE
(211,195,174)
#D8CAB8
(216,202,184)
#DDD1C2
(221,209,194)
#E2D8CC
(226,216,204)
#E7DFD6
(231,223,214)
#ECE6E0
(236,230,224)
#F1EDEA
(241,237,234)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AE90; }

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

This text font color is #C4AE90.


Background Color

.myBgColor { background-color: #C4AE90; }

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

This div background color is #C4AE90.


Border color

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

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

This div border color is #C4AE90.


Opacity

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

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

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

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

This text has shadow with #C4AE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AE90 on black background.


Color preview on white background

This text has color #C4AE90 on white background.



Black color preview on #C4AE90 background

This text has black color on #C4AE90 background.


White color preview on #C4AE90 background

This text has white color on #C4AE90 background.