COLOR #C6A1AE

HEX: #C6A1AE RGB: (198,161,174)

Color info

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

RGB color model

#C6A1AE color RGB value is (198,161,174).

RGB: (198,161,174) (78%, 63%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 174 of 255 = 68%

198
161
174

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

Portions of RGB colors in percentages

R + G + B = 198 + 161 + 174 = 533 (100%)
R 198 of 533 ~ 37.15%
G 161 of 533 ~ 30.21%
B 174 of 533 ~ 32.65'%

%37.15
%30.21
%32.65

CMYK color model

#C6A1AE color CMYK value is (0,19,12,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 12.12%
  • key color value is 22.35%

CMYK: (0,19,12,22)
C0M19Y12K22 (0%, 19%, 12%, 22%)
(0.00 / 0.19 / 0.12 / 0.22)

CMYK percentages

%0
%18.69
%12.12
%22.35

Codes

Color #C6A1AE in popluar color models

C6 A1 AE
RGB 198 161 174
HSL 339° 24.50% 70.39%
HSB/HSV 339° 18.69% 77.65%
CMYK 0.00% 18.69% 12.12%
22.35%

Color #C6A1AE in popluar number systems.

HEX C6 A1 AE
Decimal 198 161 174
Binary 11000110 10100001 10101110
Octal 306 241 256

Shades and tints

Shades of #C6A1AE

#C6A1AE
(198,161,174)
#B4939F
(180,147,159)
#A28590
(162,133,144)
#907781
(144,119,129)
#7E6972
(126,105,114)
#6C5B63
(108,91,99)
#5A4D54
(90,77,84)
#483F45
(72,63,69)
#363136
(54,49,54)
#242327
(36,35,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6A1AE

#C6A1AE
(198,161,174)
#CBA9B5
(203,169,181)
#D0B1BC
(208,177,188)
#D5B9C3
(213,185,195)
#DAC1CA
(218,193,202)
#DFC9D1
(223,201,209)
#E4D1D8
(228,209,216)
#E9D9DF
(233,217,223)
#EEE1E6
(238,225,230)
#F3E9ED
(243,233,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A1AE color. Also use rgb(198,161,174) instead hex code.

Text Font Color

.myTextColor { color: #C6A1AE; }

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

This text font color is #C6A1AE.

Background Color

.myBgColor { background-color: #C6A1AE; }

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

This div background color is #C6A1AE.

Border color

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

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

This div border color is #C6A1AE.

Opacity

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

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

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

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

This text has shadow with #C6A1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A1AE.

Preview

Color preview on black background

This text has color #C6A1AE on black background.


Color preview on white background

This text has color #C6A1AE on white background.


Black color preview on #C6A1AE background

This text has black color on #C6A1AE background.


White color preview on #C6A1AE background

This text has white color on #C6A1AE background.


Related colors

Complementary color

Complementary color for #hex is #395E51.


I love getcolorcode.com

Triadic colors

1 #AEC6A1 and #A1AEC6 with #C6A1AE are triadic colors.

2 #AEA1C6 and #A1C6AE with #C6A1AE are triadic colors.