COLOR #C196AD

HEX: #C196AD
RGB: (193,150,173)

Color info

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

RGB color model

#C196AD color RGB value is (193,150,173).

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

RGB channels and saturation

R 193 of 255 = 76%
G 150 of 255 = 59%
B 173 of 255 = 68%

193
150
173

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

Portions of RGB colors in percentages

R + G + B =
193 + 150 + 173 = 516 (100%)
R 193 of 516 ~ 37.4%
G 150 of 516 ~ 29.07%
B 173 of 516 ~ 33.53%

%37.4
%29.07
%33.53

CMYK color model

#C196AD color CMYK value is (0,22,10,24).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(0,22,10,24)
C0M22Y10K24 
(0%,22%,10%,24%)
(0.00/0.22/0.10/0.24)	

CMYK percentages

%0
%22.28
%10.36
%24.31

Codes

Color #C196AD in popluar color models

C196AD
RGB193150173
HSL328°25.75%67.25%
HSB/HSV328°22.28%75.69%
CMYK0.00%22.28%10.36%
24.31%

Color #C196AD in popluar number systems.

HEXC196AD
Decimal193150173
Binary110000011001011010101101
Octal301226255

Shades and tints

Shades of #C196AD

#C196AD
(193,150,173)
#B0899E
(176,137,158)
#9F7C8F
(159,124,143)
#8E6F80
(142,111,128)
#7D6271
(125,98,113)
#6C5562
(108,85,98)
#5B4853
(91,72,83)
#4A3B44
(74,59,68)
#392E35
(57,46,53)
#282126
(40,33,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C196AD

#C196AD
(193,150,173)
#C69FB4
(198,159,180)
#CBA8BB
(203,168,187)
#D0B1C2
(208,177,194)
#D5BAC9
(213,186,201)
#DAC3D0
(218,195,208)
#DFCCD7
(223,204,215)
#E4D5DE
(228,213,222)
#E9DEE5
(233,222,229)
#EEE7EC
(238,231,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C196AD; }

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

This text font color is #C196AD.


Background Color

.myBgColor { background-color: #C196AD; }

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

This div background color is #C196AD.


Border color

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

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

This div border color is #C196AD.


Opacity

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

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

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

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

This text has shadow with #C196AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C196AD on black background.


Color preview on white background

This text has color #C196AD on white background.



Black color preview on #C196AD background

This text has black color on #C196AD background.


White color preview on #C196AD background

This text has white color on #C196AD background.