COLOR #C6A5AC

HEX: #C6A5AC RGB: (198,165,172)

Color info

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

RGB color model

#C6A5AC color RGB value is (198,165,172).

RGB: (198,165,172) (78%, 65%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 172 of 255 = 67%

198
165
172

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

Portions of RGB colors in percentages

R + G + B = 198 + 165 + 172 = 535 (100%)
R 198 of 535 ~ 37.01%
G 165 of 535 ~ 30.84%
B 172 of 535 ~ 32.15'%

%37.01
%30.84
%32.15

CMYK color model

#C6A5AC color CMYK value is (0,17,13,22).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK: (0,17,13,22) C0M17Y13K22 (0%,17%,13%,22%) (0.00/0.17/0.13/0.22) 

CMYK percentages

%0
%16.67
%13.13
%22.35

Codes

Color #C6A5AC in popluar color models

C6 A5 AC
RGB 198 165 172
HSL 347° 22.45% 71.18%
HSB/HSV 347° 16.67% 77.65%
CMYK 0.00% 16.67% 13.13%
22.35%

Color #C6A5AC in popluar number systems.

HEX C6 A5 AC
Decimal 198 165 172
Binary 11000110 10100101 10101100
Octal 306 245 254

Shades and tints

Shades of #C6A5AC

#C6A5AC
(198,165,172)
#B4969D
(180,150,157)
#A2878E
(162,135,142)
#90787F
(144,120,127)
#7E6970
(126,105,112)
#6C5A61
(108,90,97)
#5A4B52
(90,75,82)
#483C43
(72,60,67)
#362D34
(54,45,52)
#241E25
(36,30,37)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #C6A5AC

#C6A5AC
(198,165,172)
#CBADB3
(203,173,179)
#D0B5BA
(208,181,186)
#D5BDC1
(213,189,193)
#DAC5C8
(218,197,200)
#DFCDCF
(223,205,207)
#E4D5D6
(228,213,214)
#E9DDDD
(233,221,221)
#EEE5E4
(238,229,228)
#F3EDEB
(243,237,235)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A5AC; }

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

This text font color is #C6A5AC.

Background Color

.myBgColor { background-color: #C6A5AC; }

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

This div background color is #C6A5AC.

Border color

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

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

This div border color is #C6A5AC.

Opacity

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

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

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

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

This text has shadow with #C6A5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A5AC.

Preview

Color preview on black background

This text has color #C6A5AC on black background.


Color preview on white background

This text has color #C6A5AC on white background.


Black color preview on #C6A5AC background

This text has black color on #C6A5AC background.


White color preview on #C6A5AC background

This text has white color on #C6A5AC background.


Related colors

Complementary color

Complementary color for #hex is #395A53.


I love getcolorcode.com

Triadic colors

1 #ACC6A5 and #A5ACC6 with #C6A5AC are triadic colors.

2 #ACA5C6 and #A5C6AC with #C6A5AC are triadic colors.