COLOR #C6A899

HEX: #C6A899 RGB: (198,168,153)

Color info

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

RGB color model

#C6A899 color RGB value is (198,168,153).

RGB: (198,168,153) (78%, 66%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 168 of 255 = 66%
B 153 of 255 = 60%

198
168
153

R + G + B ~ 68%. #C6A899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 168 + 153 = 519 (100%)
R 198 of 519 ~ 38.15%
G 168 of 519 ~ 32.37%
B 153 of 519 ~ 29.48'%

%38.15
%32.37
%29.48

CMYK color model

#C6A899 color CMYK value is (0,15,23,22).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 22.73%
  • key color value is 22.35%

CMYK: (0,15,23,22)
C0M15Y23K22 (0%, 15%, 23%, 22%)
(0.00 / 0.15 / 0.23 / 0.22)

CMYK percentages

%0
%15.15
%22.73
%22.35

Codes

Color #C6A899 in popluar color models

C6 A8 99
RGB 198 168 153
HSL 20° 28.30% 68.82%
HSB/HSV 20° 22.73% 77.65%
CMYK 0.00% 15.15% 22.73%
22.35%

Color #C6A899 in popluar number systems.

HEX C6 A8 99
Decimal 198 168 153
Binary 11000110 10101000 10011001
Octal 306 250 231

Shades and tints

Shades of #C6A899

#C6A899
(198,168,153)
#B4998C
(180,153,140)
#A28A7F
(162,138,127)
#907B72
(144,123,114)
#7E6C65
(126,108,101)
#6C5D58
(108,93,88)
#5A4E4B
(90,78,75)
#483F3E
(72,63,62)
#363031
(54,48,49)
#242124
(36,33,36)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #C6A899

#C6A899
(198,168,153)
#CBAFA2
(203,175,162)
#D0B6AB
(208,182,171)
#D5BDB4
(213,189,180)
#DAC4BD
(218,196,189)
#DFCBC6
(223,203,198)
#E4D2CF
(228,210,207)
#E9D9D8
(233,217,216)
#EEE0E1
(238,224,225)
#F3E7EA
(243,231,234)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A899 color. Also use rgb(198,168,153) instead hex code.

Text Font Color

.myTextColor { color: #C6A899; }

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

This text font color is #C6A899.

Background Color

.myBgColor { background-color: #C6A899; }

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

This div background color is #C6A899.

Border color

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

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

This div border color is #C6A899.

Opacity

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

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

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

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

This text has shadow with #C6A899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A899.

Preview

Color preview on black background

This text has color #C6A899 on black background.


Color preview on white background

This text has color #C6A899 on white background.


Black color preview on #C6A899 background

This text has black color on #C6A899 background.


White color preview on #C6A899 background

This text has white color on #C6A899 background.


Related colors

Complementary color

Complementary color for #hex is #395766.


I love getcolorcode.com

Triadic colors

1 #99C6A8 and #A899C6 with #C6A899 are triadic colors.

2 #99A8C6 and #A8C699 with #C6A899 are triadic colors.