COLOR #C0A6A6

HEX: #C0A6A6 RGB: (192,166,166)

Color info

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

RGB color model

#C0A6A6 color RGB value is (192,166,166).

RGB: (192,166,166) (75%, 65%, 65%)

RGB channels and saturation

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

192
166
166

R + G + B ~ 68%. #C0A6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 166 + 166 = 524 (100%)
R 192 of 524 ~ 36.64%
G 166 of 524 ~ 31.68%
B 166 of 524 ~ 31.68'%

%36.64
%31.68
%31.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.54%
  • yellow value is 13.54%
  • key color value is 24.71%

CMYK: (0,14,14,25)
C0M14Y14K25 (0%, 14%, 14%, 25%)
(0.00 / 0.14 / 0.14 / 0.25)

CMYK percentages

%0
%13.54
%13.54
%24.71

Codes

Color #C0A6A6 in popluar color models

C0 A6 A6
RGB 192 166 166
HSL 17.11% 70.20%
HSB/HSV 13.54% 75.29%
CMYK 0.00% 13.54% 13.54%
24.71%

Color #C0A6A6 in popluar number systems.

HEX C0 A6 A6
Decimal 192 166 166
Binary 11000000 10100110 10100110
Octal 300 246 246

Shades and tints

Shades of #C0A6A6

#C0A6A6
(192,166,166)
#AF9797
(175,151,151)
#9E8888
(158,136,136)
#8D7979
(141,121,121)
#7C6A6A
(124,106,106)
#6B5B5B
(107,91,91)
#5A4C4C
(90,76,76)
#493D3D
(73,61,61)
#382E2E
(56,46,46)
#271F1F
(39,31,31)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #C0A6A6

#C0A6A6
(192,166,166)
#C5AEAE
(197,174,174)
#CAB6B6
(202,182,182)
#CFBEBE
(207,190,190)
#D4C6C6
(212,198,198)
#D9CECE
(217,206,206)
#DED6D6
(222,214,214)
#E3DEDE
(227,222,222)
#E8E6E6
(232,230,230)
#EDEEEE
(237,238,238)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A6A6; }

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

This text font color is #C0A6A6.

Background Color

.myBgColor { background-color: #C0A6A6; }

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

This div background color is #C0A6A6.

Border color

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

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

This div border color is #C0A6A6.

Opacity

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

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

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

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

This text has shadow with #C0A6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A6A6.

Preview

Color preview on black background

This text has color #C0A6A6 on black background.


Color preview on white background

This text has color #C0A6A6 on white background.


Black color preview on #C0A6A6 background

This text has black color on #C0A6A6 background.


White color preview on #C0A6A6 background

This text has white color on #C0A6A6 background.


Related colors

Complementary color

Complementary color for #hex is #3F5959.


I love getcolorcode.com