COLOR #C292A9

HEX: #C292A9
RGB: (194,146,169)

Color info

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

RGB color model

#C292A9 color RGB value is (194,146,169).

  • red value is 194;
  • green value is 146;
  • blue value is 169.
RGB:
(194,146,169)
(76%,57%,66%)

RGB channels and saturation

R 194 of 255 = 76%
G 146 of 255 = 57%
B 169 of 255 = 66%

194
146
169

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

Portions of RGB colors in percentages

R + G + B =
194 + 146 + 169 = 509 (100%)
R 194 of 509 ~ 38.11%
G 146 of 509 ~ 28.68%
B 169 of 509 ~ 33.2%

%38.11
%28.68
%33.2

CMYK color model

#C292A9 color CMYK value is (0,25,13,24).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 12.89%
  • key color value is 23.92%
CMYK:
(0,25,13,24)
C0M25Y13K24 
(0%,25%,13%,24%)
(0.00/0.25/0.13/0.24)	

CMYK percentages

%0
%24.74
%12.89
%23.92

Codes

Color #C292A9 in popluar color models

C292A9
RGB194146169
HSL331°28.24%66.67%
HSB/HSV331°24.74%76.08%
CMYK0.00%24.74%12.89%
23.92%

Color #C292A9 in popluar number systems.

HEXC292A9
Decimal194146169
Binary110000101001001010101001
Octal302222251

Shades and tints

Shades of #C292A9

#C292A9
(194,146,169)
#B1859A
(177,133,154)
#A0788B
(160,120,139)
#8F6B7C
(143,107,124)
#7E5E6D
(126,94,109)
#6D515E
(109,81,94)
#5C444F
(92,68,79)
#4B3740
(75,55,64)
#3A2A31
(58,42,49)
#291D22
(41,29,34)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #C292A9

#C292A9
(194,146,169)
#C79BB0
(199,155,176)
#CCA4B7
(204,164,183)
#D1ADBE
(209,173,190)
#D6B6C5
(214,182,197)
#DBBFCC
(219,191,204)
#E0C8D3
(224,200,211)
#E5D1DA
(229,209,218)
#EADAE1
(234,218,225)
#EFE3E8
(239,227,232)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C292A9 color. Also use rgb(194,146,169) instead hex code.

Text Font Color

.myTextColor { color: #C292A9; }

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

This text font color is #C292A9.


Background Color

.myBgColor { background-color: #C292A9; }

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

This div background color is #C292A9.


Border color

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

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

This div border color is #C292A9.


Opacity

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

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

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

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

This text has shadow with #C292A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C292A9 on black background.


Color preview on white background

This text has color #C292A9 on white background.



Black color preview on #C292A9 background

This text has black color on #C292A9 background.


White color preview on #C292A9 background

This text has white color on #C292A9 background.