COLOR #C6A0B9

HEX: #C6A0B9
RGB: (198,160,185)

Color info

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

RGB color model

#C6A0B9 color RGB value is (198,160,185).

  • red value is 198;
  • green value is 160;
  • blue value is 185.
RGB:
(198,160,185)
(78%,63%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 185 of 255 = 73%

198
160
185

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

Portions of RGB colors in percentages

R + G + B =
198 + 160 + 185 = 543 (100%)
R 198 of 543 ~ 36.46%
G 160 of 543 ~ 29.47%
B 185 of 543 ~ 34.07%

%36.46
%29.47
%34.07

CMYK color model

#C6A0B9 color CMYK value is (0,19,7,22).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(0,19,7,22)
C0M19Y7K22 
(0%,19%,7%,22%)
(0.00/0.19/0.07/0.22)	

CMYK percentages

%0
%19.19
%6.57
%22.35

Codes

Color #C6A0B9 in popluar color models

C6A0B9
RGB198160185
HSL321°25.00%70.20%
HSB/HSV321°19.19%77.65%
CMYK0.00%19.19%6.57%
22.35%

Color #C6A0B9 in popluar number systems.

HEXC6A0B9
Decimal198160185
Binary110001101010000010111001
Octal306240271

Shades and tints

Shades of #C6A0B9

#C6A0B9
(198,160,185)
#B492A9
(180,146,169)
#A28499
(162,132,153)
#907689
(144,118,137)
#7E6879
(126,104,121)
#6C5A69
(108,90,105)
#5A4C59
(90,76,89)
#483E49
(72,62,73)
#363039
(54,48,57)
#242229
(36,34,41)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C6A0B9

#C6A0B9
(198,160,185)
#CBA8BF
(203,168,191)
#D0B0C5
(208,176,197)
#D5B8CB
(213,184,203)
#DAC0D1
(218,192,209)
#DFC8D7
(223,200,215)
#E4D0DD
(228,208,221)
#E9D8E3
(233,216,227)
#EEE0E9
(238,224,233)
#F3E8EF
(243,232,239)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A0B9 color. Also use rgb(198,160,185) instead hex code.

Text Font Color

.myTextColor { color: #C6A0B9; }

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

This text font color is #C6A0B9.


Background Color

.myBgColor { background-color: #C6A0B9; }

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

This div background color is #C6A0B9.


Border color

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

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

This div border color is #C6A0B9.


Opacity

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

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

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

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

This text has shadow with #C6A0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A0B9 on black background.


Color preview on white background

This text has color #C6A0B9 on white background.



Black color preview on #C6A0B9 background

This text has black color on #C6A0B9 background.


White color preview on #C6A0B9 background

This text has white color on #C6A0B9 background.