COLOR #C9698A

HEX: #C9698A RGB: (201,105,138)

Color info

#C9698A contains mainly red color. Web safe color of #C9698A is #CC6699 (or #C69).

RGB color model

#C9698A color RGB value is (201,105,138).

RGB: (201,105,138) (79%, 41%, 54%)

RGB channels and saturation

R 201 of 255 = 79%
G 105 of 255 = 41%
B 138 of 255 = 54%

201
105
138

R + G + B ~ 58%. #C9698A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 105 + 138 = 444 (100%)
R 201 of 444 ~ 45.27%
G 105 of 444 ~ 23.65%
B 138 of 444 ~ 31.08'%

%45.27
%23.65
%31.08

CMYK color model

#C9698A color CMYK value is (0,48,31,21).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 31.34%
  • key color value is 21.18%

CMYK: (0,48,31,21)
C0M48Y31K21 (0%, 48%, 31%, 21%)
(0.00 / 0.48 / 0.31 / 0.21)

CMYK percentages

%0
%47.76
%31.34
%21.18

Codes

Color #C9698A in popluar color models

C9 69 8A
RGB 201 105 138
HSL 339° 47.06% 60.00%
HSB/HSV 339° 47.76% 78.82%
CMYK 0.00% 47.76% 31.34%
21.18%

Color #C9698A in popluar number systems.

HEX C9 69 8A
Decimal 201 105 138
Binary 11001001 1101001 10001010
Octal 311 151 212

Shades and tints

Shades of #C9698A

#C9698A
(201,105,138)
#B7607E
(183,96,126)
#A55772
(165,87,114)
#934E66
(147,78,102)
#81455A
(129,69,90)
#6F3C4E
(111,60,78)
#5D3342
(93,51,66)
#4B2A36
(75,42,54)
#39212A
(57,33,42)
#27181E
(39,24,30)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #C9698A

#C9698A
(201,105,138)
#CD7694
(205,118,148)
#D1839E
(209,131,158)
#D590A8
(213,144,168)
#D99DB2
(217,157,178)
#DDAABC
(221,170,188)
#E1B7C6
(225,183,198)
#E5C4D0
(229,196,208)
#E9D1DA
(233,209,218)
#EDDEE4
(237,222,228)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9698A color. Also use rgb(201,105,138) instead hex code.

Text Font Color

.myTextColor { color: #C9698A; }

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

This text font color is #C9698A.

Background Color

.myBgColor { background-color: #C9698A; }

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

This div background color is #C9698A.

Border color

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

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

This div border color is #C9698A.

Opacity

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

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

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

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

This text has shadow with #C9698A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9698A.

Preview

Color preview on black background

This text has color #C9698A on black background.


Color preview on white background

This text has color #C9698A on white background.


Black color preview on #C9698A background

This text has black color on #C9698A background.


White color preview on #C9698A background

This text has white color on #C9698A background.


Related colors

Complementary color

Complementary color for #hex is #369675.


I love getcolorcode.com

Triadic colors

1 #8AC969 and #698AC9 with #C9698A are triadic colors.

2 #8A69C9 and #69C98A with #C9698A are triadic colors.