COLOR #C0A3B1

HEX: #C0A3B1
RGB: (192,163,177)

Color info

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

RGB color model

#C0A3B1 color RGB value is (192,163,177).

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

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 177 of 255 = 69%

192
163
177

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

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 177 = 532 (100%)
R 192 of 532 ~ 36.09%
G 163 of 532 ~ 30.64%
B 177 of 532 ~ 33.27%

%36.09
%30.64
%33.27

CMYK color model

#C0A3B1 color CMYK value is (0,15,8,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 7.81%
  • key color value is 24.71%
CMYK:
(0,15,8,25)
C0M15Y8K25 
(0%,15%,8%,25%)
(0.00/0.15/0.08/0.25)	

CMYK percentages

%0
%15.1
%7.81
%24.71

Codes

Color #C0A3B1 in popluar color models

C0A3B1
RGB192163177
HSL331°18.71%69.61%
HSB/HSV331°15.10%75.29%
CMYK0.00%15.10%7.81%
24.71%

Color #C0A3B1 in popluar number systems.

HEXC0A3B1
Decimal192163177
Binary110000001010001110110001
Octal300243261

Shades and tints

Shades of #C0A3B1

#C0A3B1
(192,163,177)
#AF95A1
(175,149,161)
#9E8791
(158,135,145)
#8D7981
(141,121,129)
#7C6B71
(124,107,113)
#6B5D61
(107,93,97)
#5A4F51
(90,79,81)
#494141
(73,65,65)
#383331
(56,51,49)
#272521
(39,37,33)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #C0A3B1

#C0A3B1
(192,163,177)
#C5ABB8
(197,171,184)
#CAB3BF
(202,179,191)
#CFBBC6
(207,187,198)
#D4C3CD
(212,195,205)
#D9CBD4
(217,203,212)
#DED3DB
(222,211,219)
#E3DBE2
(227,219,226)
#E8E3E9
(232,227,233)
#EDEBF0
(237,235,240)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A3B1; }

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

This text font color is #C0A3B1.


Background Color

.myBgColor { background-color: #C0A3B1; }

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

This div background color is #C0A3B1.


Border color

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

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

This div border color is #C0A3B1.


Opacity

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

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

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

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

This text has shadow with #C0A3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A3B1 on black background.


Color preview on white background

This text has color #C0A3B1 on white background.



Black color preview on #C0A3B1 background

This text has black color on #C0A3B1 background.


White color preview on #C0A3B1 background

This text has white color on #C0A3B1 background.