COLOR #C0A6A9

HEX: #C0A6A9
RGB: (192,166,169)

Color info

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

RGB color model

#C0A6A9 color RGB value is (192,166,169).

  • red value is 192;
  • green value is 166;
  • blue value is 169.
RGB:
(192,166,169)
(75%,65%,66%)

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 169 of 255 = 66%

192
166
169

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

Portions of RGB colors in percentages

R + G + B =
192 + 166 + 169 = 527 (100%)
R 192 of 527 ~ 36.43%
G 166 of 527 ~ 31.5%
B 169 of 527 ~ 32.07%

%36.43
%31.5
%32.07

CMYK color model

#C0A6A9 color CMYK value is (0,14,12,25).

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 11.98%
  • key color value is 24.71%
CMYK:
(0,14,12,25)
C0M14Y12K25 
(0%,14%,12%,25%)
(0.00/0.14/0.12/0.25)	

CMYK percentages

%0
%13.54
%11.98
%24.71

Codes

Color #C0A6A9 in popluar color models

C0A6A9
RGB192166169
HSL353°17.11%70.20%
HSB/HSV353°13.54%75.29%
CMYK0.00%13.54%11.98%
24.71%

Color #C0A6A9 in popluar number systems.

HEXC0A6A9
Decimal192166169
Binary110000001010011010101001
Octal300246251

Shades and tints

Shades of #C0A6A9

#C0A6A9
(192,166,169)
#AF979A
(175,151,154)
#9E888B
(158,136,139)
#8D797C
(141,121,124)
#7C6A6D
(124,106,109)
#6B5B5E
(107,91,94)
#5A4C4F
(90,76,79)
#493D40
(73,61,64)
#382E31
(56,46,49)
#271F22
(39,31,34)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C0A6A9

#C0A6A9
(192,166,169)
#C5AEB0
(197,174,176)
#CAB6B7
(202,182,183)
#CFBEBE
(207,190,190)
#D4C6C5
(212,198,197)
#D9CECC
(217,206,204)
#DED6D3
(222,214,211)
#E3DEDA
(227,222,218)
#E8E6E1
(232,230,225)
#EDEEE8
(237,238,232)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A6A9 color. Also use rgb(192,166,169) instead hex code.

Text Font Color

.myTextColor { color: #C0A6A9; }

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

This text font color is #C0A6A9.


Background Color

.myBgColor { background-color: #C0A6A9; }

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

This div background color is #C0A6A9.


Border color

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

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

This div border color is #C0A6A9.


Opacity

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

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

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

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

This text has shadow with #C0A6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A6A9 on black background.


Color preview on white background

This text has color #C0A6A9 on white background.



Black color preview on #C0A6A9 background

This text has black color on #C0A6A9 background.


White color preview on #C0A6A9 background

This text has white color on #C0A6A9 background.