COLOR #C69770

HEX: #C69770
RGB: (198,151,112)

Color info

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

RGB color model

#C69770 color RGB value is (198,151,112).

  • red value is 198;
  • green value is 151;
  • blue value is 112.
RGB:
(198,151,112)
(78%,59%,44%)

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 112 of 255 = 44%

198
151
112

R + G + B ~ 60%. #C69770 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 112 = 461 (100%)
R 198 of 461 ~ 42.95%
G 151 of 461 ~ 32.75%
B 112 of 461 ~ 24.3%

%42.95
%32.75
%24.3

CMYK color model

#C69770 color CMYK value is (0,24,43,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 43.43%
  • key color value is 22.35%
CMYK:
(0,24,43,22)
C0M24Y43K22 
(0%,24%,43%,22%)
(0.00/0.24/0.43/0.22)	

CMYK percentages

%0
%23.74
%43.43
%22.35

Codes

Color #C69770 in popluar color models

C69770
RGB198151112
HSL27°43.00%60.78%
HSB/HSV27°43.43%77.65%
CMYK0.00%23.74%43.43%
22.35%

Color #C69770 in popluar number systems.

HEXC69770
Decimal198151112
Binary11000110100101111110000
Octal306227160

Shades and tints

Shades of #C69770

#C69770
(198,151,112)
#B48A66
(180,138,102)
#A27D5C
(162,125,92)
#907052
(144,112,82)
#7E6348
(126,99,72)
#6C563E
(108,86,62)
#5A4934
(90,73,52)
#483C2A
(72,60,42)
#362F20
(54,47,32)
#242216
(36,34,22)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #C69770

#C69770
(198,151,112)
#CBA07D
(203,160,125)
#D0A98A
(208,169,138)
#D5B297
(213,178,151)
#DABBA4
(218,187,164)
#DFC4B1
(223,196,177)
#E4CDBE
(228,205,190)
#E9D6CB
(233,214,203)
#EEDFD8
(238,223,216)
#F3E8E5
(243,232,229)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69770 color. Also use rgb(198,151,112) instead hex code.

Text Font Color

.myTextColor { color: #C69770; }

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

This text font color is #C69770.


Background Color

.myBgColor { background-color: #C69770; }

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

This div background color is #C69770.


Border color

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

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

This div border color is #C69770.


Opacity

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

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

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

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

This text has shadow with #C69770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69770 on black background.


Color preview on white background

This text has color #C69770 on white background.



Black color preview on #C69770 background

This text has black color on #C69770 background.


White color preview on #C69770 background

This text has white color on #C69770 background.