COLOR #C6A2B3

HEX: #C6A2B3 RGB: (198,162,179)

Color info

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

RGB color model

#C6A2B3 color RGB value is (198,162,179).

RGB: (198,162,179) (78%, 64%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 162 of 255 = 64%
B 179 of 255 = 70%

198
162
179

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

Portions of RGB colors in percentages

R + G + B = 198 + 162 + 179 = 539 (100%)
R 198 of 539 ~ 36.73%
G 162 of 539 ~ 30.06%
B 179 of 539 ~ 33.21'%

%36.73
%30.06
%33.21

CMYK color model

#C6A2B3 color CMYK value is (0,18,10,22).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 9.60%
  • key color value is 22.35%

CMYK: (0,18,10,22)
C0M18Y10K22 (0%, 18%, 10%, 22%)
(0.00 / 0.18 / 0.10 / 0.22)

CMYK percentages

%0
%18.18
%9.6
%22.35

Codes

Color #C6A2B3 in popluar color models

C6 A2 B3
RGB 198 162 179
HSL 332° 24.00% 70.59%
HSB/HSV 332° 18.18% 77.65%
CMYK 0.00% 18.18% 9.60%
22.35%

Color #C6A2B3 in popluar number systems.

HEX C6 A2 B3
Decimal 198 162 179
Binary 11000110 10100010 10110011
Octal 306 242 263

Shades and tints

Shades of #C6A2B3

#C6A2B3
(198,162,179)
#B494A3
(180,148,163)
#A28693
(162,134,147)
#907883
(144,120,131)
#7E6A73
(126,106,115)
#6C5C63
(108,92,99)
#5A4E53
(90,78,83)
#484043
(72,64,67)
#363233
(54,50,51)
#242423
(36,36,35)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6A2B3

#C6A2B3
(198,162,179)
#CBAAB9
(203,170,185)
#D0B2BF
(208,178,191)
#D5BAC5
(213,186,197)
#DAC2CB
(218,194,203)
#DFCAD1
(223,202,209)
#E4D2D7
(228,210,215)
#E9DADD
(233,218,221)
#EEE2E3
(238,226,227)
#F3EAE9
(243,234,233)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A2B3 color. Also use rgb(198,162,179) instead hex code.

Text Font Color

.myTextColor { color: #C6A2B3; }

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

This text font color is #C6A2B3.

Background Color

.myBgColor { background-color: #C6A2B3; }

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

This div background color is #C6A2B3.

Border color

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

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

This div border color is #C6A2B3.

Opacity

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

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

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

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

This text has shadow with #C6A2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A2B3.

Preview

Color preview on black background

This text has color #C6A2B3 on black background.


Color preview on white background

This text has color #C6A2B3 on white background.


Black color preview on #C6A2B3 background

This text has black color on #C6A2B3 background.


White color preview on #C6A2B3 background

This text has white color on #C6A2B3 background.


Related colors

Complementary color

Complementary color for #hex is #395D4C.


I love getcolorcode.com

Triadic colors

1 #B3C6A2 and #A2B3C6 with #C6A2B3 are triadic colors.

2 #B3A2C6 and #A2C6B3 with #C6A2B3 are triadic colors.