COLOR #C9699F

HEX: #C9699F RGB: (201,105,159)

Color info

#C9699F contains mainly red and blue colors. Web safe color of #C9699F is #CC6699 (or #C69).

RGB color model

#C9699F color RGB value is (201,105,159).

RGB: (201,105,159) (79%, 41%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 105 of 255 = 41%
B 159 of 255 = 62%

201
105
159

R + G + B ~ 61%. #C9699F is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 105 + 159 = 465 (100%)
R 201 of 465 ~ 43.23%
G 105 of 465 ~ 22.58%
B 159 of 465 ~ 34.19'%

%43.23
%22.58
%34.19

CMYK color model

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

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

CMYK: (0,48,21,21)
C0M48Y21K21 (0%, 48%, 21%, 21%)
(0.00 / 0.48 / 0.21 / 0.21)

CMYK percentages

%0
%47.76
%20.9
%21.18

Codes

Color #C9699F in popluar color models

C9 69 9F
RGB 201 105 159
HSL 326° 47.06% 60.00%
HSB/HSV 326° 47.76% 78.82%
CMYK 0.00% 47.76% 20.90%
21.18%

Color #C9699F in popluar number systems.

HEX C9 69 9F
Decimal 201 105 159
Binary 11001001 1101001 10011111
Octal 311 151 237

Shades and tints

Shades of #C9699F

#C9699F
(201,105,159)
#B76091
(183,96,145)
#A55783
(165,87,131)
#934E75
(147,78,117)
#814567
(129,69,103)
#6F3C59
(111,60,89)
#5D334B
(93,51,75)
#4B2A3D
(75,42,61)
#39212F
(57,33,47)
#271821
(39,24,33)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #C9699F

#C9699F
(201,105,159)
#CD76A7
(205,118,167)
#D183AF
(209,131,175)
#D590B7
(213,144,183)
#D99DBF
(217,157,191)
#DDAAC7
(221,170,199)
#E1B7CF
(225,183,207)
#E5C4D7
(229,196,215)
#E9D1DF
(233,209,223)
#EDDEE7
(237,222,231)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9699F; }

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

This text font color is #C9699F.

Background Color

.myBgColor { background-color: #C9699F; }

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

This div background color is #C9699F.

Border color

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

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

This div border color is #C9699F.

Opacity

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

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

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

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

This text has shadow with #C9699F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9699F.

Preview

Color preview on black background

This text has color #C9699F on black background.


Color preview on white background

This text has color #C9699F on white background.


Black color preview on #C9699F background

This text has black color on #C9699F background.


White color preview on #C9699F background

This text has white color on #C9699F background.


Related colors

Complementary color

Complementary color for #hex is #369660.


I love getcolorcode.com

Triadic colors

1 #9FC969 and #699FC9 with #C9699F are triadic colors.

2 #9F69C9 and #69C99F with #C9699F are triadic colors.