COLOR #C69772

HEX: #C69772
RGB: (198,151,114)

Color info

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

RGB color model

#C69772 color RGB value is (198,151,114).

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

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 114 of 255 = 45%

198
151
114

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

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 114 = 463 (100%)
R 198 of 463 ~ 42.76%
G 151 of 463 ~ 32.61%
B 114 of 463 ~ 24.62%

%42.76
%32.61
%24.62

CMYK color model

#C69772 color CMYK value is (0,24,42,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 42.42%
  • key color value is 22.35%
CMYK:
(0,24,42,22)
C0M24Y42K22 
(0%,24%,42%,22%)
(0.00/0.24/0.42/0.22)	

CMYK percentages

%0
%23.74
%42.42
%22.35

Codes

Color #C69772 in popluar color models

C69772
RGB198151114
HSL26°42.42%61.18%
HSB/HSV26°42.42%77.65%
CMYK0.00%23.74%42.42%
22.35%

Color #C69772 in popluar number systems.

HEXC69772
Decimal198151114
Binary11000110100101111110010
Octal306227162

Shades and tints

Shades of #C69772

#C69772
(198,151,114)
#B48A68
(180,138,104)
#A27D5E
(162,125,94)
#907054
(144,112,84)
#7E634A
(126,99,74)
#6C5640
(108,86,64)
#5A4936
(90,73,54)
#483C2C
(72,60,44)
#362F22
(54,47,34)
#242218
(36,34,24)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #C69772

#C69772
(198,151,114)
#CBA07E
(203,160,126)
#D0A98A
(208,169,138)
#D5B296
(213,178,150)
#DABBA2
(218,187,162)
#DFC4AE
(223,196,174)
#E4CDBA
(228,205,186)
#E9D6C6
(233,214,198)
#EEDFD2
(238,223,210)
#F3E8DE
(243,232,222)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69772; }

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

This text font color is #C69772.


Background Color

.myBgColor { background-color: #C69772; }

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

This div background color is #C69772.


Border color

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

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

This div border color is #C69772.


Opacity

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

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

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

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

This text has shadow with #C69772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69772 on black background.


Color preview on white background

This text has color #C69772 on white background.



Black color preview on #C69772 background

This text has black color on #C69772 background.


White color preview on #C69772 background

This text has white color on #C69772 background.