COLOR #C196CB

HEX: #C196CB RGB: (193,150,203)

Color info

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

RGB color model

#C196CB color RGB value is (193,150,203).

RGB: (193,150,203) (76%, 59%, 80%)

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 203 of 255 = 80%

193
150
203

R + G + B ~ 72%. #C196CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 150 + 203 = 546 (100%)
R 193 of 546 ~ 35.35%
G 150 of 546 ~ 27.47%
B 203 of 546 ~ 37.18'%

%35.35
%27.47
%37.18

CMYK color model

#C196CB color CMYK value is (5,26,0,20).

  • cyan value is 4.93%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (5,26,0,20)
C5M26Y0K20 (5%, 26%, 0%, 20%)
(0.05 / 0.26 / 0.00 / 0.20)

CMYK percentages

%4.93
%26.11
%0
%20.39

Codes

Color #C196CB in popluar color models

C1 96 CB
RGB 193 150 203
HSL 289° 33.76% 69.22%
HSB/HSV 289° 26.11% 79.61%
CMYK 4.93% 26.11% 0.00%
20.39%

Color #C196CB in popluar number systems.

HEX C1 96 CB
Decimal 193 150 203
Binary 11000001 10010110 11001011
Octal 301 226 313

Shades and tints

Shades of #C196CB

#C196CB
(193,150,203)
#B089B9
(176,137,185)
#9F7CA7
(159,124,167)
#8E6F95
(142,111,149)
#7D6283
(125,98,131)
#6C5571
(108,85,113)
#5B485F
(91,72,95)
#4A3B4D
(74,59,77)
#392E3B
(57,46,59)
#282129
(40,33,41)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C196CB

#C196CB
(193,150,203)
#C69FCF
(198,159,207)
#CBA8D3
(203,168,211)
#D0B1D7
(208,177,215)
#D5BADB
(213,186,219)
#DAC3DF
(218,195,223)
#DFCCE3
(223,204,227)
#E4D5E7
(228,213,231)
#E9DEEB
(233,222,235)
#EEE7EF
(238,231,239)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C196CB; }

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

This text font color is #C196CB.

Background Color

.myBgColor { background-color: #C196CB; }

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

This div background color is #C196CB.

Border color

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

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

This div border color is #C196CB.

Opacity

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

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

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

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

This text has shadow with #C196CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C196CB.

Preview

Color preview on black background

This text has color #C196CB on black background.


Color preview on white background

This text has color #C196CB on white background.


Black color preview on #C196CB background

This text has black color on #C196CB background.


White color preview on #C196CB background

This text has white color on #C196CB background.


Related colors

Complementary color

Complementary color for #hex is #3E6934.


I love getcolorcode.com

Triadic colors

1 #CBC196 and #96CBC1 with #C196CB are triadic colors.

2 #CB96C1 and #96C1CB with #C196CB are triadic colors.