COLOR #C69979

HEX: #C69979
RGB: (198,153,121)

Color info

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

RGB color model

#C69979 color RGB value is (198,153,121).

  • red value is 198;
  • green value is 153;
  • blue value is 121.
RGB:
(198,153,121)
(78%,60%,47%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 121 of 255 = 47%

198
153
121

R + G + B ~ 62%. #C69979 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 121 = 472 (100%)
R 198 of 472 ~ 41.95%
G 153 of 472 ~ 32.42%
B 121 of 472 ~ 25.64%

%41.95
%32.42
%25.64

CMYK color model

#C69979 color CMYK value is (0,23,39,22).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 38.89%
  • key color value is 22.35%
CMYK:
(0,23,39,22)
C0M23Y39K22 
(0%,23%,39%,22%)
(0.00/0.23/0.39/0.22)	

CMYK percentages

%0
%22.73
%38.89
%22.35

Codes

Color #C69979 in popluar color models

C69979
RGB198153121
HSL25°40.31%62.55%
HSB/HSV25°38.89%77.65%
CMYK0.00%22.73%38.89%
22.35%

Color #C69979 in popluar number systems.

HEXC69979
Decimal198153121
Binary11000110100110011111001
Octal306231171

Shades and tints

Shades of #C69979

#C69979
(198,153,121)
#B48C6E
(180,140,110)
#A27F63
(162,127,99)
#907258
(144,114,88)
#7E654D
(126,101,77)
#6C5842
(108,88,66)
#5A4B37
(90,75,55)
#483E2C
(72,62,44)
#363121
(54,49,33)
#242416
(36,36,22)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #C69979

#C69979
(198,153,121)
#CBA285
(203,162,133)
#D0AB91
(208,171,145)
#D5B49D
(213,180,157)
#DABDA9
(218,189,169)
#DFC6B5
(223,198,181)
#E4CFC1
(228,207,193)
#E9D8CD
(233,216,205)
#EEE1D9
(238,225,217)
#F3EAE5
(243,234,229)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69979 color. Also use rgb(198,153,121) instead hex code.

Text Font Color

.myTextColor { color: #C69979; }

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

This text font color is #C69979.


Background Color

.myBgColor { background-color: #C69979; }

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

This div background color is #C69979.


Border color

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

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

This div border color is #C69979.


Opacity

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

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

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

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

This text has shadow with #C69979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69979 on black background.


Color preview on white background

This text has color #C69979 on white background.



Black color preview on #C69979 background

This text has black color on #C69979 background.


White color preview on #C69979 background

This text has white color on #C69979 background.