COLOR #C294AD

HEX: #C294AD RGB: (194,148,173)

Color info

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

RGB color model

#C294AD color RGB value is (194,148,173).

RGB: (194,148,173) (76%, 58%, 68%)

RGB channels and saturation

R 194 of 255 = 76%
G 148 of 255 = 58%
B 173 of 255 = 68%

194
148
173

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

Portions of RGB colors in percentages

R + G + B = 194 + 148 + 173 = 515 (100%)
R 194 of 515 ~ 37.67%
G 148 of 515 ~ 28.74%
B 173 of 515 ~ 33.59'%

%37.67
%28.74
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK: (0,24,11,24) C0M24Y11K24 (0%,24%,11%,24%) (0.00/0.24/0.11/0.24) 

CMYK percentages

%0
%23.71
%10.82
%23.92

Codes

Color #C294AD in popluar color models

C2 94 AD
RGB 194 148 173
HSL 327° 27.38% 67.06%
HSB/HSV 327° 23.71% 76.08%
CMYK 0.00% 23.71% 10.82%
23.92%

Color #C294AD in popluar number systems.

HEX C2 94 AD
Decimal 194 148 173
Binary 11000010 10010100 10101101
Octal 302 224 255

Shades and tints

Shades of #C294AD

#C294AD
(194,148,173)
#B1879E
(177,135,158)
#A07A8F
(160,122,143)
#8F6D80
(143,109,128)
#7E6071
(126,96,113)
#6D5362
(109,83,98)
#5C4653
(92,70,83)
#4B3944
(75,57,68)
#3A2C35
(58,44,53)
#291F26
(41,31,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #C294AD

#C294AD
(194,148,173)
#C79DB4
(199,157,180)
#CCA6BB
(204,166,187)
#D1AFC2
(209,175,194)
#D6B8C9
(214,184,201)
#DBC1D0
(219,193,208)
#E0CAD7
(224,202,215)
#E5D3DE
(229,211,222)
#EADCE5
(234,220,229)
#EFE5EC
(239,229,236)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C294AD; }

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

This text font color is #C294AD.

Background Color

.myBgColor { background-color: #C294AD; }

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

This div background color is #C294AD.

Border color

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

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

This div border color is #C294AD.

Opacity

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

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

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

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

This text has shadow with #C294AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C294AD.

Preview

Color preview on black background

This text has color #C294AD on black background.


Color preview on white background

This text has color #C294AD on white background.


Black color preview on #C294AD background

This text has black color on #C294AD background.


White color preview on #C294AD background

This text has white color on #C294AD background.


Related colors

Complementary color

Complementary color for #hex is #3D6B52.


I love getcolorcode.com

Triadic colors

1 #ADC294 and #94ADC2 with #C294AD are triadic colors.

2 #AD94C2 and #94C2AD with #C294AD are triadic colors.