COLOR #C9696F

HEX: #C9696F RGB: (201,105,111)

Color info

#C9696F contains mainly red color. Web safe color of #C9696F is #CC6666 (or #C66).

RGB color model

#C9696F color RGB value is (201,105,111).

RGB: (201,105,111) (79%, 41%, 44%)

RGB channels and saturation

R 201 of 255 = 79%
G 105 of 255 = 41%
B 111 of 255 = 44%

201
105
111

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

Portions of RGB colors in percentages

R + G + B = 201 + 105 + 111 = 417 (100%)
R 201 of 417 ~ 48.2%
G 105 of 417 ~ 25.18%
B 111 of 417 ~ 26.62'%

%48.2
%25.18
%26.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 44.78%
  • key color value is 21.18%
CMYK: (0,48,45,21) C0M48Y45K21 (0%,48%,45%,21%) (0.00/0.48/0.45/0.21) 

CMYK percentages

%0
%47.76
%44.78
%21.18

Codes

Color #C9696F in popluar color models

C9 69 6F
RGB 201 105 111
HSL 356° 47.06% 60.00%
HSB/HSV 356° 47.76% 78.82%
CMYK 0.00% 47.76% 44.78%
21.18%

Color #C9696F in popluar number systems.

HEX C9 69 6F
Decimal 201 105 111
Binary 11001001 1101001 1101111
Octal 311 151 157

Shades and tints

Shades of #C9696F

#C9696F
(201,105,111)
#B76065
(183,96,101)
#A5575B
(165,87,91)
#934E51
(147,78,81)
#814547
(129,69,71)
#6F3C3D
(111,60,61)
#5D3333
(93,51,51)
#4B2A29
(75,42,41)
#39211F
(57,33,31)
#271815
(39,24,21)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #C9696F

#C9696F
(201,105,111)
#CD767C
(205,118,124)
#D18389
(209,131,137)
#D59096
(213,144,150)
#D99DA3
(217,157,163)
#DDAAB0
(221,170,176)
#E1B7BD
(225,183,189)
#E5C4CA
(229,196,202)
#E9D1D7
(233,209,215)
#EDDEE4
(237,222,228)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9696F; }

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

This text font color is #C9696F.

Background Color

.myBgColor { background-color: #C9696F; }

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

This div background color is #C9696F.

Border color

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

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

This div border color is #C9696F.

Opacity

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

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

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

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

This text has shadow with #C9696F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9696F.

Preview

Color preview on black background

This text has color #C9696F on black background.


Color preview on white background

This text has color #C9696F on white background.


Black color preview on #C9696F background

This text has black color on #C9696F background.


White color preview on #C9696F background

This text has white color on #C9696F background.


Related colors

Complementary color

Complementary color for #hex is #369690.


I love getcolorcode.com

Triadic colors

1 #6FC969 and #696FC9 with #C9696F are triadic colors.

2 #6F69C9 and #69C96F with #C9696F are triadic colors.