COLOR #C4A1A5

HEX: #C4A1A5
RGB: (196,161,165)

Color info

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

RGB color model

#C4A1A5 color RGB value is (196,161,165).

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

RGB channels and saturation

R 196 of 255 = 77%
G 161 of 255 = 63%
B 165 of 255 = 65%

196
161
165

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

Portions of RGB colors in percentages

R + G + B =
196 + 161 + 165 = 522 (100%)
R 196 of 522 ~ 37.55%
G 161 of 522 ~ 30.84%
B 165 of 522 ~ 31.61%

%37.55
%30.84
%31.61

CMYK color model

#C4A1A5 color CMYK value is (0,18,16,23).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 15.82%
  • key color value is 23.14%
CMYK:
(0,18,16,23)
C0M18Y16K23 
(0%,18%,16%,23%)
(0.00/0.18/0.16/0.23)	

CMYK percentages

%0
%17.86
%15.82
%23.14

Codes

Color #C4A1A5 in popluar color models

C4A1A5
RGB196161165
HSL353°22.88%70.00%
HSB/HSV353°17.86%76.86%
CMYK0.00%17.86%15.82%
23.14%

Color #C4A1A5 in popluar number systems.

HEXC4A1A5
Decimal196161165
Binary110001001010000110100101
Octal304241245

Shades and tints

Shades of #C4A1A5

#C4A1A5
(196,161,165)
#B39396
(179,147,150)
#A28587
(162,133,135)
#917778
(145,119,120)
#806969
(128,105,105)
#6F5B5A
(111,91,90)
#5E4D4B
(94,77,75)
#4D3F3C
(77,63,60)
#3C312D
(60,49,45)
#2B231E
(43,35,30)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #C4A1A5

#C4A1A5
(196,161,165)
#C9A9AD
(201,169,173)
#CEB1B5
(206,177,181)
#D3B9BD
(211,185,189)
#D8C1C5
(216,193,197)
#DDC9CD
(221,201,205)
#E2D1D5
(226,209,213)
#E7D9DD
(231,217,221)
#ECE1E5
(236,225,229)
#F1E9ED
(241,233,237)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A1A5; }

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

This text font color is #C4A1A5.


Background Color

.myBgColor { background-color: #C4A1A5; }

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

This div background color is #C4A1A5.


Border color

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

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

This div border color is #C4A1A5.


Opacity

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

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

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

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

This text has shadow with #C4A1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A1A5 on black background.


Color preview on white background

This text has color #C4A1A5 on white background.



Black color preview on #C4A1A5 background

This text has black color on #C4A1A5 background.


White color preview on #C4A1A5 background

This text has white color on #C4A1A5 background.