COLOR #C6A490

HEX: #C6A490
RGB: (198,164,144)

Color info

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

RGB color model

#C6A490 color RGB value is (198,164,144).

  • red value is 198;
  • green value is 164;
  • blue value is 144.
RGB:
(198,164,144)
(78%,64%,56%)

RGB channels and saturation

R 198 of 255 = 78%
G 164 of 255 = 64%
B 144 of 255 = 56%

198
164
144

R + G + B ~ 66%. #C6A490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 164 + 144 = 506 (100%)
R 198 of 506 ~ 39.13%
G 164 of 506 ~ 32.41%
B 144 of 506 ~ 28.46%

%39.13
%32.41
%28.46

CMYK color model

#C6A490 color CMYK value is (0,17,27,22).

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,17,27,22)
C0M17Y27K22 
(0%,17%,27%,22%)
(0.00/0.17/0.27/0.22)	

CMYK percentages

%0
%17.17
%27.27
%22.35

Codes

Color #C6A490 in popluar color models

C6A490
RGB198164144
HSL22°32.14%67.06%
HSB/HSV22°27.27%77.65%
CMYK0.00%17.17%27.27%
22.35%

Color #C6A490 in popluar number systems.

HEXC6A490
Decimal198164144
Binary110001101010010010010000
Octal306244220

Shades and tints

Shades of #C6A490

#C6A490
(198,164,144)
#B49683
(180,150,131)
#A28876
(162,136,118)
#907A69
(144,122,105)
#7E6C5C
(126,108,92)
#6C5E4F
(108,94,79)
#5A5042
(90,80,66)
#484235
(72,66,53)
#363428
(54,52,40)
#24261B
(36,38,27)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #C6A490

#C6A490
(198,164,144)
#CBAC9A
(203,172,154)
#D0B4A4
(208,180,164)
#D5BCAE
(213,188,174)
#DAC4B8
(218,196,184)
#DFCCC2
(223,204,194)
#E4D4CC
(228,212,204)
#E9DCD6
(233,220,214)
#EEE4E0
(238,228,224)
#F3ECEA
(243,236,234)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A490 color. Also use rgb(198,164,144) instead hex code.

Text Font Color

.myTextColor { color: #C6A490; }

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

This text font color is #C6A490.


Background Color

.myBgColor { background-color: #C6A490; }

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

This div background color is #C6A490.


Border color

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

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

This div border color is #C6A490.


Opacity

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

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

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

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

This text has shadow with #C6A490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A490 on black background.


Color preview on white background

This text has color #C6A490 on white background.



Black color preview on #C6A490 background

This text has black color on #C6A490 background.


White color preview on #C6A490 background

This text has white color on #C6A490 background.