COLOR #C196D6

HEX: #C196D6
RGB: (193,150,214)

Color info

#C196D6 contains mainly red and blue colors. Web safe color of #C196D6 is #CC99CC (or #C9C).

RGB color model

#C196D6 color RGB value is (193,150,214).

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

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 214 of 255 = 84%

193
150
214

R + G + B ~ 73%. #C196D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 214 = 557 (100%)
R 193 of 557 ~ 34.65%
G 150 of 557 ~ 26.93%
B 214 of 557 ~ 38.42%

%34.65
%26.93
%38.42

CMYK color model

#C196D6 color CMYK value is (10,30,0,16).

  • cyan value is 9.81%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,30,0,16)
C10M30Y0K16 
(10%,30%,0%,16%)
(0.10/0.30/0.00/0.16)	

CMYK percentages

%9.81
%29.91
%0
%16.08

Codes

Color #C196D6 in popluar color models

C196D6
RGB193150214
HSL280°43.84%71.37%
HSB/HSV280°29.91%83.92%
CMYK9.81%29.91%0.00%
16.08%

Color #C196D6 in popluar number systems.

HEXC196D6
Decimal193150214
Binary110000011001011011010110
Octal301226326

Shades and tints

Shades of #C196D6

#C196D6
(193,150,214)
#B089C3
(176,137,195)
#9F7CB0
(159,124,176)
#8E6F9D
(142,111,157)
#7D628A
(125,98,138)
#6C5577
(108,85,119)
#5B4864
(91,72,100)
#4A3B51
(74,59,81)
#392E3E
(57,46,62)
#28212B
(40,33,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #C196D6

#C196D6
(193,150,214)
#C69FD9
(198,159,217)
#CBA8DC
(203,168,220)
#D0B1DF
(208,177,223)
#D5BAE2
(213,186,226)
#DAC3E5
(218,195,229)
#DFCCE8
(223,204,232)
#E4D5EB
(228,213,235)
#E9DEEE
(233,222,238)
#EEE7F1
(238,231,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C196D6; }

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

This text font color is #C196D6.


Background Color

.myBgColor { background-color: #C196D6; }

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

This div background color is #C196D6.


Border color

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

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

This div border color is #C196D6.


Opacity

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

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

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

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

This text has shadow with #C196D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C196D6 on black background.


Color preview on white background

This text has color #C196D6 on white background.



Black color preview on #C196D6 background

This text has black color on #C196D6 background.


White color preview on #C196D6 background

This text has white color on #C196D6 background.