COLOR #C0A1B0

HEX: #C0A1B0
RGB: (192,161,176)

Color info

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

RGB color model

#C0A1B0 color RGB value is (192,161,176).

  • red value is 192;
  • green value is 161;
  • blue value is 176.
RGB:
(192,161,176)
(75%,63%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 161 of 255 = 63%
B 176 of 255 = 69%

192
161
176

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

Portions of RGB colors in percentages

R + G + B =
192 + 161 + 176 = 529 (100%)
R 192 of 529 ~ 36.29%
G 161 of 529 ~ 30.43%
B 176 of 529 ~ 33.27%

%36.29
%30.43
%33.27

CMYK color model

#C0A1B0 color CMYK value is (0,16,8,25).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 8.33%
  • key color value is 24.71%
CMYK:
(0,16,8,25)
C0M16Y8K25 
(0%,16%,8%,25%)
(0.00/0.16/0.08/0.25)	

CMYK percentages

%0
%16.15
%8.33
%24.71

Codes

Color #C0A1B0 in popluar color models

C0A1B0
RGB192161176
HSL331°19.75%69.22%
HSB/HSV331°16.15%75.29%
CMYK0.00%16.15%8.33%
24.71%

Color #C0A1B0 in popluar number systems.

HEXC0A1B0
Decimal192161176
Binary110000001010000110110000
Octal300241260

Shades and tints

Shades of #C0A1B0

#C0A1B0
(192,161,176)
#AF93A0
(175,147,160)
#9E8590
(158,133,144)
#8D7780
(141,119,128)
#7C6970
(124,105,112)
#6B5B60
(107,91,96)
#5A4D50
(90,77,80)
#493F40
(73,63,64)
#383130
(56,49,48)
#272320
(39,35,32)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #C0A1B0

#C0A1B0
(192,161,176)
#C5A9B7
(197,169,183)
#CAB1BE
(202,177,190)
#CFB9C5
(207,185,197)
#D4C1CC
(212,193,204)
#D9C9D3
(217,201,211)
#DED1DA
(222,209,218)
#E3D9E1
(227,217,225)
#E8E1E8
(232,225,232)
#EDE9EF
(237,233,239)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A1B0 color. Also use rgb(192,161,176) instead hex code.

Text Font Color

.myTextColor { color: #C0A1B0; }

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

This text font color is #C0A1B0.


Background Color

.myBgColor { background-color: #C0A1B0; }

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

This div background color is #C0A1B0.


Border color

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

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

This div border color is #C0A1B0.


Opacity

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

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

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

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

This text has shadow with #C0A1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A1B0 on black background.


Color preview on white background

This text has color #C0A1B0 on white background.



Black color preview on #C0A1B0 background

This text has black color on #C0A1B0 background.


White color preview on #C0A1B0 background

This text has white color on #C0A1B0 background.