COLOR #C4A0A5

HEX: #C4A0A5
RGB: (196,160,165)

Color info

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

RGB color model

#C4A0A5 color RGB value is (196,160,165).

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

RGB channels and saturation

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

196
160
165

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

Portions of RGB colors in percentages

R + G + B =
196 + 160 + 165 = 521 (100%)
R 196 of 521 ~ 37.62%
G 160 of 521 ~ 30.71%
B 165 of 521 ~ 31.67%

%37.62
%30.71
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.37%
  • 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
%18.37
%15.82
%23.14

Codes

Color #C4A0A5 in popluar color models

C4A0A5
RGB196160165
HSL352°23.38%69.80%
HSB/HSV352°18.37%76.86%
CMYK0.00%18.37%15.82%
23.14%

Color #C4A0A5 in popluar number systems.

HEXC4A0A5
Decimal196160165
Binary110001001010000010100101
Octal304240245

Shades and tints

Shades of #C4A0A5

#C4A0A5
(196,160,165)
#B39296
(179,146,150)
#A28487
(162,132,135)
#917678
(145,118,120)
#806869
(128,104,105)
#6F5A5A
(111,90,90)
#5E4C4B
(94,76,75)
#4D3E3C
(77,62,60)
#3C302D
(60,48,45)
#2B221E
(43,34,30)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #C4A0A5

#C4A0A5
(196,160,165)
#C9A8AD
(201,168,173)
#CEB0B5
(206,176,181)
#D3B8BD
(211,184,189)
#D8C0C5
(216,192,197)
#DDC8CD
(221,200,205)
#E2D0D5
(226,208,213)
#E7D8DD
(231,216,221)
#ECE0E5
(236,224,229)
#F1E8ED
(241,232,237)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A0A5; }

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

This text font color is #C4A0A5.


Background Color

.myBgColor { background-color: #C4A0A5; }

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

This div background color is #C4A0A5.


Border color

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

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

This div border color is #C4A0A5.


Opacity

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

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

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

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

This text has shadow with #C4A0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A0A5 on black background.


Color preview on white background

This text has color #C4A0A5 on white background.



Black color preview on #C4A0A5 background

This text has black color on #C4A0A5 background.


White color preview on #C4A0A5 background

This text has white color on #C4A0A5 background.