COLOR #C4A1AE

HEX: #C4A1AE
RGB: (196,161,174)

Color info

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

RGB color model

#C4A1AE color RGB value is (196,161,174).

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

RGB channels and saturation

R 196 of 255 = 77%
G 161 of 255 = 63%
B 174 of 255 = 68%

196
161
174

R + G + B ~ 69%. #C4A1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 161 + 174 = 531 (100%)
R 196 of 531 ~ 36.91%
G 161 of 531 ~ 30.32%
B 174 of 531 ~ 32.77%

%36.91
%30.32
%32.77

CMYK color model

#C4A1AE color CMYK value is (0,18,11,23).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,18,11,23)
C0M18Y11K23 
(0%,18%,11%,23%)
(0.00/0.18/0.11/0.23)	

CMYK percentages

%0
%17.86
%11.22
%23.14

Codes

Color #C4A1AE in popluar color models

C4A1AE
RGB196161174
HSL338°22.88%70.00%
HSB/HSV338°17.86%76.86%
CMYK0.00%17.86%11.22%
23.14%

Color #C4A1AE in popluar number systems.

HEXC4A1AE
Decimal196161174
Binary110001001010000110101110
Octal304241256

Shades and tints

Shades of #C4A1AE

#C4A1AE
(196,161,174)
#B3939F
(179,147,159)
#A28590
(162,133,144)
#917781
(145,119,129)
#806972
(128,105,114)
#6F5B63
(111,91,99)
#5E4D54
(94,77,84)
#4D3F45
(77,63,69)
#3C3136
(60,49,54)
#2B2327
(43,35,39)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #C4A1AE

#C4A1AE
(196,161,174)
#C9A9B5
(201,169,181)
#CEB1BC
(206,177,188)
#D3B9C3
(211,185,195)
#D8C1CA
(216,193,202)
#DDC9D1
(221,201,209)
#E2D1D8
(226,209,216)
#E7D9DF
(231,217,223)
#ECE1E6
(236,225,230)
#F1E9ED
(241,233,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A1AE; }

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

This text font color is #C4A1AE.


Background Color

.myBgColor { background-color: #C4A1AE; }

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

This div background color is #C4A1AE.


Border color

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

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

This div border color is #C4A1AE.


Opacity

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

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

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

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

This text has shadow with #C4A1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A1AE on black background.


Color preview on white background

This text has color #C4A1AE on white background.



Black color preview on #C4A1AE background

This text has black color on #C4A1AE background.


White color preview on #C4A1AE background

This text has white color on #C4A1AE background.