COLOR #C69895

HEX: #C69895 RGB: (198,152,149)

Color info

#C69895 contains red, green and blue colors in about the same proportion. Web safe color of #C69895 is #CC9999 (or #C99).

RGB color model

#C69895 color RGB value is (198,152,149).

RGB: (198,152,149) (78%, 60%, 58%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 149 of 255 = 58%

198
152
149

R + G + B ~ 65%. #C69895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 152 + 149 = 499 (100%)
R 198 of 499 ~ 39.68%
G 152 of 499 ~ 30.46%
B 149 of 499 ~ 29.86'%

%39.68
%30.46
%29.86

CMYK color model

#C69895 color CMYK value is (0,23,25,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK: (0,23,25,22) C0M23Y25K22 (0%,23%,25%,22%) (0.00/0.23/0.25/0.22) 

CMYK percentages

%0
%23.23
%24.75
%22.35

Codes

Color #C69895 in popluar color models

C6 98 95
RGB 198 152 149
HSL 30.06% 68.04%
HSB/HSV 24.75% 77.65%
CMYK 0.00% 23.23% 24.75%
22.35%

Color #C69895 in popluar number systems.

HEX C6 98 95
Decimal 198 152 149
Binary 11000110 10011000 10010101
Octal 306 230 225

Shades and tints

Shades of #C69895

#C69895
(198,152,149)
#B48B88
(180,139,136)
#A27E7B
(162,126,123)
#90716E
(144,113,110)
#7E6461
(126,100,97)
#6C5754
(108,87,84)
#5A4A47
(90,74,71)
#483D3A
(72,61,58)
#36302D
(54,48,45)
#242320
(36,35,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C69895

#C69895
(198,152,149)
#CBA19E
(203,161,158)
#D0AAA7
(208,170,167)
#D5B3B0
(213,179,176)
#DABCB9
(218,188,185)
#DFC5C2
(223,197,194)
#E4CECB
(228,206,203)
#E9D7D4
(233,215,212)
#EEE0DD
(238,224,221)
#F3E9E6
(243,233,230)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69895; }

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

This text font color is #C69895.

Background Color

.myBgColor { background-color: #C69895; }

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

This div background color is #C69895.

Border color

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

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

This div border color is #C69895.

Opacity

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

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

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

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

This text has shadow with #C69895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69895.

Preview

Color preview on black background

This text has color #C69895 on black background.


Color preview on white background

This text has color #C69895 on white background.


Black color preview on #C69895 background

This text has black color on #C69895 background.


White color preview on #C69895 background

This text has white color on #C69895 background.


Related colors

Complementary color

Complementary color for #hex is #39676A.


I love getcolorcode.com

Triadic colors

1 #95C698 and #9895C6 with #C69895 are triadic colors.

2 #9598C6 and #98C695 with #C69895 are triadic colors.