COLOR #C195A6

HEX: #C195A6
RGB: (193,149,166)

Color info

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

RGB color model

#C195A6 color RGB value is (193,149,166).

  • red value is 193;
  • green value is 149;
  • blue value is 166.
RGB:
(193,149,166)
(76%,58%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 149 of 255 = 58%
B 166 of 255 = 65%

193
149
166

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

Portions of RGB colors in percentages

R + G + B =
193 + 149 + 166 = 508 (100%)
R 193 of 508 ~ 37.99%
G 149 of 508 ~ 29.33%
B 166 of 508 ~ 32.68%

%37.99
%29.33
%32.68

CMYK color model

#C195A6 color CMYK value is (0,23,14,24).

  • cyan value is 0.00%
  • magenta value is 22.80%
  • yellow value is 13.99%
  • key color value is 24.31%
CMYK:
(0,23,14,24)
C0M23Y14K24 
(0%,23%,14%,24%)
(0.00/0.23/0.14/0.24)	

CMYK percentages

%0
%22.8
%13.99
%24.31

Codes

Color #C195A6 in popluar color models

C195A6
RGB193149166
HSL337°26.19%67.06%
HSB/HSV337°22.80%75.69%
CMYK0.00%22.80%13.99%
24.31%

Color #C195A6 in popluar number systems.

HEXC195A6
Decimal193149166
Binary110000011001010110100110
Octal301225246

Shades and tints

Shades of #C195A6

#C195A6
(193,149,166)
#B08897
(176,136,151)
#9F7B88
(159,123,136)
#8E6E79
(142,110,121)
#7D616A
(125,97,106)
#6C545B
(108,84,91)
#5B474C
(91,71,76)
#4A3A3D
(74,58,61)
#392D2E
(57,45,46)
#28201F
(40,32,31)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #C195A6

#C195A6
(193,149,166)
#C69EAE
(198,158,174)
#CBA7B6
(203,167,182)
#D0B0BE
(208,176,190)
#D5B9C6
(213,185,198)
#DAC2CE
(218,194,206)
#DFCBD6
(223,203,214)
#E4D4DE
(228,212,222)
#E9DDE6
(233,221,230)
#EEE6EE
(238,230,238)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C195A6 color. Also use rgb(193,149,166) instead hex code.

Text Font Color

.myTextColor { color: #C195A6; }

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

This text font color is #C195A6.


Background Color

.myBgColor { background-color: #C195A6; }

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

This div background color is #C195A6.


Border color

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

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

This div border color is #C195A6.


Opacity

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

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

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

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

This text has shadow with #C195A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C195A6 on black background.


Color preview on white background

This text has color #C195A6 on white background.



Black color preview on #C195A6 background

This text has black color on #C195A6 background.


White color preview on #C195A6 background

This text has white color on #C195A6 background.