COLOR #C195B7

HEX: #C195B7
RGB: (193,149,183)

Color info

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

RGB color model

#C195B7 color RGB value is (193,149,183).

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

RGB channels and saturation

R 193 of 255 = 76%
G 149 of 255 = 58%
B 183 of 255 = 72%

193
149
183

R + G + B ~ 69%. #C195B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 149 + 183 = 525 (100%)
R 193 of 525 ~ 36.76%
G 149 of 525 ~ 28.38%
B 183 of 525 ~ 34.86%

%36.76
%28.38
%34.86

CMYK color model

#C195B7 color CMYK value is (0,23,5,24).

  • cyan value is 0.00%
  • magenta value is 22.80%
  • yellow value is 5.18%
  • key color value is 24.31%
CMYK:
(0,23,5,24)
C0M23Y5K24 
(0%,23%,5%,24%)
(0.00/0.23/0.05/0.24)	

CMYK percentages

%0
%22.8
%5.18
%24.31

Codes

Color #C195B7 in popluar color models

C195B7
RGB193149183
HSL314°26.19%67.06%
HSB/HSV314°22.80%75.69%
CMYK0.00%22.80%5.18%
24.31%

Color #C195B7 in popluar number systems.

HEXC195B7
Decimal193149183
Binary110000011001010110110111
Octal301225267

Shades and tints

Shades of #C195B7

#C195B7
(193,149,183)
#B088A7
(176,136,167)
#9F7B97
(159,123,151)
#8E6E87
(142,110,135)
#7D6177
(125,97,119)
#6C5467
(108,84,103)
#5B4757
(91,71,87)
#4A3A47
(74,58,71)
#392D37
(57,45,55)
#282027
(40,32,39)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #C195B7

#C195B7
(193,149,183)
#C69EBD
(198,158,189)
#CBA7C3
(203,167,195)
#D0B0C9
(208,176,201)
#D5B9CF
(213,185,207)
#DAC2D5
(218,194,213)
#DFCBDB
(223,203,219)
#E4D4E1
(228,212,225)
#E9DDE7
(233,221,231)
#EEE6ED
(238,230,237)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C195B7; }

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

This text font color is #C195B7.


Background Color

.myBgColor { background-color: #C195B7; }

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

This div background color is #C195B7.


Border color

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

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

This div border color is #C195B7.


Opacity

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

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

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

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

This text has shadow with #C195B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C195B7 on black background.


Color preview on white background

This text has color #C195B7 on white background.



Black color preview on #C195B7 background

This text has black color on #C195B7 background.


White color preview on #C195B7 background

This text has white color on #C195B7 background.