COLOR #C0A5BE

HEX: #C0A5BE
RGB: (192,165,190)

Color info

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

RGB color model

#C0A5BE color RGB value is (192,165,190).

  • red value is 192;
  • green value is 165;
  • blue value is 190.
RGB:
(192,165,190)
(75%,65%,75%)

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 190 of 255 = 75%

192
165
190

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

Portions of RGB colors in percentages

R + G + B =
192 + 165 + 190 = 547 (100%)
R 192 of 547 ~ 35.1%
G 165 of 547 ~ 30.16%
B 190 of 547 ~ 34.73%

%35.1
%30.16
%34.73

CMYK color model

#C0A5BE color CMYK value is (0,14,1,25).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(0,14,1,25)
C0M14Y1K25 
(0%,14%,1%,25%)
(0.00/0.14/0.01/0.25)	

CMYK percentages

%0
%14.06
%1.04
%24.71

Codes

Color #C0A5BE in popluar color models

C0A5BE
RGB192165190
HSL304°17.65%70.00%
HSB/HSV304°14.06%75.29%
CMYK0.00%14.06%1.04%
24.71%

Color #C0A5BE in popluar number systems.

HEXC0A5BE
Decimal192165190
Binary110000001010010110111110
Octal300245276

Shades and tints

Shades of #C0A5BE

#C0A5BE
(192,165,190)
#AF96AD
(175,150,173)
#9E879C
(158,135,156)
#8D788B
(141,120,139)
#7C697A
(124,105,122)
#6B5A69
(107,90,105)
#5A4B58
(90,75,88)
#493C47
(73,60,71)
#382D36
(56,45,54)
#271E25
(39,30,37)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #C0A5BE

#C0A5BE
(192,165,190)
#C5ADC3
(197,173,195)
#CAB5C8
(202,181,200)
#CFBDCD
(207,189,205)
#D4C5D2
(212,197,210)
#D9CDD7
(217,205,215)
#DED5DC
(222,213,220)
#E3DDE1
(227,221,225)
#E8E5E6
(232,229,230)
#EDEDEB
(237,237,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A5BE color. Also use rgb(192,165,190) instead hex code.

Text Font Color

.myTextColor { color: #C0A5BE; }

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

This text font color is #C0A5BE.


Background Color

.myBgColor { background-color: #C0A5BE; }

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

This div background color is #C0A5BE.


Border color

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

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

This div border color is #C0A5BE.


Opacity

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

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

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

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

This text has shadow with #C0A5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A5BE on black background.


Color preview on white background

This text has color #C0A5BE on white background.



Black color preview on #C0A5BE background

This text has black color on #C0A5BE background.


White color preview on #C0A5BE background

This text has white color on #C0A5BE background.