COLOR #C6A0AC

HEX: #C6A0AC RGB: (198,160,172)

Color info

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

RGB color model

#C6A0AC color RGB value is (198,160,172).

RGB: (198,160,172) (78%, 63%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 172 of 255 = 67%

198
160
172

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

Portions of RGB colors in percentages

R + G + B = 198 + 160 + 172 = 530 (100%)
R 198 of 530 ~ 37.36%
G 160 of 530 ~ 30.19%
B 172 of 530 ~ 32.45'%

%37.36
%30.19
%32.45

CMYK color model

#C6A0AC color CMYK value is (0,19,13,22).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK: (0,19,13,22) C0M19Y13K22 (0%,19%,13%,22%) (0.00/0.19/0.13/0.22) 

CMYK percentages

%0
%19.19
%13.13
%22.35

Codes

Color #C6A0AC in popluar color models

C6 A0 AC
RGB 198 160 172
HSL 341° 25.00% 70.20%
HSB/HSV 341° 19.19% 77.65%
CMYK 0.00% 19.19% 13.13%
22.35%

Color #C6A0AC in popluar number systems.

HEX C6 A0 AC
Decimal 198 160 172
Binary 11000110 10100000 10101100
Octal 306 240 254

Shades and tints

Shades of #C6A0AC

#C6A0AC
(198,160,172)
#B4929D
(180,146,157)
#A2848E
(162,132,142)
#90767F
(144,118,127)
#7E6870
(126,104,112)
#6C5A61
(108,90,97)
#5A4C52
(90,76,82)
#483E43
(72,62,67)
#363034
(54,48,52)
#242225
(36,34,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6A0AC

#C6A0AC
(198,160,172)
#CBA8B3
(203,168,179)
#D0B0BA
(208,176,186)
#D5B8C1
(213,184,193)
#DAC0C8
(218,192,200)
#DFC8CF
(223,200,207)
#E4D0D6
(228,208,214)
#E9D8DD
(233,216,221)
#EEE0E4
(238,224,228)
#F3E8EB
(243,232,235)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A0AC color. Also use rgb(198,160,172) instead hex code.

Text Font Color

.myTextColor { color: #C6A0AC; }

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

This text font color is #C6A0AC.

Background Color

.myBgColor { background-color: #C6A0AC; }

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

This div background color is #C6A0AC.

Border color

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

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

This div border color is #C6A0AC.

Opacity

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

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

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

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

This text has shadow with #C6A0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A0AC.

Preview

Color preview on black background

This text has color #C6A0AC on black background.


Color preview on white background

This text has color #C6A0AC on white background.


Black color preview on #C6A0AC background

This text has black color on #C6A0AC background.


White color preview on #C6A0AC background

This text has white color on #C6A0AC background.


Related colors

Complementary color

Complementary color for #hex is #395F53.


I love getcolorcode.com

Triadic colors

1 #ACC6A0 and #A0ACC6 with #C6A0AC are triadic colors.

2 #ACA0C6 and #A0C6AC with #C6A0AC are triadic colors.