COLOR #C4A6C0

HEX: #C4A6C0
RGB: (196,166,192)

Color info

#C4A6C0 contains red, green and blue colors in about the same proportion. Web safe color of #C4A6C0 is #CC99CC (or #C9C).

RGB color model

#C4A6C0 color RGB value is (196,166,192).

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

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 192 of 255 = 75%

196
166
192

R + G + B ~ 72%. #C4A6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 166 + 192 = 554 (100%)
R 196 of 554 ~ 35.38%
G 166 of 554 ~ 29.96%
B 192 of 554 ~ 34.66%

%35.38
%29.96
%34.66

CMYK color model

#C4A6C0 color CMYK value is (0,15,2,23).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 2.04%
  • key color value is 23.14%
CMYK:
(0,15,2,23)
C0M15Y2K23 
(0%,15%,2%,23%)
(0.00/0.15/0.02/0.23)	

CMYK percentages

%0
%15.31
%2.04
%23.14

Codes

Color #C4A6C0 in popluar color models

C4A6C0
RGB196166192
HSL308°20.27%70.98%
HSB/HSV308°15.31%76.86%
CMYK0.00%15.31%2.04%
23.14%

Color #C4A6C0 in popluar number systems.

HEXC4A6C0
Decimal196166192
Binary110001001010011011000000
Octal304246300

Shades and tints

Shades of #C4A6C0

#C4A6C0
(196,166,192)
#B397AF
(179,151,175)
#A2889E
(162,136,158)
#91798D
(145,121,141)
#806A7C
(128,106,124)
#6F5B6B
(111,91,107)
#5E4C5A
(94,76,90)
#4D3D49
(77,61,73)
#3C2E38
(60,46,56)
#2B1F27
(43,31,39)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #C4A6C0

#C4A6C0
(196,166,192)
#C9AEC5
(201,174,197)
#CEB6CA
(206,182,202)
#D3BECF
(211,190,207)
#D8C6D4
(216,198,212)
#DDCED9
(221,206,217)
#E2D6DE
(226,214,222)
#E7DEE3
(231,222,227)
#ECE6E8
(236,230,232)
#F1EEED
(241,238,237)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A6C0; }

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

This text font color is #C4A6C0.


Background Color

.myBgColor { background-color: #C4A6C0; }

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

This div background color is #C4A6C0.


Border color

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

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

This div border color is #C4A6C0.


Opacity

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

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

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

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

This text has shadow with #C4A6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A6C0 on black background.


Color preview on white background

This text has color #C4A6C0 on white background.



Black color preview on #C4A6C0 background

This text has black color on #C4A6C0 background.


White color preview on #C4A6C0 background

This text has white color on #C4A6C0 background.