COLOR #C69F71

HEX: #C69F71
RGB: (198,159,113)

Color info

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

RGB color model

#C69F71 color RGB value is (198,159,113).

  • red value is 198;
  • green value is 159;
  • blue value is 113.
RGB:
(198,159,113)
(78%,62%,44%)

RGB channels and saturation

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

198
159
113

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

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 113 = 470 (100%)
R 198 of 470 ~ 42.13%
G 159 of 470 ~ 33.83%
B 113 of 470 ~ 24.04%

%42.13
%33.83
%24.04

CMYK color model

#C69F71 color CMYK value is (0,20,43,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 42.93%
  • key color value is 22.35%
CMYK:
(0,20,43,22)
C0M20Y43K22 
(0%,20%,43%,22%)
(0.00/0.20/0.43/0.22)	

CMYK percentages

%0
%19.7
%42.93
%22.35

Codes

Color #C69F71 in popluar color models

C69F71
RGB198159113
HSL32°42.71%60.98%
HSB/HSV32°42.93%77.65%
CMYK0.00%19.70%42.93%
22.35%

Color #C69F71 in popluar number systems.

HEXC69F71
Decimal198159113
Binary11000110100111111110001
Octal306237161

Shades and tints

Shades of #C69F71

#C69F71
(198,159,113)
#B49167
(180,145,103)
#A2835D
(162,131,93)
#907553
(144,117,83)
#7E6749
(126,103,73)
#6C593F
(108,89,63)
#5A4B35
(90,75,53)
#483D2B
(72,61,43)
#362F21
(54,47,33)
#242117
(36,33,23)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #C69F71

#C69F71
(198,159,113)
#CBA77D
(203,167,125)
#D0AF89
(208,175,137)
#D5B795
(213,183,149)
#DABFA1
(218,191,161)
#DFC7AD
(223,199,173)
#E4CFB9
(228,207,185)
#E9D7C5
(233,215,197)
#EEDFD1
(238,223,209)
#F3E7DD
(243,231,221)
#F8EFE9
(248,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69F71; }

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

This text font color is #C69F71.


Background Color

.myBgColor { background-color: #C69F71; }

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

This div background color is #C69F71.


Border color

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

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

This div border color is #C69F71.


Opacity

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

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

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

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

This text has shadow with #C69F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69F71 on black background.


Color preview on white background

This text has color #C69F71 on white background.



Black color preview on #C69F71 background

This text has black color on #C69F71 background.


White color preview on #C69F71 background

This text has white color on #C69F71 background.