COLOR #C69D71

HEX: #C69D71 RGB: (198,157,113)

Color info

#C69D71 contains mainly red and green colors. Web safe color of #C69D71 is #CC9966 (or #C96).

RGB color model

#C69D71 color RGB value is (198,157,113).

RGB: (198,157,113) (78%, 62%, 44%)

RGB channels and saturation

R 198 of 255 = 78%
G 157 of 255 = 62%
B 113 of 255 = 44%

198
157
113

R + G + B ~ 61%. #C69D71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 157 + 113 = 468 (100%)
R 198 of 468 ~ 42.31%
G 157 of 468 ~ 33.55%
B 113 of 468 ~ 24.15'%

%42.31
%33.55
%24.15

CMYK color model

#C69D71 color CMYK value is (0,21,43,22).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 42.93%
  • key color value is 22.35%

CMYK: (0,21,43,22)
C0M21Y43K22 (0%, 21%, 43%, 22%)
(0.00 / 0.21 / 0.43 / 0.22)

CMYK percentages

%0
%20.71
%42.93
%22.35

Codes

Color #C69D71 in popluar color models

C6 9D 71
RGB 198 157 113
HSL 31° 42.71% 60.98%
HSB/HSV 31° 42.93% 77.65%
CMYK 0.00% 20.71% 42.93%
22.35%

Color #C69D71 in popluar number systems.

HEX C6 9D 71
Decimal 198 157 113
Binary 11000110 10011101 1110001
Octal 306 235 161

Shades and tints

Shades of #C69D71

#C69D71
(198,157,113)
#B48F67
(180,143,103)
#A2815D
(162,129,93)
#907353
(144,115,83)
#7E6549
(126,101,73)
#6C573F
(108,87,63)
#5A4935
(90,73,53)
#483B2B
(72,59,43)
#362D21
(54,45,33)
#241F17
(36,31,23)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #C69D71

#C69D71
(198,157,113)
#CBA57D
(203,165,125)
#D0AD89
(208,173,137)
#D5B595
(213,181,149)
#DABDA1
(218,189,161)
#DFC5AD
(223,197,173)
#E4CDB9
(228,205,185)
#E9D5C5
(233,213,197)
#EEDDD1
(238,221,209)
#F3E5DD
(243,229,221)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69D71 color. Also use rgb(198,157,113) instead hex code.

Text Font Color

.myTextColor { color: #C69D71; }

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

This text font color is #C69D71.

Background Color

.myBgColor { background-color: #C69D71; }

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

This div background color is #C69D71.

Border color

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

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

This div border color is #C69D71.

Opacity

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

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

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

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

This text has shadow with #C69D71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69D71.

Preview

Color preview on black background

This text has color #C69D71 on black background.


Color preview on white background

This text has color #C69D71 on white background.


Black color preview on #C69D71 background

This text has black color on #C69D71 background.


White color preview on #C69D71 background

This text has white color on #C69D71 background.


Related colors

Complementary color

Complementary color for #hex is #39628E.


I love getcolorcode.com

Triadic colors

1 #71C69D and #9D71C6 with #C69D71 are triadic colors.

2 #719DC6 and #9DC671 with #C69D71 are triadic colors.