COLOR #C6A79B

HEX: #C6A79B RGB: (198,167,155)

Color info

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

RGB color model

#C6A79B color RGB value is (198,167,155).

RGB: (198,167,155) (78%, 65%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 155 of 255 = 61%

198
167
155

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

Portions of RGB colors in percentages

R + G + B = 198 + 167 + 155 = 520 (100%)
R 198 of 520 ~ 38.08%
G 167 of 520 ~ 32.12%
B 155 of 520 ~ 29.81'%

%38.08
%32.12
%29.81

CMYK color model

#C6A79B color CMYK value is (0,16,22,22).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 21.72%
  • key color value is 22.35%

CMYK: (0,16,22,22)
C0M16Y22K22 (0%, 16%, 22%, 22%)
(0.00 / 0.16 / 0.22 / 0.22)

CMYK percentages

%0
%15.66
%21.72
%22.35

Codes

Color #C6A79B in popluar color models

C6 A7 9B
RGB 198 167 155
HSL 17° 27.39% 69.22%
HSB/HSV 17° 21.72% 77.65%
CMYK 0.00% 15.66% 21.72%
22.35%

Color #C6A79B in popluar number systems.

HEX C6 A7 9B
Decimal 198 167 155
Binary 11000110 10100111 10011011
Octal 306 247 233

Shades and tints

Shades of #C6A79B

#C6A79B
(198,167,155)
#B4988D
(180,152,141)
#A2897F
(162,137,127)
#907A71
(144,122,113)
#7E6B63
(126,107,99)
#6C5C55
(108,92,85)
#5A4D47
(90,77,71)
#483E39
(72,62,57)
#362F2B
(54,47,43)
#24201D
(36,32,29)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #C6A79B

#C6A79B
(198,167,155)
#CBAFA4
(203,175,164)
#D0B7AD
(208,183,173)
#D5BFB6
(213,191,182)
#DAC7BF
(218,199,191)
#DFCFC8
(223,207,200)
#E4D7D1
(228,215,209)
#E9DFDA
(233,223,218)
#EEE7E3
(238,231,227)
#F3EFEC
(243,239,236)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A79B color. Also use rgb(198,167,155) instead hex code.

Text Font Color

.myTextColor { color: #C6A79B; }

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

This text font color is #C6A79B.

Background Color

.myBgColor { background-color: #C6A79B; }

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

This div background color is #C6A79B.

Border color

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

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

This div border color is #C6A79B.

Opacity

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

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

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

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

This text has shadow with #C6A79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A79B.

Preview

Color preview on black background

This text has color #C6A79B on black background.


Color preview on white background

This text has color #C6A79B on white background.


Black color preview on #C6A79B background

This text has black color on #C6A79B background.


White color preview on #C6A79B background

This text has white color on #C6A79B background.


Related colors

Complementary color

Complementary color for #hex is #395864.


I love getcolorcode.com

Triadic colors

1 #9BC6A7 and #A79BC6 with #C6A79B are triadic colors.

2 #9BA7C6 and #A7C69B with #C6A79B are triadic colors.