COLOR #C196AB

HEX: #C196AB
RGB: (193,150,171)

Color info

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

RGB color model

#C196AB color RGB value is (193,150,171).

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

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 171 of 255 = 67%

193
150
171

R + G + B ~ 67%. #C196AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 171 = 514 (100%)
R 193 of 514 ~ 37.55%
G 150 of 514 ~ 29.18%
B 171 of 514 ~ 33.27%

%37.55
%29.18
%33.27

CMYK color model

#C196AB color CMYK value is (0,22,11,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 11.40%
  • key color value is 24.31%
CMYK:
(0,22,11,24)
C0M22Y11K24 
(0%,22%,11%,24%)
(0.00/0.22/0.11/0.24)	

CMYK percentages

%0
%22.28
%11.4
%24.31

Codes

Color #C196AB in popluar color models

C196AB
RGB193150171
HSL331°25.75%67.25%
HSB/HSV331°22.28%75.69%
CMYK0.00%22.28%11.40%
24.31%

Color #C196AB in popluar number systems.

HEXC196AB
Decimal193150171
Binary110000011001011010101011
Octal301226253

Shades and tints

Shades of #C196AB

#C196AB
(193,150,171)
#B0899C
(176,137,156)
#9F7C8D
(159,124,141)
#8E6F7E
(142,111,126)
#7D626F
(125,98,111)
#6C5560
(108,85,96)
#5B4851
(91,72,81)
#4A3B42
(74,59,66)
#392E33
(57,46,51)
#282124
(40,33,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #C196AB

#C196AB
(193,150,171)
#C69FB2
(198,159,178)
#CBA8B9
(203,168,185)
#D0B1C0
(208,177,192)
#D5BAC7
(213,186,199)
#DAC3CE
(218,195,206)
#DFCCD5
(223,204,213)
#E4D5DC
(228,213,220)
#E9DEE3
(233,222,227)
#EEE7EA
(238,231,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C196AB; }

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

This text font color is #C196AB.


Background Color

.myBgColor { background-color: #C196AB; }

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

This div background color is #C196AB.


Border color

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

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

This div border color is #C196AB.


Opacity

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

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

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

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

This text has shadow with #C196AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C196AB on black background.


Color preview on white background

This text has color #C196AB on white background.



Black color preview on #C196AB background

This text has black color on #C196AB background.


White color preview on #C196AB background

This text has white color on #C196AB background.