COLOR #C2909C

HEX: #C2909C
RGB: (194,144,156)

Color info

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

RGB color model

#C2909C color RGB value is (194,144,156).

  • red value is 194;
  • green value is 144;
  • blue value is 156.
RGB:
(194,144,156)
(76%,56%,61%)

RGB channels and saturation

R 194 of 255 = 76%
G 144 of 255 = 56%
B 156 of 255 = 61%

194
144
156

R + G + B ~ 64%. #C2909C is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 144 + 156 = 494 (100%)
R 194 of 494 ~ 39.27%
G 144 of 494 ~ 29.15%
B 156 of 494 ~ 31.58%

%39.27
%29.15
%31.58

CMYK color model

#C2909C color CMYK value is (0,26,20,24).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 19.59%
  • key color value is 23.92%
CMYK:
(0,26,20,24)
C0M26Y20K24 
(0%,26%,20%,24%)
(0.00/0.26/0.20/0.24)	

CMYK percentages

%0
%25.77
%19.59
%23.92

Codes

Color #C2909C in popluar color models

C2909C
RGB194144156
HSL346°29.07%66.27%
HSB/HSV346°25.77%76.08%
CMYK0.00%25.77%19.59%
23.92%

Color #C2909C in popluar number systems.

HEXC2909C
Decimal194144156
Binary110000101001000010011100
Octal302220234

Shades and tints

Shades of #C2909C

#C2909C
(194,144,156)
#B1838E
(177,131,142)
#A07680
(160,118,128)
#8F6972
(143,105,114)
#7E5C64
(126,92,100)
#6D4F56
(109,79,86)
#5C4248
(92,66,72)
#4B353A
(75,53,58)
#3A282C
(58,40,44)
#291B1E
(41,27,30)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #C2909C

#C2909C
(194,144,156)
#C79AA5
(199,154,165)
#CCA4AE
(204,164,174)
#D1AEB7
(209,174,183)
#D6B8C0
(214,184,192)
#DBC2C9
(219,194,201)
#E0CCD2
(224,204,210)
#E5D6DB
(229,214,219)
#EAE0E4
(234,224,228)
#EFEAED
(239,234,237)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2909C color. Also use rgb(194,144,156) instead hex code.

Text Font Color

.myTextColor { color: #C2909C; }

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

This text font color is #C2909C.


Background Color

.myBgColor { background-color: #C2909C; }

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

This div background color is #C2909C.


Border color

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

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

This div border color is #C2909C.


Opacity

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

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

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

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

This text has shadow with #C2909C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2909C on black background.


Color preview on white background

This text has color #C2909C on white background.



Black color preview on #C2909C background

This text has black color on #C2909C background.


White color preview on #C2909C background

This text has white color on #C2909C background.