COLOR #C2969F

HEX: #C2969F
RGB: (194,150,159)

Color info

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

RGB color model

#C2969F color RGB value is (194,150,159).

  • red value is 194;
  • green value is 150;
  • blue value is 159.
RGB:
(194,150,159)
(76%,59%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 159 of 255 = 62%

194
150
159

R + G + B ~ 66%. #C2969F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 150 + 159 = 503 (100%)
R 194 of 503 ~ 38.57%
G 150 of 503 ~ 29.82%
B 159 of 503 ~ 31.61%

%38.57
%29.82
%31.61

CMYK color model

#C2969F color CMYK value is (0,23,18,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(0,23,18,24)
C0M23Y18K24 
(0%,23%,18%,24%)
(0.00/0.23/0.18/0.24)	

CMYK percentages

%0
%22.68
%18.04
%23.92

Codes

Color #C2969F in popluar color models

C2969F
RGB194150159
HSL348°26.51%67.45%
HSB/HSV348°22.68%76.08%
CMYK0.00%22.68%18.04%
23.92%

Color #C2969F in popluar number systems.

HEXC2969F
Decimal194150159
Binary110000101001011010011111
Octal302226237

Shades and tints

Shades of #C2969F

#C2969F
(194,150,159)
#B18991
(177,137,145)
#A07C83
(160,124,131)
#8F6F75
(143,111,117)
#7E6267
(126,98,103)
#6D5559
(109,85,89)
#5C484B
(92,72,75)
#4B3B3D
(75,59,61)
#3A2E2F
(58,46,47)
#292121
(41,33,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #C2969F

#C2969F
(194,150,159)
#C79FA7
(199,159,167)
#CCA8AF
(204,168,175)
#D1B1B7
(209,177,183)
#D6BABF
(214,186,191)
#DBC3C7
(219,195,199)
#E0CCCF
(224,204,207)
#E5D5D7
(229,213,215)
#EADEDF
(234,222,223)
#EFE7E7
(239,231,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2969F; }

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

This text font color is #C2969F.


Background Color

.myBgColor { background-color: #C2969F; }

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

This div background color is #C2969F.


Border color

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

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

This div border color is #C2969F.


Opacity

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

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

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

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

This text has shadow with #C2969F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2969F on black background.


Color preview on white background

This text has color #C2969F on white background.



Black color preview on #C2969F background

This text has black color on #C2969F background.


White color preview on #C2969F background

This text has white color on #C2969F background.