COLOR #C294AF

HEX: #C294AF
RGB: (194,148,175)

Color info

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

RGB color model

#C294AF color RGB value is (194,148,175).

  • red value is 194;
  • green value is 148;
  • blue value is 175.
RGB:
(194,148,175)
(76%,58%,69%)

RGB channels and saturation

R 194 of 255 = 76%
G 148 of 255 = 58%
B 175 of 255 = 69%

194
148
175

R + G + B ~ 68%. #C294AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 148 + 175 = 517 (100%)
R 194 of 517 ~ 37.52%
G 148 of 517 ~ 28.63%
B 175 of 517 ~ 33.85%

%37.52
%28.63
%33.85

CMYK color model

#C294AF color CMYK value is (0,24,10,24).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 9.79%
  • key color value is 23.92%
CMYK:
(0,24,10,24)
C0M24Y10K24 
(0%,24%,10%,24%)
(0.00/0.24/0.10/0.24)	

CMYK percentages

%0
%23.71
%9.79
%23.92

Codes

Color #C294AF in popluar color models

C294AF
RGB194148175
HSL325°27.38%67.06%
HSB/HSV325°23.71%76.08%
CMYK0.00%23.71%9.79%
23.92%

Color #C294AF in popluar number systems.

HEXC294AF
Decimal194148175
Binary110000101001010010101111
Octal302224257

Shades and tints

Shades of #C294AF

#C294AF
(194,148,175)
#B187A0
(177,135,160)
#A07A91
(160,122,145)
#8F6D82
(143,109,130)
#7E6073
(126,96,115)
#6D5364
(109,83,100)
#5C4655
(92,70,85)
#4B3946
(75,57,70)
#3A2C37
(58,44,55)
#291F28
(41,31,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #C294AF

#C294AF
(194,148,175)
#C79DB6
(199,157,182)
#CCA6BD
(204,166,189)
#D1AFC4
(209,175,196)
#D6B8CB
(214,184,203)
#DBC1D2
(219,193,210)
#E0CAD9
(224,202,217)
#E5D3E0
(229,211,224)
#EADCE7
(234,220,231)
#EFE5EE
(239,229,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C294AF; }

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

This text font color is #C294AF.


Background Color

.myBgColor { background-color: #C294AF; }

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

This div background color is #C294AF.


Border color

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

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

This div border color is #C294AF.


Opacity

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

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

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

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

This text has shadow with #C294AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C294AF on black background.


Color preview on white background

This text has color #C294AF on white background.



Black color preview on #C294AF background

This text has black color on #C294AF background.


White color preview on #C294AF background

This text has white color on #C294AF background.