COLOR #C294B2

HEX: #C294B2 RGB: (194,148,178)

Color info

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

RGB color model

#C294B2 color RGB value is (194,148,178).

RGB: (194,148,178) (76%, 58%, 70%)

RGB channels and saturation

R 194 of 255 = 76%
G 148 of 255 = 58%
B 178 of 255 = 70%

194
148
178

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

Portions of RGB colors in percentages

R + G + B = 194 + 148 + 178 = 520 (100%)
R 194 of 520 ~ 37.31%
G 148 of 520 ~ 28.46%
B 178 of 520 ~ 34.23'%

%37.31
%28.46
%34.23

CMYK color model

#C294B2 color CMYK value is (0,24,8,24).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 8.25%
  • key color value is 23.92%

CMYK: (0,24,8,24)
C0M24Y8K24 (0%, 24%, 8%, 24%)
(0.00 / 0.24 / 0.08 / 0.24)

CMYK percentages

%0
%23.71
%8.25
%23.92

Codes

Color #C294B2 in popluar color models

C2 94 B2
RGB 194 148 178
HSL 321° 27.38% 67.06%
HSB/HSV 321° 23.71% 76.08%
CMYK 0.00% 23.71% 8.25%
23.92%

Color #C294B2 in popluar number systems.

HEX C2 94 B2
Decimal 194 148 178
Binary 11000010 10010100 10110010
Octal 302 224 262

Shades and tints

Shades of #C294B2

#C294B2
(194,148,178)
#B187A2
(177,135,162)
#A07A92
(160,122,146)
#8F6D82
(143,109,130)
#7E6072
(126,96,114)
#6D5362
(109,83,98)
#5C4652
(92,70,82)
#4B3942
(75,57,66)
#3A2C32
(58,44,50)
#291F22
(41,31,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #C294B2

#C294B2
(194,148,178)
#C79DB9
(199,157,185)
#CCA6C0
(204,166,192)
#D1AFC7
(209,175,199)
#D6B8CE
(214,184,206)
#DBC1D5
(219,193,213)
#E0CADC
(224,202,220)
#E5D3E3
(229,211,227)
#EADCEA
(234,220,234)
#EFE5F1
(239,229,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C294B2; }

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

This text font color is #C294B2.

Background Color

.myBgColor { background-color: #C294B2; }

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

This div background color is #C294B2.

Border color

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

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

This div border color is #C294B2.

Opacity

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

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

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

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

This text has shadow with #C294B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C294B2.

Preview

Color preview on black background

This text has color #C294B2 on black background.


Color preview on white background

This text has color #C294B2 on white background.


Black color preview on #C294B2 background

This text has black color on #C294B2 background.


White color preview on #C294B2 background

This text has white color on #C294B2 background.


Related colors

Complementary color

Complementary color for #hex is #3D6B4D.


I love getcolorcode.com

Triadic colors

1 #B2C294 and #94B2C2 with #C294B2 are triadic colors.

2 #B294C2 and #94C2B2 with #C294B2 are triadic colors.