COLOR #C196BE

HEX: #C196BE
RGB: (193,150,190)

Color info

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

RGB color model

#C196BE color RGB value is (193,150,190).

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

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 190 of 255 = 75%

193
150
190

R + G + B ~ 70%. #C196BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 190 = 533 (100%)
R 193 of 533 ~ 36.21%
G 150 of 533 ~ 28.14%
B 190 of 533 ~ 35.65%

%36.21
%28.14
%35.65

CMYK color model

#C196BE color CMYK value is (0,22,2,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 1.55%
  • key color value is 24.31%
CMYK:
(0,22,2,24)
C0M22Y2K24 
(0%,22%,2%,24%)
(0.00/0.22/0.02/0.24)	

CMYK percentages

%0
%22.28
%1.55
%24.31

Codes

Color #C196BE in popluar color models

C196BE
RGB193150190
HSL304°25.75%67.25%
HSB/HSV304°22.28%75.69%
CMYK0.00%22.28%1.55%
24.31%

Color #C196BE in popluar number systems.

HEXC196BE
Decimal193150190
Binary110000011001011010111110
Octal301226276

Shades and tints

Shades of #C196BE

#C196BE
(193,150,190)
#B089AD
(176,137,173)
#9F7C9C
(159,124,156)
#8E6F8B
(142,111,139)
#7D627A
(125,98,122)
#6C5569
(108,85,105)
#5B4858
(91,72,88)
#4A3B47
(74,59,71)
#392E36
(57,46,54)
#282125
(40,33,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C196BE

#C196BE
(193,150,190)
#C69FC3
(198,159,195)
#CBA8C8
(203,168,200)
#D0B1CD
(208,177,205)
#D5BAD2
(213,186,210)
#DAC3D7
(218,195,215)
#DFCCDC
(223,204,220)
#E4D5E1
(228,213,225)
#E9DEE6
(233,222,230)
#EEE7EB
(238,231,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C196BE; }

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

This text font color is #C196BE.


Background Color

.myBgColor { background-color: #C196BE; }

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

This div background color is #C196BE.


Border color

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

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

This div border color is #C196BE.


Opacity

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

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

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

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

This text has shadow with #C196BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C196BE on black background.


Color preview on white background

This text has color #C196BE on white background.



Black color preview on #C196BE background

This text has black color on #C196BE background.


White color preview on #C196BE background

This text has white color on #C196BE background.