COLOR #C0A3BA

HEX: #C0A3BA
RGB: (192,163,186)

Color info

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

RGB color model

#C0A3BA color RGB value is (192,163,186).

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

RGB channels and saturation

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

192
163
186

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

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 186 = 541 (100%)
R 192 of 541 ~ 35.49%
G 163 of 541 ~ 30.13%
B 186 of 541 ~ 34.38%

%35.49
%30.13
%34.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 3.13%
  • 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
%3.13
%24.71

Codes

Color #C0A3BA in popluar color models

C0A3BA
RGB192163186
HSL312°18.71%69.61%
HSB/HSV312°15.10%75.29%
CMYK0.00%15.10%3.13%
24.71%

Color #C0A3BA in popluar number systems.

HEXC0A3BA
Decimal192163186
Binary110000001010001110111010
Octal300243272

Shades and tints

Shades of #C0A3BA

#C0A3BA
(192,163,186)
#AF95AA
(175,149,170)
#9E879A
(158,135,154)
#8D798A
(141,121,138)
#7C6B7A
(124,107,122)
#6B5D6A
(107,93,106)
#5A4F5A
(90,79,90)
#49414A
(73,65,74)
#38333A
(56,51,58)
#27252A
(39,37,42)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #C0A3BA

#C0A3BA
(192,163,186)
#C5ABC0
(197,171,192)
#CAB3C6
(202,179,198)
#CFBBCC
(207,187,204)
#D4C3D2
(212,195,210)
#D9CBD8
(217,203,216)
#DED3DE
(222,211,222)
#E3DBE4
(227,219,228)
#E8E3EA
(232,227,234)
#EDEBF0
(237,235,240)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A3BA; }

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

This text font color is #C0A3BA.


Background Color

.myBgColor { background-color: #C0A3BA; }

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

This div background color is #C0A3BA.


Border color

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

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

This div border color is #C0A3BA.


Opacity

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

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

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

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

This text has shadow with #C0A3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A3BA on black background.


Color preview on white background

This text has color #C0A3BA on white background.



Black color preview on #C0A3BA background

This text has black color on #C0A3BA background.


White color preview on #C0A3BA background

This text has white color on #C0A3BA background.