COLOR #C6A2C8

HEX: #C6A2C8 RGB: (198,162,200)

Color info

#C6A2C8 contains red, green and blue colors in about the same proportion. Web safe color of #C6A2C8 is #CC99CC (or #C9C).

RGB color model

#C6A2C8 color RGB value is (198,162,200).

RGB: (198,162,200) (78%, 64%, 78%)

RGB channels and saturation

R 198 of 255 = 78%
G 162 of 255 = 64%
B 200 of 255 = 78%

198
162
200

R + G + B ~ 73%. #C6A2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 162 + 200 = 560 (100%)
R 198 of 560 ~ 35.36%
G 162 of 560 ~ 28.93%
B 200 of 560 ~ 35.71'%

%35.36
%28.93
%35.71

CMYK color model

#C6A2C8 color CMYK value is (1,19,0,22).

  • cyan value is 1.00%
  • magenta value is 19.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (1,19,0,22)
C1M19Y0K22 (1%, 19%, 0%, 22%)
(0.01 / 0.19 / 0.00 / 0.22)

CMYK percentages

%1
%19
%0
%21.57

Codes

Color #C6A2C8 in popluar color models

C6 A2 C8
RGB 198 162 200
HSL 297° 25.68% 70.98%
HSB/HSV 297° 19.00% 78.43%
CMYK 1.00% 19.00% 0.00%
21.57%

Color #C6A2C8 in popluar number systems.

HEX C6 A2 C8
Decimal 198 162 200
Binary 11000110 10100010 11001000
Octal 306 242 310

Shades and tints

Shades of #C6A2C8

#C6A2C8
(198,162,200)
#B494B6
(180,148,182)
#A286A4
(162,134,164)
#907892
(144,120,146)
#7E6A80
(126,106,128)
#6C5C6E
(108,92,110)
#5A4E5C
(90,78,92)
#48404A
(72,64,74)
#363238
(54,50,56)
#242426
(36,36,38)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6A2C8

#C6A2C8
(198,162,200)
#CBAACD
(203,170,205)
#D0B2D2
(208,178,210)
#D5BAD7
(213,186,215)
#DAC2DC
(218,194,220)
#DFCAE1
(223,202,225)
#E4D2E6
(228,210,230)
#E9DAEB
(233,218,235)
#EEE2F0
(238,226,240)
#F3EAF5
(243,234,245)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A2C8; }

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

This text font color is #C6A2C8.

Background Color

.myBgColor { background-color: #C6A2C8; }

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

This div background color is #C6A2C8.

Border color

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

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

This div border color is #C6A2C8.

Opacity

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

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

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

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

This text has shadow with #C6A2C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A2C8.

Preview

Color preview on black background

This text has color #C6A2C8 on black background.


Color preview on white background

This text has color #C6A2C8 on white background.


Black color preview on #C6A2C8 background

This text has black color on #C6A2C8 background.


White color preview on #C6A2C8 background

This text has white color on #C6A2C8 background.


Related colors

Complementary color

Complementary color for #hex is #395D37.


I love getcolorcode.com

Triadic colors

1 #C8C6A2 and #A2C8C6 with #C6A2C8 are triadic colors.

2 #C8A2C6 and #A2C6C8 with #C6A2C8 are triadic colors.