COLOR #C0A3BB

HEX: #C0A3BB
RGB: (192,163,187)

Color info

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

RGB color model

#C0A3BB color RGB value is (192,163,187).

  • red value is 192;
  • green value is 163;
  • blue value is 187.
RGB:
(192,163,187)
(75%,64%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 187 of 255 = 73%

192
163
187

R + G + B ~ 71%. #C0A3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 187 = 542 (100%)
R 192 of 542 ~ 35.42%
G 163 of 542 ~ 30.07%
B 187 of 542 ~ 34.5%

%35.42
%30.07
%34.5

CMYK color model

#C0A3BB color CMYK value is (0,15,3,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 2.60%
  • key color value is 24.71%
CMYK:
(0,15,3,25)
C0M15Y3K25 
(0%,15%,3%,25%)
(0.00/0.15/0.03/0.25)	

CMYK percentages

%0
%15.1
%2.6
%24.71

Codes

Color #C0A3BB in popluar color models

C0A3BB
RGB192163187
HSL310°18.71%69.61%
HSB/HSV310°15.10%75.29%
CMYK0.00%15.10%2.60%
24.71%

Color #C0A3BB in popluar number systems.

HEXC0A3BB
Decimal192163187
Binary110000001010001110111011
Octal300243273

Shades and tints

Shades of #C0A3BB

#C0A3BB
(192,163,187)
#AF95AA
(175,149,170)
#9E8799
(158,135,153)
#8D7988
(141,121,136)
#7C6B77
(124,107,119)
#6B5D66
(107,93,102)
#5A4F55
(90,79,85)
#494144
(73,65,68)
#383333
(56,51,51)
#272522
(39,37,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #C0A3BB

#C0A3BB
(192,163,187)
#C5ABC1
(197,171,193)
#CAB3C7
(202,179,199)
#CFBBCD
(207,187,205)
#D4C3D3
(212,195,211)
#D9CBD9
(217,203,217)
#DED3DF
(222,211,223)
#E3DBE5
(227,219,229)
#E8E3EB
(232,227,235)
#EDEBF1
(237,235,241)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A3BB color. Also use rgb(192,163,187) instead hex code.

Text Font Color

.myTextColor { color: #C0A3BB; }

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

This text font color is #C0A3BB.


Background Color

.myBgColor { background-color: #C0A3BB; }

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

This div background color is #C0A3BB.


Border color

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

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

This div border color is #C0A3BB.


Opacity

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

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

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

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

This text has shadow with #C0A3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A3BB on black background.


Color preview on white background

This text has color #C0A3BB on white background.



Black color preview on #C0A3BB background

This text has black color on #C0A3BB background.


White color preview on #C0A3BB background

This text has white color on #C0A3BB background.