COLOR #C2969A

HEX: #C2969A RGB: (194,150,154)

Color info

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

RGB color model

#C2969A color RGB value is (194,150,154).

RGB: (194,150,154) (76%, 59%, 60%)

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 154 of 255 = 60%

194
150
154

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

Portions of RGB colors in percentages

R + G + B = 194 + 150 + 154 = 498 (100%)
R 194 of 498 ~ 38.96%
G 150 of 498 ~ 30.12%
B 154 of 498 ~ 30.92'%

%38.96
%30.12
%30.92

CMYK color model

#C2969A color CMYK value is (0,23,21,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 20.62%
  • key color value is 23.92%
CMYK: (0,23,21,24) C0M23Y21K24 (0%,23%,21%,24%) (0.00/0.23/0.21/0.24) 

CMYK percentages

%0
%22.68
%20.62
%23.92

Codes

Color #C2969A in popluar color models

C2 96 9A
RGB 194 150 154
HSL 355° 26.51% 67.45%
HSB/HSV 355° 22.68% 76.08%
CMYK 0.00% 22.68% 20.62%
23.92%

Color #C2969A in popluar number systems.

HEX C2 96 9A
Decimal 194 150 154
Binary 11000010 10010110 10011010
Octal 302 226 232

Shades and tints

Shades of #C2969A

#C2969A
(194,150,154)
#B1898C
(177,137,140)
#A07C7E
(160,124,126)
#8F6F70
(143,111,112)
#7E6262
(126,98,98)
#6D5554
(109,85,84)
#5C4846
(92,72,70)
#4B3B38
(75,59,56)
#3A2E2A
(58,46,42)
#29211C
(41,33,28)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #C2969A

#C2969A
(194,150,154)
#C79FA3
(199,159,163)
#CCA8AC
(204,168,172)
#D1B1B5
(209,177,181)
#D6BABE
(214,186,190)
#DBC3C7
(219,195,199)
#E0CCD0
(224,204,208)
#E5D5D9
(229,213,217)
#EADEE2
(234,222,226)
#EFE7EB
(239,231,235)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2969A color. Also use rgb(194,150,154) instead hex code.

Text Font Color

.myTextColor { color: #C2969A; }

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

This text font color is #C2969A.

Background Color

.myBgColor { background-color: #C2969A; }

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

This div background color is #C2969A.

Border color

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

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

This div border color is #C2969A.

Opacity

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

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

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

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

This text has shadow with #C2969A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2969A.

Preview

Color preview on black background

This text has color #C2969A on black background.


Color preview on white background

This text has color #C2969A on white background.


Black color preview on #C2969A background

This text has black color on #C2969A background.


White color preview on #C2969A background

This text has white color on #C2969A background.


Related colors

Complementary color

Complementary color for #hex is #3D6965.


I love getcolorcode.com

Triadic colors

1 #9AC296 and #969AC2 with #C2969A are triadic colors.

2 #9A96C2 and #96C29A with #C2969A are triadic colors.