COLOR #C295CB

HEX: #C295CB
RGB: (194,149,203)

Color info

#C295CB contains red, green and blue colors in about the same proportion. Web safe color of #C295CB is #CC99CC (or #C9C).

RGB color model

#C295CB color RGB value is (194,149,203).

  • red value is 194;
  • green value is 149;
  • blue value is 203.
RGB:
(194,149,203)
(76%,58%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 149 of 255 = 58%
B 203 of 255 = 80%

194
149
203

R + G + B ~ 71%. #C295CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 149 + 203 = 546 (100%)
R 194 of 546 ~ 35.53%
G 149 of 546 ~ 27.29%
B 203 of 546 ~ 37.18%

%35.53
%27.29
%37.18

CMYK color model

#C295CB color CMYK value is (4,27,0,20).

  • cyan value is 4.43%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(4,27,0,20)
C4M27Y0K20 
(4%,27%,0%,20%)
(0.04/0.27/0.00/0.20)	

CMYK percentages

%4.43
%26.6
%0
%20.39

Codes

Color #C295CB in popluar color models

C295CB
RGB194149203
HSL290°34.18%69.02%
HSB/HSV290°26.60%79.61%
CMYK4.43%26.60%0.00%
20.39%

Color #C295CB in popluar number systems.

HEXC295CB
Decimal194149203
Binary110000101001010111001011
Octal302225313

Shades and tints

Shades of #C295CB

#C295CB
(194,149,203)
#B188B9
(177,136,185)
#A07BA7
(160,123,167)
#8F6E95
(143,110,149)
#7E6183
(126,97,131)
#6D5471
(109,84,113)
#5C475F
(92,71,95)
#4B3A4D
(75,58,77)
#3A2D3B
(58,45,59)
#292029
(41,32,41)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #C295CB

#C295CB
(194,149,203)
#C79ECF
(199,158,207)
#CCA7D3
(204,167,211)
#D1B0D7
(209,176,215)
#D6B9DB
(214,185,219)
#DBC2DF
(219,194,223)
#E0CBE3
(224,203,227)
#E5D4E7
(229,212,231)
#EADDEB
(234,221,235)
#EFE6EF
(239,230,239)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C295CB color. Also use rgb(194,149,203) instead hex code.

Text Font Color

.myTextColor { color: #C295CB; }

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

This text font color is #C295CB.


Background Color

.myBgColor { background-color: #C295CB; }

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

This div background color is #C295CB.


Border color

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

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

This div border color is #C295CB.


Opacity

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

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

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

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

This text has shadow with #C295CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C295CB on black background.


Color preview on white background

This text has color #C295CB on white background.



Black color preview on #C295CB background

This text has black color on #C295CB background.


White color preview on #C295CB background

This text has white color on #C295CB background.