COLOR #C195B1

HEX: #C195B1
RGB: (193,149,177)

Color info

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

RGB color model

#C195B1 color RGB value is (193,149,177).

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

RGB channels and saturation

R 193 of 255 = 76%
G 149 of 255 = 58%
B 177 of 255 = 69%

193
149
177

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

Portions of RGB colors in percentages

R + G + B =
193 + 149 + 177 = 519 (100%)
R 193 of 519 ~ 37.19%
G 149 of 519 ~ 28.71%
B 177 of 519 ~ 34.1%

%37.19
%28.71
%34.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.80%
  • yellow value is 8.29%
  • key color value is 24.31%
CMYK:
(0,23,8,24)
C0M23Y8K24 
(0%,23%,8%,24%)
(0.00/0.23/0.08/0.24)	

CMYK percentages

%0
%22.8
%8.29
%24.31

Codes

Color #C195B1 in popluar color models

C195B1
RGB193149177
HSL322°26.19%67.06%
HSB/HSV322°22.80%75.69%
CMYK0.00%22.80%8.29%
24.31%

Color #C195B1 in popluar number systems.

HEXC195B1
Decimal193149177
Binary110000011001010110110001
Octal301225261

Shades and tints

Shades of #C195B1

#C195B1
(193,149,177)
#B088A1
(176,136,161)
#9F7B91
(159,123,145)
#8E6E81
(142,110,129)
#7D6171
(125,97,113)
#6C5461
(108,84,97)
#5B4751
(91,71,81)
#4A3A41
(74,58,65)
#392D31
(57,45,49)
#282021
(40,32,33)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #C195B1

#C195B1
(193,149,177)
#C69EB8
(198,158,184)
#CBA7BF
(203,167,191)
#D0B0C6
(208,176,198)
#D5B9CD
(213,185,205)
#DAC2D4
(218,194,212)
#DFCBDB
(223,203,219)
#E4D4E2
(228,212,226)
#E9DDE9
(233,221,233)
#EEE6F0
(238,230,240)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C195B1; }

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

This text font color is #C195B1.


Background Color

.myBgColor { background-color: #C195B1; }

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

This div background color is #C195B1.


Border color

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

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

This div border color is #C195B1.


Opacity

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

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

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

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

This text has shadow with #C195B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C195B1 on black background.


Color preview on white background

This text has color #C195B1 on white background.



Black color preview on #C195B1 background

This text has black color on #C195B1 background.


White color preview on #C195B1 background

This text has white color on #C195B1 background.