COLOR #C295B6

HEX: #C295B6
RGB: (194,149,182)

Color info

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

RGB color model

#C295B6 color RGB value is (194,149,182).

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

RGB channels and saturation

R 194 of 255 = 76%
G 149 of 255 = 58%
B 182 of 255 = 71%

194
149
182

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

Portions of RGB colors in percentages

R + G + B =
194 + 149 + 182 = 525 (100%)
R 194 of 525 ~ 36.95%
G 149 of 525 ~ 28.38%
B 182 of 525 ~ 34.67%

%36.95
%28.38
%34.67

CMYK color model

#C295B6 color CMYK value is (0,23,6,24).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 6.19%
  • key color value is 23.92%
CMYK:
(0,23,6,24)
C0M23Y6K24 
(0%,23%,6%,24%)
(0.00/0.23/0.06/0.24)	

CMYK percentages

%0
%23.2
%6.19
%23.92

Codes

Color #C295B6 in popluar color models

C295B6
RGB194149182
HSL316°26.95%67.25%
HSB/HSV316°23.20%76.08%
CMYK0.00%23.20%6.19%
23.92%

Color #C295B6 in popluar number systems.

HEXC295B6
Decimal194149182
Binary110000101001010110110110
Octal302225266

Shades and tints

Shades of #C295B6

#C295B6
(194,149,182)
#B188A6
(177,136,166)
#A07B96
(160,123,150)
#8F6E86
(143,110,134)
#7E6176
(126,97,118)
#6D5466
(109,84,102)
#5C4756
(92,71,86)
#4B3A46
(75,58,70)
#3A2D36
(58,45,54)
#292026
(41,32,38)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #C295B6

#C295B6
(194,149,182)
#C79EBC
(199,158,188)
#CCA7C2
(204,167,194)
#D1B0C8
(209,176,200)
#D6B9CE
(214,185,206)
#DBC2D4
(219,194,212)
#E0CBDA
(224,203,218)
#E5D4E0
(229,212,224)
#EADDE6
(234,221,230)
#EFE6EC
(239,230,236)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C295B6; }

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

This text font color is #C295B6.


Background Color

.myBgColor { background-color: #C295B6; }

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

This div background color is #C295B6.


Border color

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

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

This div border color is #C295B6.


Opacity

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

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

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

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

This text has shadow with #C295B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C295B6 on black background.


Color preview on white background

This text has color #C295B6 on white background.



Black color preview on #C295B6 background

This text has black color on #C295B6 background.


White color preview on #C295B6 background

This text has white color on #C295B6 background.