COLOR #C1A6A6

HEX: #C1A6A6 RGB: (193,166,166)

Color info

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

RGB color model

#C1A6A6 color RGB value is (193,166,166).

RGB: (193,166,166) (76%, 65%, 65%)

RGB channels and saturation

R 193 of 255 = 76%
G 166 of 255 = 65%
B 166 of 255 = 65%

193
166
166

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

Portions of RGB colors in percentages

R + G + B = 193 + 166 + 166 = 525 (100%)
R 193 of 525 ~ 36.76%
G 166 of 525 ~ 31.62%
B 166 of 525 ~ 31.62'%

%36.76
%31.62
%31.62

CMYK color model

#C1A6A6 color CMYK value is (0,14,14,24).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 13.99%
  • key color value is 24.31%

CMYK: (0,14,14,24)
C0M14Y14K24 (0%, 14%, 14%, 24%)
(0.00 / 0.14 / 0.14 / 0.24)

CMYK percentages

%0
%13.99
%13.99
%24.31

Codes

Color #C1A6A6 in popluar color models

C1 A6 A6
RGB 193 166 166
HSL 17.88% 70.39%
HSB/HSV 13.99% 75.69%
CMYK 0.00% 13.99% 13.99%
24.31%

Color #C1A6A6 in popluar number systems.

HEX C1 A6 A6
Decimal 193 166 166
Binary 11000001 10100110 10100110
Octal 301 246 246

Shades and tints

Shades of #C1A6A6

#C1A6A6
(193,166,166)
#B09797
(176,151,151)
#9F8888
(159,136,136)
#8E7979
(142,121,121)
#7D6A6A
(125,106,106)
#6C5B5B
(108,91,91)
#5B4C4C
(91,76,76)
#4A3D3D
(74,61,61)
#392E2E
(57,46,46)
#281F1F
(40,31,31)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C1A6A6

#C1A6A6
(193,166,166)
#C6AEAE
(198,174,174)
#CBB6B6
(203,182,182)
#D0BEBE
(208,190,190)
#D5C6C6
(213,198,198)
#DACECE
(218,206,206)
#DFD6D6
(223,214,214)
#E4DEDE
(228,222,222)
#E9E6E6
(233,230,230)
#EEEEEE
(238,238,238)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A6A6; }

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

This text font color is #C1A6A6.

Background Color

.myBgColor { background-color: #C1A6A6; }

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

This div background color is #C1A6A6.

Border color

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

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

This div border color is #C1A6A6.

Opacity

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

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

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

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

This text has shadow with #C1A6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A6A6.

Preview

Color preview on black background

This text has color #C1A6A6 on black background.


Color preview on white background

This text has color #C1A6A6 on white background.


Black color preview on #C1A6A6 background

This text has black color on #C1A6A6 background.


White color preview on #C1A6A6 background

This text has white color on #C1A6A6 background.


Related colors

Complementary color

Complementary color for #hex is #3E5959.


I love getcolorcode.com