COLOR #C6A3AA

HEX: #C6A3AA RGB: (198,163,170)

Color info

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

RGB color model

#C6A3AA color RGB value is (198,163,170).

RGB: (198,163,170) (78%, 64%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 170 of 255 = 67%

198
163
170

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

Portions of RGB colors in percentages

R + G + B = 198 + 163 + 170 = 531 (100%)
R 198 of 531 ~ 37.29%
G 163 of 531 ~ 30.7%
B 170 of 531 ~ 32.02'%

%37.29
%30.7
%32.02

CMYK color model

#C6A3AA color CMYK value is (0,18,14,22).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 14.14%
  • key color value is 22.35%

CMYK: (0,18,14,22)
C0M18Y14K22 (0%, 18%, 14%, 22%)
(0.00 / 0.18 / 0.14 / 0.22)

CMYK percentages

%0
%17.68
%14.14
%22.35

Codes

Color #C6A3AA in popluar color models

C6 A3 AA
RGB 198 163 170
HSL 348° 23.49% 70.78%
HSB/HSV 348° 17.68% 77.65%
CMYK 0.00% 17.68% 14.14%
22.35%

Color #C6A3AA in popluar number systems.

HEX C6 A3 AA
Decimal 198 163 170
Binary 11000110 10100011 10101010
Octal 306 243 252

Shades and tints

Shades of #C6A3AA

#C6A3AA
(198,163,170)
#B4959B
(180,149,155)
#A2878C
(162,135,140)
#90797D
(144,121,125)
#7E6B6E
(126,107,110)
#6C5D5F
(108,93,95)
#5A4F50
(90,79,80)
#484141
(72,65,65)
#363332
(54,51,50)
#242523
(36,37,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6A3AA

#C6A3AA
(198,163,170)
#CBABB1
(203,171,177)
#D0B3B8
(208,179,184)
#D5BBBF
(213,187,191)
#DAC3C6
(218,195,198)
#DFCBCD
(223,203,205)
#E4D3D4
(228,211,212)
#E9DBDB
(233,219,219)
#EEE3E2
(238,227,226)
#F3EBE9
(243,235,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A3AA color. Also use rgb(198,163,170) instead hex code.

Text Font Color

.myTextColor { color: #C6A3AA; }

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

This text font color is #C6A3AA.

Background Color

.myBgColor { background-color: #C6A3AA; }

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

This div background color is #C6A3AA.

Border color

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

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

This div border color is #C6A3AA.

Opacity

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

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

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

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

This text has shadow with #C6A3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A3AA.

Preview

Color preview on black background

This text has color #C6A3AA on black background.


Color preview on white background

This text has color #C6A3AA on white background.


Black color preview on #C6A3AA background

This text has black color on #C6A3AA background.


White color preview on #C6A3AA background

This text has white color on #C6A3AA background.


Related colors

Complementary color

Complementary color for #hex is #395C55.


I love getcolorcode.com

Triadic colors

1 #AAC6A3 and #A3AAC6 with #C6A3AA are triadic colors.

2 #AAA3C6 and #A3C6AA with #C6A3AA are triadic colors.