COLOR #C0A4B2

HEX: #C0A4B2
RGB: (192,164,178)

Color info

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

RGB color model

#C0A4B2 color RGB value is (192,164,178).

  • red value is 192;
  • green value is 164;
  • blue value is 178.
RGB:
(192,164,178)
(75%,64%,70%)

RGB channels and saturation

R 192 of 255 = 75%
G 164 of 255 = 64%
B 178 of 255 = 70%

192
164
178

R + G + B ~ 70%. #C0A4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 164 + 178 = 534 (100%)
R 192 of 534 ~ 35.96%
G 164 of 534 ~ 30.71%
B 178 of 534 ~ 33.33%

%35.96
%30.71
%33.33

CMYK color model

#C0A4B2 color CMYK value is (0,15,7,25).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 7.29%
  • key color value is 24.71%
CMYK:
(0,15,7,25)
C0M15Y7K25 
(0%,15%,7%,25%)
(0.00/0.15/0.07/0.25)	

CMYK percentages

%0
%14.58
%7.29
%24.71

Codes

Color #C0A4B2 in popluar color models

C0A4B2
RGB192164178
HSL330°18.18%69.80%
HSB/HSV330°14.58%75.29%
CMYK0.00%14.58%7.29%
24.71%

Color #C0A4B2 in popluar number systems.

HEXC0A4B2
Decimal192164178
Binary110000001010010010110010
Octal300244262

Shades and tints

Shades of #C0A4B2

#C0A4B2
(192,164,178)
#AF96A2
(175,150,162)
#9E8892
(158,136,146)
#8D7A82
(141,122,130)
#7C6C72
(124,108,114)
#6B5E62
(107,94,98)
#5A5052
(90,80,82)
#494242
(73,66,66)
#383432
(56,52,50)
#272622
(39,38,34)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #C0A4B2

#C0A4B2
(192,164,178)
#C5ACB9
(197,172,185)
#CAB4C0
(202,180,192)
#CFBCC7
(207,188,199)
#D4C4CE
(212,196,206)
#D9CCD5
(217,204,213)
#DED4DC
(222,212,220)
#E3DCE3
(227,220,227)
#E8E4EA
(232,228,234)
#EDECF1
(237,236,241)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A4B2 color. Also use rgb(192,164,178) instead hex code.

Text Font Color

.myTextColor { color: #C0A4B2; }

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

This text font color is #C0A4B2.


Background Color

.myBgColor { background-color: #C0A4B2; }

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

This div background color is #C0A4B2.


Border color

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

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

This div border color is #C0A4B2.


Opacity

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

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

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

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

This text has shadow with #C0A4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A4B2 on black background.


Color preview on white background

This text has color #C0A4B2 on white background.



Black color preview on #C0A4B2 background

This text has black color on #C0A4B2 background.


White color preview on #C0A4B2 background

This text has white color on #C0A4B2 background.