COLOR #C295A0

HEX: #C295A0 RGB: (194,149,160)

Color info

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

RGB color model

#C295A0 color RGB value is (194,149,160).

RGB: (194,149,160) (76%, 58%, 63%)

RGB channels and saturation

R 194 of 255 = 76%
G 149 of 255 = 58%
B 160 of 255 = 63%

194
149
160

R + G + B ~ 66%. #C295A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 149 + 160 = 503 (100%)
R 194 of 503 ~ 38.57%
G 149 of 503 ~ 29.62%
B 160 of 503 ~ 31.81'%

%38.57
%29.62
%31.81

CMYK color model

#C295A0 color CMYK value is (0,23,18,24).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 17.53%
  • key color value is 23.92%
CMYK: (0,23,18,24) C0M23Y18K24 (0%,23%,18%,24%) (0.00/0.23/0.18/0.24) 

CMYK percentages

%0
%23.2
%17.53
%23.92

Codes

Color #C295A0 in popluar color models

C2 95 A0
RGB 194 149 160
HSL 345° 26.95% 67.25%
HSB/HSV 345° 23.20% 76.08%
CMYK 0.00% 23.20% 17.53%
23.92%

Color #C295A0 in popluar number systems.

HEX C2 95 A0
Decimal 194 149 160
Binary 11000010 10010101 10100000
Octal 302 225 240

Shades and tints

Shades of #C295A0

#C295A0
(194,149,160)
#B18892
(177,136,146)
#A07B84
(160,123,132)
#8F6E76
(143,110,118)
#7E6168
(126,97,104)
#6D545A
(109,84,90)
#5C474C
(92,71,76)
#4B3A3E
(75,58,62)
#3A2D30
(58,45,48)
#292022
(41,32,34)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #C295A0

#C295A0
(194,149,160)
#C79EA8
(199,158,168)
#CCA7B0
(204,167,176)
#D1B0B8
(209,176,184)
#D6B9C0
(214,185,192)
#DBC2C8
(219,194,200)
#E0CBD0
(224,203,208)
#E5D4D8
(229,212,216)
#EADDE0
(234,221,224)
#EFE6E8
(239,230,232)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C295A0; }

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

This text font color is #C295A0.

Background Color

.myBgColor { background-color: #C295A0; }

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

This div background color is #C295A0.

Border color

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

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

This div border color is #C295A0.

Opacity

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

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

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

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

This text has shadow with #C295A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C295A0.

Preview

Color preview on black background

This text has color #C295A0 on black background.


Color preview on white background

This text has color #C295A0 on white background.


Black color preview on #C295A0 background

This text has black color on #C295A0 background.


White color preview on #C295A0 background

This text has white color on #C295A0 background.


Related colors

Complementary color

Complementary color for #hex is #3D6A5F.


I love getcolorcode.com

Triadic colors

1 #A0C295 and #95A0C2 with #C295A0 are triadic colors.

2 #A095C2 and #95C2A0 with #C295A0 are triadic colors.