COLOR #C69889

HEX: #C69889
RGB: (198,152,137)

Color info

#C69889 contains mainly red and green colors. Web safe color of #C69889 is #CC9999 (or #C99).

RGB color model

#C69889 color RGB value is (198,152,137).

  • red value is 198;
  • green value is 152;
  • blue value is 137.
RGB:
(198,152,137)
(78%,60%,54%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 137 of 255 = 54%

198
152
137

R + G + B ~ 64%. #C69889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 152 + 137 = 487 (100%)
R 198 of 487 ~ 40.66%
G 152 of 487 ~ 31.21%
B 137 of 487 ~ 28.13%

%40.66
%31.21
%28.13

CMYK color model

#C69889 color CMYK value is (0,23,31,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 30.81%
  • key color value is 22.35%
CMYK:
(0,23,31,22)
C0M23Y31K22 
(0%,23%,31%,22%)
(0.00/0.23/0.31/0.22)	

CMYK percentages

%0
%23.23
%30.81
%22.35

Codes

Color #C69889 in popluar color models

C69889
RGB198152137
HSL15°34.86%65.69%
HSB/HSV15°30.81%77.65%
CMYK0.00%23.23%30.81%
22.35%

Color #C69889 in popluar number systems.

HEXC69889
Decimal198152137
Binary110001101001100010001001
Octal306230211

Shades and tints

Shades of #C69889

#C69889
(198,152,137)
#B48B7D
(180,139,125)
#A27E71
(162,126,113)
#907165
(144,113,101)
#7E6459
(126,100,89)
#6C574D
(108,87,77)
#5A4A41
(90,74,65)
#483D35
(72,61,53)
#363029
(54,48,41)
#24231D
(36,35,29)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C69889

#C69889
(198,152,137)
#CBA193
(203,161,147)
#D0AA9D
(208,170,157)
#D5B3A7
(213,179,167)
#DABCB1
(218,188,177)
#DFC5BB
(223,197,187)
#E4CEC5
(228,206,197)
#E9D7CF
(233,215,207)
#EEE0D9
(238,224,217)
#F3E9E3
(243,233,227)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69889 color. Also use rgb(198,152,137) instead hex code.

Text Font Color

.myTextColor { color: #C69889; }

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

This text font color is #C69889.


Background Color

.myBgColor { background-color: #C69889; }

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

This div background color is #C69889.


Border color

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

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

This div border color is #C69889.


Opacity

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

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

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

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

This text has shadow with #C69889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69889 on black background.


Color preview on white background

This text has color #C69889 on white background.



Black color preview on #C69889 background

This text has black color on #C69889 background.


White color preview on #C69889 background

This text has white color on #C69889 background.