COLOR #C0A0B5

HEX: #C0A0B5
RGB: (192,160,181)

Color info

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

RGB color model

#C0A0B5 color RGB value is (192,160,181).

  • red value is 192;
  • green value is 160;
  • blue value is 181.
RGB:
(192,160,181)
(75%,63%,71%)

RGB channels and saturation

R 192 of 255 = 75%
G 160 of 255 = 63%
B 181 of 255 = 71%

192
160
181

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

Portions of RGB colors in percentages

R + G + B =
192 + 160 + 181 = 533 (100%)
R 192 of 533 ~ 36.02%
G 160 of 533 ~ 30.02%
B 181 of 533 ~ 33.96%

%36.02
%30.02
%33.96

CMYK color model

#C0A0B5 color CMYK value is (0,17,6,25).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 5.73%
  • key color value is 24.71%
CMYK:
(0,17,6,25)
C0M17Y6K25 
(0%,17%,6%,25%)
(0.00/0.17/0.06/0.25)	

CMYK percentages

%0
%16.67
%5.73
%24.71

Codes

Color #C0A0B5 in popluar color models

C0A0B5
RGB192160181
HSL321°20.25%69.02%
HSB/HSV321°16.67%75.29%
CMYK0.00%16.67%5.73%
24.71%

Color #C0A0B5 in popluar number systems.

HEXC0A0B5
Decimal192160181
Binary110000001010000010110101
Octal300240265

Shades and tints

Shades of #C0A0B5

#C0A0B5
(192,160,181)
#AF92A5
(175,146,165)
#9E8495
(158,132,149)
#8D7685
(141,118,133)
#7C6875
(124,104,117)
#6B5A65
(107,90,101)
#5A4C55
(90,76,85)
#493E45
(73,62,69)
#383035
(56,48,53)
#272225
(39,34,37)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #C0A0B5

#C0A0B5
(192,160,181)
#C5A8BB
(197,168,187)
#CAB0C1
(202,176,193)
#CFB8C7
(207,184,199)
#D4C0CD
(212,192,205)
#D9C8D3
(217,200,211)
#DED0D9
(222,208,217)
#E3D8DF
(227,216,223)
#E8E0E5
(232,224,229)
#EDE8EB
(237,232,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A0B5 color. Also use rgb(192,160,181) instead hex code.

Text Font Color

.myTextColor { color: #C0A0B5; }

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

This text font color is #C0A0B5.


Background Color

.myBgColor { background-color: #C0A0B5; }

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

This div background color is #C0A0B5.


Border color

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

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

This div border color is #C0A0B5.


Opacity

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

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

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

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

This text has shadow with #C0A0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A0B5 on black background.


Color preview on white background

This text has color #C0A0B5 on white background.



Black color preview on #C0A0B5 background

This text has black color on #C0A0B5 background.


White color preview on #C0A0B5 background

This text has white color on #C0A0B5 background.