COLOR #C69A87

HEX: #C69A87 RGB: (198,154,135)

Color info

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

RGB color model

#C69A87 color RGB value is (198,154,135).

RGB: (198,154,135) (78%, 60%, 53%)

RGB channels and saturation

R 198 of 255 = 78%
G 154 of 255 = 60%
B 135 of 255 = 53%

198
154
135

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

Portions of RGB colors in percentages

R + G + B = 198 + 154 + 135 = 487 (100%)
R 198 of 487 ~ 40.66%
G 154 of 487 ~ 31.62%
B 135 of 487 ~ 27.72'%

%40.66
%31.62
%27.72

CMYK color model

#C69A87 color CMYK value is (0,22,32,22).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 31.82%
  • key color value is 22.35%

CMYK: (0,22,32,22)
C0M22Y32K22 (0%, 22%, 32%, 22%)
(0.00 / 0.22 / 0.32 / 0.22)

CMYK percentages

%0
%22.22
%31.82
%22.35

Codes

Color #C69A87 in popluar color models

C6 9A 87
RGB 198 154 135
HSL 18° 35.59% 65.29%
HSB/HSV 18° 31.82% 77.65%
CMYK 0.00% 22.22% 31.82%
22.35%

Color #C69A87 in popluar number systems.

HEX C6 9A 87
Decimal 198 154 135
Binary 11000110 10011010 10000111
Octal 306 232 207

Shades and tints

Shades of #C69A87

#C69A87
(198,154,135)
#B48C7B
(180,140,123)
#A27E6F
(162,126,111)
#907063
(144,112,99)
#7E6257
(126,98,87)
#6C544B
(108,84,75)
#5A463F
(90,70,63)
#483833
(72,56,51)
#362A27
(54,42,39)
#241C1B
(36,28,27)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #C69A87

#C69A87
(198,154,135)
#CBA391
(203,163,145)
#D0AC9B
(208,172,155)
#D5B5A5
(213,181,165)
#DABEAF
(218,190,175)
#DFC7B9
(223,199,185)
#E4D0C3
(228,208,195)
#E9D9CD
(233,217,205)
#EEE2D7
(238,226,215)
#F3EBE1
(243,235,225)
#F8F4EB
(248,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69A87 color. Also use rgb(198,154,135) instead hex code.

Text Font Color

.myTextColor { color: #C69A87; }

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

This text font color is #C69A87.

Background Color

.myBgColor { background-color: #C69A87; }

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

This div background color is #C69A87.

Border color

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

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

This div border color is #C69A87.

Opacity

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

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

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

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

This text has shadow with #C69A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69A87.

Preview

Color preview on black background

This text has color #C69A87 on black background.


Color preview on white background

This text has color #C69A87 on white background.


Black color preview on #C69A87 background

This text has black color on #C69A87 background.


White color preview on #C69A87 background

This text has white color on #C69A87 background.


Related colors

Complementary color

Complementary color for #hex is #396578.


I love getcolorcode.com

Triadic colors

1 #87C69A and #9A87C6 with #C69A87 are triadic colors.

2 #879AC6 and #9AC687 with #C69A87 are triadic colors.