COLOR #C296AC

HEX: #C296AC
RGB: (194,150,172)

Color info

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

RGB color model

#C296AC color RGB value is (194,150,172).

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

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 172 of 255 = 67%

194
150
172

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

Portions of RGB colors in percentages

R + G + B =
194 + 150 + 172 = 516 (100%)
R 194 of 516 ~ 37.6%
G 150 of 516 ~ 29.07%
B 172 of 516 ~ 33.33%

%37.6
%29.07
%33.33

CMYK color model

#C296AC color CMYK value is (0,23,11,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 11.34%
  • key color value is 23.92%
CMYK:
(0,23,11,24)
C0M23Y11K24 
(0%,23%,11%,24%)
(0.00/0.23/0.11/0.24)	

CMYK percentages

%0
%22.68
%11.34
%23.92

Codes

Color #C296AC in popluar color models

C296AC
RGB194150172
HSL330°26.51%67.45%
HSB/HSV330°22.68%76.08%
CMYK0.00%22.68%11.34%
23.92%

Color #C296AC in popluar number systems.

HEXC296AC
Decimal194150172
Binary110000101001011010101100
Octal302226254

Shades and tints

Shades of #C296AC

#C296AC
(194,150,172)
#B1899D
(177,137,157)
#A07C8E
(160,124,142)
#8F6F7F
(143,111,127)
#7E6270
(126,98,112)
#6D5561
(109,85,97)
#5C4852
(92,72,82)
#4B3B43
(75,59,67)
#3A2E34
(58,46,52)
#292125
(41,33,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #C296AC

#C296AC
(194,150,172)
#C79FB3
(199,159,179)
#CCA8BA
(204,168,186)
#D1B1C1
(209,177,193)
#D6BAC8
(214,186,200)
#DBC3CF
(219,195,207)
#E0CCD6
(224,204,214)
#E5D5DD
(229,213,221)
#EADEE4
(234,222,228)
#EFE7EB
(239,231,235)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C296AC color. Also use rgb(194,150,172) instead hex code.

Text Font Color

.myTextColor { color: #C296AC; }

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

This text font color is #C296AC.


Background Color

.myBgColor { background-color: #C296AC; }

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

This div background color is #C296AC.


Border color

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

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

This div border color is #C296AC.


Opacity

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

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

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

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

This text has shadow with #C296AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C296AC on black background.


Color preview on white background

This text has color #C296AC on white background.



Black color preview on #C296AC background

This text has black color on #C296AC background.


White color preview on #C296AC background

This text has white color on #C296AC background.