COLOR #C6A2A5

HEX: #C6A2A5
RGB: (198,162,165)

Color info

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

RGB color model

#C6A2A5 color RGB value is (198,162,165).

  • red value is 198;
  • green value is 162;
  • blue value is 165.
RGB: (198,162,165) (78%,64%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 162 of 255 = 64%
B 165 of 255 = 65%

198
162
165

R + G + B ~ 69%. #C6A2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 162 + 165 = 525 (100%)
R 198 of 525 ~ 37.71%
G 162 of 525 ~ 30.86%
B 165 of 525 ~ 31.43%

%37.71
%30.86
%31.43

CMYK color model

#C6A2A5 color CMYK value is (0,18,17,22).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK: (0,18,17,22) C0M18Y17K22 (0%,18%,17%,22%) (0.00/0.18/0.17/0.22)

CMYK percentages

%0
%18.18
%16.67
%22.35

Codes

Color #C6A2A5 in popluar color models

C6A2A5
RGB198162165
HSL355°24.00%70.59%
HSB/HSV355°18.18%77.65%
CMYK0.00%18.18%16.67%
22.35%

Color #C6A2A5 in popluar number systems.

HEXC6A2A5
Decimal198162165
Binary110001101010001010100101
Octal306242245

Shades and tints

Shades of #C6A2A5

#C6A2A5
(198,162,165)
#B49496
(180,148,150)
#A28687
(162,134,135)
#907878
(144,120,120)
#7E6A69
(126,106,105)
#6C5C5A
(108,92,90)
#5A4E4B
(90,78,75)
#48403C
(72,64,60)
#36322D
(54,50,45)
#24241E
(36,36,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #C6A2A5

#C6A2A5
(198,162,165)
#CBAAAD
(203,170,173)
#D0B2B5
(208,178,181)
#D5BABD
(213,186,189)
#DAC2C5
(218,194,197)
#DFCACD
(223,202,205)
#E4D2D5
(228,210,213)
#E9DADD
(233,218,221)
#EEE2E5
(238,226,229)
#F3EAED
(243,234,237)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A2A5; }

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

This text font color is #C6A2A5.


Background Color

.myBgColor { background-color: #C6A2A5; }

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

This div background color is #C6A2A5.


Border color

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

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

This div border color is #C6A2A5.


Opacity

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

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

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

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

This text has shadow with #C6A2A5 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C6A2A5; -webkit-box-shadow:	1px 1px 3px 2px #C6A2A5; box-shadow:	1px 1px 3px 2px #C6A2A5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6A2A5; -webkit-box-shadow: 1px 1px 3px 2px #C6A2A5; box-shadow:1px 1px 3px 2px #C6A2A5;">
Div content here</div>
This div box has shadow with color #C6A2A5.

Preview

Color preview on black background

This text has color #C6A2A5 on black background.


Color preview on white background

This text has color #C6A2A5 on white background.



Black color preview on #C6A2A5 background

This text has black color on #C6A2A5 background.


White color preview on #C6A2A5 background

This text has white color on #C6A2A5 background.