COLOR #C47FAF

HEX: #C47FAF
RGB: (196,127,175)

Color info

#C47FAF contains mainly red and blue colors. Web safe color of #C47FAF is #CC6699 (or #C69).

RGB color model

#C47FAF color RGB value is (196,127,175).

  • red value is 196;
  • green value is 127;
  • blue value is 175.
RGB:
(196,127,175)
(77%,50%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 175 of 255 = 69%

196
127
175

R + G + B ~ 65%. #C47FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 127 + 175 = 498 (100%)
R 196 of 498 ~ 39.36%
G 127 of 498 ~ 25.5%
B 175 of 498 ~ 35.14%

%39.36
%25.5
%35.14

CMYK color model

#C47FAF color CMYK value is (0,35,11,23).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK:
(0,35,11,23)
C0M35Y11K23 
(0%,35%,11%,23%)
(0.00/0.35/0.11/0.23)	

CMYK percentages

%0
%35.2
%10.71
%23.14

Codes

Color #C47FAF in popluar color models

C47FAF
RGB196127175
HSL318°36.90%63.33%
HSB/HSV318°35.20%76.86%
CMYK0.00%35.20%10.71%
23.14%

Color #C47FAF in popluar number systems.

HEXC47FAF
Decimal196127175
Binary11000100111111110101111
Octal304177257

Shades and tints

Shades of #C47FAF

#C47FAF
(196,127,175)
#B374A0
(179,116,160)
#A26991
(162,105,145)
#915E82
(145,94,130)
#805373
(128,83,115)
#6F4864
(111,72,100)
#5E3D55
(94,61,85)
#4D3246
(77,50,70)
#3C2737
(60,39,55)
#2B1C28
(43,28,40)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #C47FAF

#C47FAF
(196,127,175)
#C98AB6
(201,138,182)
#CE95BD
(206,149,189)
#D3A0C4
(211,160,196)
#D8ABCB
(216,171,203)
#DDB6D2
(221,182,210)
#E2C1D9
(226,193,217)
#E7CCE0
(231,204,224)
#ECD7E7
(236,215,231)
#F1E2EE
(241,226,238)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47FAF color. Also use rgb(196,127,175) instead hex code.

Text Font Color

.myTextColor { color: #C47FAF; }

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

This text font color is #C47FAF.


Background Color

.myBgColor { background-color: #C47FAF; }

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

This div background color is #C47FAF.


Border color

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

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

This div border color is #C47FAF.


Opacity

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

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

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

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

This text has shadow with #C47FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47FAF on black background.


Color preview on white background

This text has color #C47FAF on white background.



Black color preview on #C47FAF background

This text has black color on #C47FAF background.


White color preview on #C47FAF background

This text has white color on #C47FAF background.