COLOR #C4A4A6

HEX: #C4A4A6
RGB: (196,164,166)

Color info

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

RGB color model

#C4A4A6 color RGB value is (196,164,166).

  • red value is 196;
  • green value is 164;
  • blue value is 166.
RGB:
(196,164,166)
(77%,64%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 164 of 255 = 64%
B 166 of 255 = 65%

196
164
166

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

Portions of RGB colors in percentages

R + G + B =
196 + 164 + 166 = 526 (100%)
R 196 of 526 ~ 37.26%
G 164 of 526 ~ 31.18%
B 166 of 526 ~ 31.56%

%37.26
%31.18
%31.56

CMYK color model

#C4A4A6 color CMYK value is (0,16,15,23).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(0,16,15,23)
C0M16Y15K23 
(0%,16%,15%,23%)
(0.00/0.16/0.15/0.23)	

CMYK percentages

%0
%16.33
%15.31
%23.14

Codes

Color #C4A4A6 in popluar color models

C4A4A6
RGB196164166
HSL356°21.33%70.59%
HSB/HSV356°16.33%76.86%
CMYK0.00%16.33%15.31%
23.14%

Color #C4A4A6 in popluar number systems.

HEXC4A4A6
Decimal196164166
Binary110001001010010010100110
Octal304244246

Shades and tints

Shades of #C4A4A6

#C4A4A6
(196,164,166)
#B39697
(179,150,151)
#A28888
(162,136,136)
#917A79
(145,122,121)
#806C6A
(128,108,106)
#6F5E5B
(111,94,91)
#5E504C
(94,80,76)
#4D423D
(77,66,61)
#3C342E
(60,52,46)
#2B261F
(43,38,31)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #C4A4A6

#C4A4A6
(196,164,166)
#C9ACAE
(201,172,174)
#CEB4B6
(206,180,182)
#D3BCBE
(211,188,190)
#D8C4C6
(216,196,198)
#DDCCCE
(221,204,206)
#E2D4D6
(226,212,214)
#E7DCDE
(231,220,222)
#ECE4E6
(236,228,230)
#F1ECEE
(241,236,238)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A4A6 color. Also use rgb(196,164,166) instead hex code.

Text Font Color

.myTextColor { color: #C4A4A6; }

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

This text font color is #C4A4A6.


Background Color

.myBgColor { background-color: #C4A4A6; }

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

This div background color is #C4A4A6.


Border color

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

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

This div border color is #C4A4A6.


Opacity

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

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

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

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

This text has shadow with #C4A4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A4A6 on black background.


Color preview on white background

This text has color #C4A4A6 on white background.



Black color preview on #C4A4A6 background

This text has black color on #C4A4A6 background.


White color preview on #C4A4A6 background

This text has white color on #C4A4A6 background.