COLOR #C696A6

HEX: #C696A6 RGB: (198,150,166)

Color info

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

RGB color model

#C696A6 color RGB value is (198,150,166).

RGB: (198,150,166) (78%, 59%, 65%)

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 166 of 255 = 65%

198
150
166

R + G + B ~ 67%. #C696A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 150 + 166 = 514 (100%)
R 198 of 514 ~ 38.52%
G 150 of 514 ~ 29.18%
B 166 of 514 ~ 32.3'%

%38.52
%29.18
%32.3

CMYK color model

#C696A6 color CMYK value is (0,24,16,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 16.16%
  • key color value is 22.35%
CMYK: (0,24,16,22) C0M24Y16K22 (0%,24%,16%,22%) (0.00/0.24/0.16/0.22) 

CMYK percentages

%0
%24.24
%16.16
%22.35

Codes

Color #C696A6 in popluar color models

C6 96 A6
RGB 198 150 166
HSL 340° 29.63% 68.24%
HSB/HSV 340° 24.24% 77.65%
CMYK 0.00% 24.24% 16.16%
22.35%

Color #C696A6 in popluar number systems.

HEX C6 96 A6
Decimal 198 150 166
Binary 11000110 10010110 10100110
Octal 306 226 246

Shades and tints

Shades of #C696A6

#C696A6
(198,150,166)
#B48997
(180,137,151)
#A27C88
(162,124,136)
#906F79
(144,111,121)
#7E626A
(126,98,106)
#6C555B
(108,85,91)
#5A484C
(90,72,76)
#483B3D
(72,59,61)
#362E2E
(54,46,46)
#24211F
(36,33,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #C696A6

#C696A6
(198,150,166)
#CB9FAE
(203,159,174)
#D0A8B6
(208,168,182)
#D5B1BE
(213,177,190)
#DABAC6
(218,186,198)
#DFC3CE
(223,195,206)
#E4CCD6
(228,204,214)
#E9D5DE
(233,213,222)
#EEDEE6
(238,222,230)
#F3E7EE
(243,231,238)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C696A6 color. Also use rgb(198,150,166) instead hex code.

Text Font Color

.myTextColor { color: #C696A6; }

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

This text font color is #C696A6.

Background Color

.myBgColor { background-color: #C696A6; }

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

This div background color is #C696A6.

Border color

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

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

This div border color is #C696A6.

Opacity

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

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

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

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

This text has shadow with #C696A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C696A6.

Preview

Color preview on black background

This text has color #C696A6 on black background.


Color preview on white background

This text has color #C696A6 on white background.


Black color preview on #C696A6 background

This text has black color on #C696A6 background.


White color preview on #C696A6 background

This text has white color on #C696A6 background.


Related colors

Complementary color

Complementary color for #hex is #396959.


I love getcolorcode.com

Triadic colors

1 #A6C696 and #96A6C6 with #C696A6 are triadic colors.

2 #A696C6 and #96C6A6 with #C696A6 are triadic colors.