COLOR #C6A4B2

HEX: #C6A4B2 RGB: (198,164,178)

Color info

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

RGB color model

#C6A4B2 color RGB value is (198,164,178).

RGB: (198,164,178) (78%, 64%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 164 of 255 = 64%
B 178 of 255 = 70%

198
164
178

R + G + B ~ 71%. #C6A4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 164 + 178 = 540 (100%)
R 198 of 540 ~ 36.67%
G 164 of 540 ~ 30.37%
B 178 of 540 ~ 32.96'%

%36.67
%30.37
%32.96

CMYK color model

#C6A4B2 color CMYK value is (0,17,10,22).

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 10.10%
  • key color value is 22.35%

CMYK: (0,17,10,22)
C0M17Y10K22 (0%, 17%, 10%, 22%)
(0.00 / 0.17 / 0.10 / 0.22)

CMYK percentages

%0
%17.17
%10.1
%22.35

Codes

Color #C6A4B2 in popluar color models

C6 A4 B2
RGB 198 164 178
HSL 335° 22.97% 70.98%
HSB/HSV 335° 17.17% 77.65%
CMYK 0.00% 17.17% 10.10%
22.35%

Color #C6A4B2 in popluar number systems.

HEX C6 A4 B2
Decimal 198 164 178
Binary 11000110 10100100 10110010
Octal 306 244 262

Shades and tints

Shades of #C6A4B2

#C6A4B2
(198,164,178)
#B496A2
(180,150,162)
#A28892
(162,136,146)
#907A82
(144,122,130)
#7E6C72
(126,108,114)
#6C5E62
(108,94,98)
#5A5052
(90,80,82)
#484242
(72,66,66)
#363432
(54,52,50)
#242622
(36,38,34)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6A4B2

#C6A4B2
(198,164,178)
#CBACB9
(203,172,185)
#D0B4C0
(208,180,192)
#D5BCC7
(213,188,199)
#DAC4CE
(218,196,206)
#DFCCD5
(223,204,213)
#E4D4DC
(228,212,220)
#E9DCE3
(233,220,227)
#EEE4EA
(238,228,234)
#F3ECF1
(243,236,241)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A4B2 color. Also use rgb(198,164,178) instead hex code.

Text Font Color

.myTextColor { color: #C6A4B2; }

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

This text font color is #C6A4B2.

Background Color

.myBgColor { background-color: #C6A4B2; }

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

This div background color is #C6A4B2.

Border color

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

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

This div border color is #C6A4B2.

Opacity

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

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

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

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

This text has shadow with #C6A4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A4B2.

Preview

Color preview on black background

This text has color #C6A4B2 on black background.


Color preview on white background

This text has color #C6A4B2 on white background.


Black color preview on #C6A4B2 background

This text has black color on #C6A4B2 background.


White color preview on #C6A4B2 background

This text has white color on #C6A4B2 background.


Related colors

Complementary color

Complementary color for #hex is #395B4D.


I love getcolorcode.com

Triadic colors

1 #B2C6A4 and #A4B2C6 with #C6A4B2 are triadic colors.

2 #B2A4C6 and #A4C6B2 with #C6A4B2 are triadic colors.