COLOR #C2969B

HEX: #C2969B RGB: (194,150,155)

Color info

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

RGB color model

#C2969B color RGB value is (194,150,155).

RGB: (194,150,155) (76%, 59%, 61%)

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 155 of 255 = 61%

194
150
155

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

Portions of RGB colors in percentages

R + G + B = 194 + 150 + 155 = 499 (100%)
R 194 of 499 ~ 38.88%
G 150 of 499 ~ 30.06%
B 155 of 499 ~ 31.06'%

%38.88
%30.06
%31.06

CMYK color model

#C2969B color CMYK value is (0,23,20,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK: (0,23,20,24) C0M23Y20K24 (0%,23%,20%,24%) (0.00/0.23/0.20/0.24) 

CMYK percentages

%0
%22.68
%20.1
%23.92

Codes

Color #C2969B in popluar color models

C2 96 9B
RGB 194 150 155
HSL 353° 26.51% 67.45%
HSB/HSV 353° 22.68% 76.08%
CMYK 0.00% 22.68% 20.10%
23.92%

Color #C2969B in popluar number systems.

HEX C2 96 9B
Decimal 194 150 155
Binary 11000010 10010110 10011011
Octal 302 226 233

Shades and tints

Shades of #C2969B

#C2969B
(194,150,155)
#B1898D
(177,137,141)
#A07C7F
(160,124,127)
#8F6F71
(143,111,113)
#7E6263
(126,98,99)
#6D5555
(109,85,85)
#5C4847
(92,72,71)
#4B3B39
(75,59,57)
#3A2E2B
(58,46,43)
#29211D
(41,33,29)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #C2969B

#C2969B
(194,150,155)
#C79FA4
(199,159,164)
#CCA8AD
(204,168,173)
#D1B1B6
(209,177,182)
#D6BABF
(214,186,191)
#DBC3C8
(219,195,200)
#E0CCD1
(224,204,209)
#E5D5DA
(229,213,218)
#EADEE3
(234,222,227)
#EFE7EC
(239,231,236)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2969B; }

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

This text font color is #C2969B.

Background Color

.myBgColor { background-color: #C2969B; }

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

This div background color is #C2969B.

Border color

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

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

This div border color is #C2969B.

Opacity

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

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

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

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

This text has shadow with #C2969B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2969B.

Preview

Color preview on black background

This text has color #C2969B on black background.


Color preview on white background

This text has color #C2969B on white background.


Black color preview on #C2969B background

This text has black color on #C2969B background.


White color preview on #C2969B background

This text has white color on #C2969B background.


Related colors

Complementary color

Complementary color for #hex is #3D6964.


I love getcolorcode.com

Triadic colors

1 #9BC296 and #969BC2 with #C2969B are triadic colors.

2 #9B96C2 and #96C29B with #C2969B are triadic colors.