COLOR #C196B1

HEX: #C196B1
RGB: (193,150,177)

Color info

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

RGB color model

#C196B1 color RGB value is (193,150,177).

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

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 177 of 255 = 69%

193
150
177

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

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 177 = 520 (100%)
R 193 of 520 ~ 37.12%
G 150 of 520 ~ 28.85%
B 177 of 520 ~ 34.04%

%37.12
%28.85
%34.04

CMYK color model

#C196B1 color CMYK value is (0,22,8,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 8.29%
  • key color value is 24.31%
CMYK:
(0,22,8,24)
C0M22Y8K24 
(0%,22%,8%,24%)
(0.00/0.22/0.08/0.24)	

CMYK percentages

%0
%22.28
%8.29
%24.31

Codes

Color #C196B1 in popluar color models

C196B1
RGB193150177
HSL322°25.75%67.25%
HSB/HSV322°22.28%75.69%
CMYK0.00%22.28%8.29%
24.31%

Color #C196B1 in popluar number systems.

HEXC196B1
Decimal193150177
Binary110000011001011010110001
Octal301226261

Shades and tints

Shades of #C196B1

#C196B1
(193,150,177)
#B089A1
(176,137,161)
#9F7C91
(159,124,145)
#8E6F81
(142,111,129)
#7D6271
(125,98,113)
#6C5561
(108,85,97)
#5B4851
(91,72,81)
#4A3B41
(74,59,65)
#392E31
(57,46,49)
#282121
(40,33,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #C196B1

#C196B1
(193,150,177)
#C69FB8
(198,159,184)
#CBA8BF
(203,168,191)
#D0B1C6
(208,177,198)
#D5BACD
(213,186,205)
#DAC3D4
(218,195,212)
#DFCCDB
(223,204,219)
#E4D5E2
(228,213,226)
#E9DEE9
(233,222,233)
#EEE7F0
(238,231,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C196B1; }

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

This text font color is #C196B1.


Background Color

.myBgColor { background-color: #C196B1; }

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

This div background color is #C196B1.


Border color

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

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

This div border color is #C196B1.


Opacity

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

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

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

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

This text has shadow with #C196B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C196B1 on black background.


Color preview on white background

This text has color #C196B1 on white background.



Black color preview on #C196B1 background

This text has black color on #C196B1 background.


White color preview on #C196B1 background

This text has white color on #C196B1 background.