COLOR #C6A198

HEX: #C6A198
RGB: (198,161,152)

Color info

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

RGB color model

#C6A198 color RGB value is (198,161,152).

  • red value is 198;
  • green value is 161;
  • blue value is 152.
RGB:
(198,161,152)
(78%,63%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 152 of 255 = 60%

198
161
152

R + G + B ~ 67%. #C6A198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 152 = 511 (100%)
R 198 of 511 ~ 38.75%
G 161 of 511 ~ 31.51%
B 152 of 511 ~ 29.75%

%38.75
%31.51
%29.75

CMYK color model

#C6A198 color CMYK value is (0,19,23,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 23.23%
  • key color value is 22.35%
CMYK:
(0,19,23,22)
C0M19Y23K22 
(0%,19%,23%,22%)
(0.00/0.19/0.23/0.22)	

CMYK percentages

%0
%18.69
%23.23
%22.35

Codes

Color #C6A198 in popluar color models

C6A198
RGB198161152
HSL12°28.75%68.63%
HSB/HSV12°23.23%77.65%
CMYK0.00%18.69%23.23%
22.35%

Color #C6A198 in popluar number systems.

HEXC6A198
Decimal198161152
Binary110001101010000110011000
Octal306241230

Shades and tints

Shades of #C6A198

#C6A198
(198,161,152)
#B4938B
(180,147,139)
#A2857E
(162,133,126)
#907771
(144,119,113)
#7E6964
(126,105,100)
#6C5B57
(108,91,87)
#5A4D4A
(90,77,74)
#483F3D
(72,63,61)
#363130
(54,49,48)
#242323
(36,35,35)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6A198

#C6A198
(198,161,152)
#CBA9A1
(203,169,161)
#D0B1AA
(208,177,170)
#D5B9B3
(213,185,179)
#DAC1BC
(218,193,188)
#DFC9C5
(223,201,197)
#E4D1CE
(228,209,206)
#E9D9D7
(233,217,215)
#EEE1E0
(238,225,224)
#F3E9E9
(243,233,233)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A198 color. Also use rgb(198,161,152) instead hex code.

Text Font Color

.myTextColor { color: #C6A198; }

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

This text font color is #C6A198.


Background Color

.myBgColor { background-color: #C6A198; }

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

This div background color is #C6A198.


Border color

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

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

This div border color is #C6A198.


Opacity

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

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

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

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

This text has shadow with #C6A198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A198 on black background.


Color preview on white background

This text has color #C6A198 on white background.



Black color preview on #C6A198 background

This text has black color on #C6A198 background.


White color preview on #C6A198 background

This text has white color on #C6A198 background.