COLOR #C292AD

HEX: #C292AD
RGB: (194,146,173)

Color info

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

RGB color model

#C292AD color RGB value is (194,146,173).

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

RGB channels and saturation

R 194 of 255 = 76%
G 146 of 255 = 57%
B 173 of 255 = 68%

194
146
173

R + G + B ~ 67%. #C292AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 146 + 173 = 513 (100%)
R 194 of 513 ~ 37.82%
G 146 of 513 ~ 28.46%
B 173 of 513 ~ 33.72%

%37.82
%28.46
%33.72

CMYK color model

#C292AD color CMYK value is (0,25,11,24).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(0,25,11,24)
C0M25Y11K24 
(0%,25%,11%,24%)
(0.00/0.25/0.11/0.24)	

CMYK percentages

%0
%24.74
%10.82
%23.92

Codes

Color #C292AD in popluar color models

C292AD
RGB194146173
HSL326°28.24%66.67%
HSB/HSV326°24.74%76.08%
CMYK0.00%24.74%10.82%
23.92%

Color #C292AD in popluar number systems.

HEXC292AD
Decimal194146173
Binary110000101001001010101101
Octal302222255

Shades and tints

Shades of #C292AD

#C292AD
(194,146,173)
#B1859E
(177,133,158)
#A0788F
(160,120,143)
#8F6B80
(143,107,128)
#7E5E71
(126,94,113)
#6D5162
(109,81,98)
#5C4453
(92,68,83)
#4B3744
(75,55,68)
#3A2A35
(58,42,53)
#291D26
(41,29,38)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #C292AD

#C292AD
(194,146,173)
#C79BB4
(199,155,180)
#CCA4BB
(204,164,187)
#D1ADC2
(209,173,194)
#D6B6C9
(214,182,201)
#DBBFD0
(219,191,208)
#E0C8D7
(224,200,215)
#E5D1DE
(229,209,222)
#EADAE5
(234,218,229)
#EFE3EC
(239,227,236)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C292AD; }

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

This text font color is #C292AD.


Background Color

.myBgColor { background-color: #C292AD; }

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

This div background color is #C292AD.


Border color

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

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

This div border color is #C292AD.


Opacity

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

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

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

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

This text has shadow with #C292AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C292AD on black background.


Color preview on white background

This text has color #C292AD on white background.



Black color preview on #C292AD background

This text has black color on #C292AD background.


White color preview on #C292AD background

This text has white color on #C292AD background.